mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-23 03:05:11 +00:00
Add Verse ERC20 token to the initial tokens list
This commit is contained in:
parent
89ed651f50
commit
c6b306b02f
1 changed files with 7 additions and 0 deletions
|
@ -276,6 +276,13 @@ class DefaultErc20Tokens {
|
|||
decimal: 18,
|
||||
enabled: false,
|
||||
),
|
||||
Erc20Token(
|
||||
name: "Verse",
|
||||
symbol: "VERSE",
|
||||
contractAddress: "0x249cA82617eC3DfB2589c4c17ab7EC9765350a18",
|
||||
decimal: 18,
|
||||
enabled: false,
|
||||
),
|
||||
];
|
||||
|
||||
List<Erc20Token> get initialErc20Tokens => _defaultTokens.map((token) {
|
||||
|
|
Loading…
Reference in a new issue