mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
add uniswap to default eth tokens
This commit is contained in:
parent
87aab96e58
commit
5e5b3100c4
1 changed files with 7 additions and 0 deletions
|
@ -44,5 +44,12 @@ abstract class DefaultTokens {
|
|||
decimals: 18,
|
||||
type: EthContractType.erc20,
|
||||
),
|
||||
EthContract(
|
||||
address: "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
|
||||
name: "Uniswap",
|
||||
symbol: "UNI",
|
||||
decimals: 18,
|
||||
type: EthContractType.erc20,
|
||||
),
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue