mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Add PYUSD to token list [skip ci] (#1027)
PayPal USD (PYUSD) is disabled by default, to appear only in the token search list. https://github.com/paxosglobal/pyusd-contract
This commit is contained in:
parent
edd31954b0
commit
21c656fdc3
1 changed files with 7 additions and 0 deletions
|
@ -283,6 +283,13 @@ class DefaultErc20Tokens {
|
|||
decimal: 18,
|
||||
enabled: false,
|
||||
),
|
||||
Erc20Token(
|
||||
name: "PayPal USD",
|
||||
symbol: "PYUSD",
|
||||
contractAddress: "0x6c3ea9036406852006290770bedfcaba0e23a0e8",
|
||||
decimal: 6,
|
||||
enabled: false,
|
||||
),
|
||||
];
|
||||
|
||||
List<Erc20Token> get initialErc20Tokens => _defaultTokens.map((token) {
|
||||
|
|
Loading…
Reference in a new issue