add uniswap to default eth tokens

This commit is contained in:
julian 2023-04-03 15:27:36 -06:00
parent 87aab96e58
commit 5e5b3100c4

View file

@ -44,5 +44,12 @@ abstract class DefaultTokens {
decimals: 18,
type: EthContractType.erc20,
),
EthContract(
address: "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984",
name: "Uniswap",
symbol: "UNI",
decimals: 18,
type: EthContractType.erc20,
),
];
}