Add Verse ERC20 token to the initial tokens list

This commit is contained in:
OmarHatem 2023-07-12 01:32:29 +03:00
parent 89ed651f50
commit c6b306b02f

View file

@ -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) {