diff --git a/packages/address-book/src/address-book/moonbeam/tokens/tokens.ts b/packages/address-book/src/address-book/moonbeam/tokens/tokens.ts index 711a435ea..4408e4d8f 100644 --- a/packages/address-book/src/address-book/moonbeam/tokens/tokens.ts +++ b/packages/address-book/src/address-book/moonbeam/tokens/tokens.ts @@ -539,7 +539,7 @@ export const tokens = { description: 'Polkadot is an open-source sharding multichain protocol that facilitates the cross-chain transfer of any data or asset types, not just tokens, thereby making a wide range of blockchains interoperable with each other.', }, - stDOT: { + stDOTold: { name: 'Liquid staked DOT', symbol: 'stDOT', oracleId: 'stDOT', @@ -552,6 +552,19 @@ export const tokens = { description: 'Lido for Polkadot is a liquid staking solution for DOT backed by industry-leading staking providers.', }, + stDOT: { + name: 'Stella stDOT', + symbol: 'stDOT', + oracleId: 'stDOT', + address: '0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4', + chainId: 1284, + decimals: 10, + logoURI: '', + website: 'https://app.stellaswap.com/stdot', + description: 'Stake DOT.xc for stDOT', + documentation: 'https://docs.stellaswap.com/', + bridge: 'native', + }, veFLARE: { name: 'Vested Flare Token', symbol: 'veFLARE', diff --git a/src/data/moonbeam/beefyCowVaults.json b/src/data/moonbeam/beefyCowVaults.json index 8c4476745..c3c3de142 100644 --- a/src/data/moonbeam/beefyCowVaults.json +++ b/src/data/moonbeam/beefyCowVaults.json @@ -1,4 +1,16 @@ [ + { + "address": "0x505450e20Bfc7F192073AcC85bE2d072155C1e16", + "lpAddress": "0xD9d1064E32704BDd540F90D3A9ecAF037748b966", + "tokens": ["0xbc7E02c4178a7dF7d3E564323a5c359dc96C4db4", "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080"], + "tokenOracleIds": ["stDOT", "xcDOT"], + "decimals": [10, 10], + "oracleId": "stellaswap-cow-moonbeam-stdot-xcdot", + "rewardPool": { + "address": "0x66e5662411cc6e3a62387354fa3F80dEa097fceD", + "oracleId": "stellaswap-cow-moonbeam-stdot-xcdot-rp" + } + }, { "address": "0x58873a92A2eF097CdedeA11e72C30f4E85C10a29", "lpAddress": "0x53c1341cd81562c1b1a7562fff712CD7be95D51e", diff --git a/src/utils/fetchConcentratedLiquidityTokenPrices.ts b/src/utils/fetchConcentratedLiquidityTokenPrices.ts index 6bb81c1ed..de5b360ad 100644 --- a/src/utils/fetchConcentratedLiquidityTokenPrices.ts +++ b/src/utils/fetchConcentratedLiquidityTokenPrices.ts @@ -223,6 +223,14 @@ const tokens: Partial firstToken: 'GLMR', secondToken: 'USDCwh', }, + { + type: 'Algebra', + oracleId: 'stDOT', + decimalDelta: 1, + pool: '0xD9d1064E32704BDd540F90D3A9ecAF037748b966', + firstToken: 'xcDOT', + secondToken: 'stDOT', + }, ], linea: [ { @@ -498,7 +506,7 @@ const tokens: Partial pool: '0xa2E74518fe27B0FC04Ea36024ea837d26cd09CDa', firstToken: 'USDC', secondToken: 'modesUSDe', - } + }, ], lisk: [ {