Skip to content

Commit

Permalink
feat: make ETH and USDC swappable (#295)
Browse files Browse the repository at this point in the history
Fixes RET-912
  • Loading branch information
jeanregisser authored Nov 22, 2023
1 parent 67f5066 commit 4c000da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/data/mainnet/ethereum-tokens-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"isNative": true,
"imageUrl": "https://raw.githubusercontent.com/valora-inc/address-metadata/main/assets/tokens/ETH.png",
"showZeroBalance": true,
"infoUrl": "https://www.coingecko.com/en/coins/ethereum"
"infoUrl": "https://www.coingecko.com/en/coins/ethereum",
"minimumAppVersionToSwap": "1.72.0"
},
{
"name": "USD Coin",
Expand All @@ -15,6 +16,7 @@
"address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"imageUrl": "https://raw.githubusercontent.com/valora-inc/address-metadata/main/assets/tokens/USDC.png",
"isStableCoin": true,
"infoUrl": "https://www.coingecko.com/en/coins/usdc"
"infoUrl": "https://www.coingecko.com/en/coins/usdc",
"minimumAppVersionToSwap": "1.72.0"
}
]

0 comments on commit 4c000da

Please sign in to comment.