Skip to content

Commit

Permalink
add bsc tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Thykof committed Jun 7, 2024
1 parent b721358 commit 18d493c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions pkg/assets/default_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,39 @@ const AssetsJSON = `[
"decimals": 18,
"MEXCSymbol": ""
"ChainID": 77658377
},
{
"address": "AS12RmCXTA9NZaTBUBnRJuH66AGNmtEfEoqXKxLdmrTybS6GFJPFs",
"name": "Wrapped Ether",
"symbol": "WETH.bt",
"decimals": 18,
"MEXCSymbol": "ETHUSDT",
"ChainID": 77658366
},
{
"address": "AS12ix1Qfpue7BB8q6mWVtjNdNE9UV3x4MaUo7WhdUubov8sJ3CuP",
"name": "Wrapped Binance USD",
"symbol": "USDT.bt",
"decimals": 18,
"MEXCSymbol": "USD",
"ChainID": 77658366
}
]`

// 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 18d493c

Please sign in to comment.