mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
CW-1013 Add deuro token (#2124)
* add deuro token * move to be before DAI * add asset and update currencies list --------- Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
This commit is contained in:
parent
be81042a06
commit
3d0f66c0be
3 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,13 @@ class DefaultEthereumErc20Tokens {
|
|||
decimal: 6,
|
||||
enabled: true,
|
||||
),
|
||||
Erc20Token(
|
||||
name: "dEuro",
|
||||
symbol: "dEUR",
|
||||
contractAddress: "0xbA3f535bbCcCcA2A154b573Ca6c5A49BAAE0a3ea",
|
||||
decimal: 18,
|
||||
enabled: true,
|
||||
),
|
||||
Erc20Token(
|
||||
name: "Dai",
|
||||
symbol: "DAI",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue