Skip to content

Commit

Permalink
fix(evm): asset list
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao committed Jan 16, 2025
1 parent 197f08a commit d045b4d
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions apps/evm/src/constants/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,26 +237,6 @@ const ethereumAssets: RawToken[] = [
logoUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/33652.png',
apiId: 'lombard-staked-btc'
},
{
chainId: ChainId.ETHEREUM,
address: '0x7122985656e38BDC0302Db86685bb972b145bD3C',
name: 'StakeStone Ether',
symbol: 'STONE',
decimals: 18,
logoUrl: 'https://storage.googleapis.com/ks-setting-1d682dca/dee351e5-ff61-4a8f-994d-82f3078119661696785945490.png',
apiId: 'stakestone-ether'
},
{
chainId: ChainId.ETHEREUM,
address: '0xbdBb63F938c8961AF31eaD3deBa5C96e6A323DD1',
name: 'Sovryn Dollar',
symbol: 'DLLR',
decimals: 18,
logoUrl: 'https://assets.coingecko.com/coins/images/30947/standard/sovryn_dllr.jpg',
apiId: 'sovryn-dollar'
},
...(usdc[ChainId.ETHEREUM] ? [usdc[ChainId.ETHEREUM]] : []),
wstETH[ChainId.ETHEREUM],
{
chainId: ChainId.ETHEREUM,
address: '0x853d955aCEf822Db058eb8505911ED77F175b99e',
Expand Down Expand Up @@ -463,26 +443,6 @@ const bobAssets: RawToken[] = [
logoUrl: 'https://s2.coinmarketcap.com/static/img/coins/64x64/33652.png',
apiId: 'lombard-staked-btc'
},
{
chainId: ChainId.BOB,
address: '0x96147A9Ae9a42d7Da551fD2322ca15B71032F342',
name: 'StakeStone Ether',
symbol: 'STONE',
decimals: 18,
logoUrl: 'https://storage.googleapis.com/ks-setting-1d682dca/dee351e5-ff61-4a8f-994d-82f3078119661696785945490.png',
apiId: 'stakestone-ether'
},
{
chainId: ChainId.BOB,
address: '0xf3107eEC1e6F067552C035FD87199e1A5169CB20',
name: 'Sovryn Dollar',
symbol: 'DLLR',
decimals: 18,
logoUrl: 'https://assets.coingecko.com/coins/images/30947/standard/sovryn_dllr.jpg?1696529786',
apiId: 'sovryn-dollar'
},
wstETH[ChainId.BOB],
...(usdc?.[ChainId.BOB] ? [usdc?.[ChainId.BOB]] : []),
{
chainId: ChainId.BOB,
address: '0xc4a20a608616F18aA631316eEDa9Fb62d089361e',
Expand Down

0 comments on commit d045b4d

Please sign in to comment.