From 3d3fed7bf046b099a24a96f113c6e8f5df3a50c1 Mon Sep 17 00:00:00 2001 From: cryptopanda420 <83915083+cryptopanda420@users.noreply.github.com> Date: Fri, 28 May 2021 00:38:27 -0700 Subject: [PATCH] Made 2 changes to get our token listed on TRUST SWAP (#8802) * Update allowlist.json * Update tokenlist.json * Update tokenlist.json --- blockchains/ethereum/allowlist.json | 5 +++-- blockchains/ethereum/tokenlist.json | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) 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 +}