mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 12:19:24 +00:00
remove a couple default tokens
This commit is contained in:
parent
5267d5f949
commit
49b6e65ffe
1 changed files with 0 additions and 14 deletions
|
@ -23,20 +23,6 @@ abstract class DefaultTokens {
|
|||
decimals: 18,
|
||||
type: EthContractType.erc20,
|
||||
),
|
||||
EthContract(
|
||||
address: "0xB8c77482e45F1F44dE1745F52C74426C631bDD52",
|
||||
name: "BNB Token",
|
||||
symbol: "BNB",
|
||||
decimals: 18,
|
||||
type: EthContractType.erc20,
|
||||
),
|
||||
EthContract(
|
||||
address: "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
|
||||
name: "BUSD",
|
||||
symbol: "BUSD",
|
||||
decimals: 18,
|
||||
type: EthContractType.erc20,
|
||||
),
|
||||
EthContract(
|
||||
address: "0x514910771af9ca656af840dff83e8264ecf986ca",
|
||||
name: "Chainlink",
|
||||
|
|
Loading…
Reference in a new issue