Skip to content

Commit

Permalink
wip: add bsc tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Jun 27, 2024
1 parent 37fdb28 commit 811a6e3
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions pkg/assets/default_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,23 +174,21 @@ const AssetsJSON = `[
"decimals": 18,
"MEXCSymbol": "USD",
"ChainID": 77658366
},
{
"address": "",
"name": "Wrapped Ether",
"symbol": "WETH.b",
"decimals": 18,
"MEXCSymbol": "ETHUSDT",
"ChainID": 77658377
},
{
"address": "",
"name": "Wrapped Binance USD",
"symbol": "USDT.b",
"decimals": 18,
"MEXCSymbol": "USD",
"ChainID": 77658377
}
]`

// TODO: add the following assets with the addresses
// {
// "address": "",
// "name": "Wrapped Ether",
// "symbol": "WETH.b",
// "decimals": 18,
// "MEXCSymbol": "ETHUSDT",
// "ChainID": 77658377
// },
// {
// "address": "",
// "name": "Wrapped Binance USD",
// "symbol": "USDT.b",
// "decimals": 18,
// "MEXCSymbol": "USD",
// "ChainID": 77658377
// },

0 comments on commit 811a6e3

Please sign in to comment.