Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/adaptors/folks-finance-xchain/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ const HubPools = {
tokenAddress: '0x14A84F1a61cCd7D1BE596A6cc11FE33A36Bc1646',
spokeAddress: '0x0aeE2B84bd3E280CFcc9325917bFA0Bb20F3cdC6',
},
{
// wstLINK
id: 60,
underlyingSymbol: 'wstLINK',
poolAddress: '0x42Bb92684e72707030F59C48FBe5A222A0d8b387',
tokenAddress: '0x601486C8Fdc3aD22745b01c920037d6c036A38B9',
},
],
},
ethereum: {
Expand All @@ -163,6 +170,7 @@ const HubPools = {
// excluding SHIB because bridged
// excluding YBTCB because bridged
// excluding tETH because bridged
// excluding wstLINK because bridged
{
// ETH_eth
id: 4,
Expand Down Expand Up @@ -347,6 +355,7 @@ const HubPools = {
// excluding USDC because bridged
// excluding SolvBTC because bridged
// excluding SHIB because bridged
// excluding wstLINK because bridged
{
// ETH_arb
id: 13,
Expand Down Expand Up @@ -417,6 +426,7 @@ const HubPools = {
name: 'Polygon',
pools: [
// excluding USDC cause bridged
// excluding wstLINK because bridged
{
// POL
id: 19,
Expand Down
Loading