Skip to content

Commit

Permalink
Added doge/ton/bnb/sol
Browse files Browse the repository at this point in the history
  • Loading branch information
terencelimzhengwei committed Nov 14, 2023
1 parent 012ac74 commit f461263
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 4 deletions.
36 changes: 32 additions & 4 deletions chains/mainnet/terra.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,32 +472,60 @@ module.exports = {
'factory/terra1j35ta0llaxcf55auv2cjqau5a7aee6g8fz7md7my7005cvh23jfsaw83dy/ampWHALEt',
symbol: 'ampWHALEt',
name: 'ERIS Alliance Staked ampWHALE',
icon: 'https://station-assets.terra.money/img/coins/ampwhalet.svg',
icon: process.env.CF_PAGES_URL + '/img/coins/ampwhalet.svg',
decimals: 6,
},
{
token:
'factory/terra10j3zrymfrkta2pxe0gklc79gu06tqyuy8c3kh6tqdsrrprsjqkrqzfl4df/boneWHALEt',
symbol: 'boneWHALEt',
name: 'ERIS Alliance Staked boneWHALE',
icon: 'https://station-assets.terra.money/img/coins/bonewhalet.svg',
icon: process.env.CF_PAGES_URL + '/img/coins/bonewhalet.svg',
decimals: 6,
},
{
token:
'factory/terra1vklefn7n6cchn0u962w3gaszr4vf52wjvd4y95t2sydwpmpdtszsqvk9wy/ampROAR',
symbol: 'ampROAR',
name: 'ERIS Amplified ROAR',
icon: 'https://station-assets.terra.money/img/coins/ampROAR.png',
icon: process.env.CF_PAGES_URL + '/img/coins/ampROAR.png',
decimals: 6,
},
{
token:
'terra18vp5s0r7keezm35hdxsgw8zgfnyn8wejdkk893ag2kqncgpqxhjqwjpc0v',
symbol: 'BITZ',
name: 'Bitz DAO Token',
icon: 'https://station-assets.terra.money/img/coins/BitzDAO_Token.png',
icon: process.env.CF_PAGES_URL + '/img/coins/BitzDAO_Token.png',
decimals: 6,
},
{
token: 'terra1ctelwayk6t2zu30a8v9kdg3u2gr0slpjdfny5pjp7m3tuquk32ysugyjdg',
symbol: 'SOL',
name: 'Solana (Portal)',
icon: process.env.CF_PAGES_URL + '/img/coins/wSOL.png',
decimals: 8,
},
{
token: 'terra1xc7ynquupyfcn43sye5pfmnlzjcw2ck9keh0l2w2a4rhjnkp64uq4pr388',
symbol: 'BNB',
name: 'Binance Coin (Portal)',
icon: process.env.CF_PAGES_URL + '/img/coins/wBNB.png',
decimals: 18,
},
{
token: 'terra1vkf48nr8z84xkg6535qqx9pw0se9hjha9dallv2xpfngn776ksyq0gr7e2',
symbol: 'TON',
name: 'Toncoin (Portal)',
icon: process.env.CF_PAGES_URL + '/img/coins/TON.svg',
decimals: 8,
},
{
token: 'terra1vkf48nr8z84xkg6535qqx9pw0se9hjha9dallv2xpfngn776ksyq0gr7e2',
symbol: 'DOGE',
name: 'Dogecoin (Portal)',
icon: process.env.CF_PAGES_URL + '/img/coins/DOGE.svg',
decimals: 8,
}
],
}
1 change: 1 addition & 0 deletions img/coins/DOGE.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions img/coins/TON.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/wBNB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/coins/wSOL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f461263

Please sign in to comment.