diff --git a/blockchains/ethereum/allowlist.json b/blockchains/ethereum/allowlist.json index aba9de43f..35dc2380b 100644 --- a/blockchains/ethereum/allowlist.json +++ b/blockchains/ethereum/allowlist.json @@ -6473,5 +6473,6 @@ "0xfFe8196bc259E8dEDc544d935786Aa4709eC3E64", "0xFFee4DB0f30a43955398776A9524fDFF0680dD7f", "0xffF3ada5A2555a2B59BfF4F44DFad90146CcE8CB", - "0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB" -] \ No newline at end of file + "0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB", + "0x29502fE4d233EF0b45C3647101Fa1252cE0634BD" +] diff --git a/blockchains/ethereum/tokenlist.json b/blockchains/ethereum/tokenlist.json index 063b23cf6..d86cc5085 100644 --- a/blockchains/ethereum/tokenlist.json +++ b/blockchains/ethereum/tokenlist.json @@ -3618,11 +3618,21 @@ "decimals": 18, "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xfffffffFf15AbF397dA76f1dcc1A1604F45126DB/logo.png", "pairs": [] - } + }, + { + "asset": "c60_t0x29502fE4d233EF0b45C3647101Fa1252cE0634BD", + "type": "ERC20", + "address": "0x29502fE4d233EF0b45C3647101Fa1252cE0634BD", + "name": "Froge Finance", + "symbol": "FROGE", + "decimals": 9, + "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x29502fE4d233EF0b45C3647101Fa1252cE0634BD/logo.png", + "pairs": [] + } ], "version": { "major": 12, "minor": 0, "patch": 0 } -} \ No newline at end of file +}