From fab7bf013c527fa172f56e8b2b7ebae8b2f140b0 Mon Sep 17 00:00:00 2001 From: Koh Wei Jie Date: Mon, 26 Jan 2026 17:10:01 -0800 Subject: [PATCH 1/5] added Ethereum Sepolia tokens (USDC, USDT, LINK, WETH) --- ethereum-sepolia.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ethereum-sepolia.json b/ethereum-sepolia.json index b8396c1..7bc92ad 100644 --- a/ethereum-sepolia.json +++ b/ethereum-sepolia.json @@ -32,6 +32,20 @@ "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/usdt.png", "canonical_exchange": "Binance" }, + { + "name": "Wrapped Ether", + "ticker": "WETH", + "address": "0xC558DBdd856501FCd9aaF1E62eae57A9F0629a3c", + "decimals": 18, + "supported_exchanges": { + "Binance": "ETH", + "Coinbase": "ETH", + "Kraken": "ETH", + "Okx": "ETH" + }, + "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/weth.png", + "canonical_exchange": "Binance" + }, { "name": "ChainLink Token", "ticker": "LINK", From 9d6c98a161cd40e3b0da3dec3b5d356b68d22175 Mon Sep 17 00:00:00 2001 From: Koh Wei Jie Date: Mon, 2 Feb 2026 16:25:07 -0800 Subject: [PATCH 2/5] fixed usdc entry --- ethereum-sepolia.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum-sepolia.json b/ethereum-sepolia.json index 7bc92ad..fc8869d 100644 --- a/ethereum-sepolia.json +++ b/ethereum-sepolia.json @@ -13,7 +13,7 @@ }, "chain_addresses": { "1": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", - "1151111081099710": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" + "11155111": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238" }, "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/usdc.png", "canonical_exchange": "Binance" From 7088d21ef8f96692c32dc6efcdc22bdb8ccc6a0a Mon Sep 17 00:00:00 2001 From: Koh Wei Jie Date: Mon, 23 Feb 2026 11:24:45 -0800 Subject: [PATCH 3/5] ethereum mainnet weth, usdc, and usdt --- ethereum-mainnet.json | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 ethereum-mainnet.json diff --git a/ethereum-mainnet.json b/ethereum-mainnet.json new file mode 100644 index 0000000..a819231 --- /dev/null +++ b/ethereum-mainnet.json @@ -0,0 +1,46 @@ +{ + "tokens": [ + { + "name": "USD Coin", + "ticker": "USDC", + "address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", + "decimals": 6, + "supported_exchanges": { + "Binance": "USDC", + "Coinbase": "USD", + "Kraken": "USDC", + "Okx": "USDC" + }, + "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/usdc.png", + "canonical_exchange": "Binance" + }, + { + "name": "Tether USD", + "ticker": "USDT", + "address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "decimals": 6, + "supported_exchanges": { + "Binance": "USDT", + "Coinbase": "USDT", + "Kraken": "USDT", + "Okx": "USDT" + }, + "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/usdt.png", + "canonical_exchange": "Binance" + }, + { + "name": "Wrapped Ether", + "ticker": "WETH", + "address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", + "decimals": 18, + "supported_exchanges": { + "Binance": "ETH", + "Coinbase": "ETH", + "Kraken": "ETH", + "Okx": "ETH" + }, + "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/weth.png", + "canonical_exchange": "Binance" + } + ] +} From aca23e69e9ac7cefc58aa8de10a042d67e49c5f8 Mon Sep 17 00:00:00 2001 From: Koh Wei Jie Date: Mon, 23 Feb 2026 12:11:00 -0800 Subject: [PATCH 4/5] added wbtc --- ethereum-mainnet.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ethereum-mainnet.json b/ethereum-mainnet.json index a819231..da44a5f 100644 --- a/ethereum-mainnet.json +++ b/ethereum-mainnet.json @@ -41,6 +41,20 @@ }, "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/weth.png", "canonical_exchange": "Binance" + }, + { + "name": "Wrapped BTC", + "ticker": "WBTC", + "address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599", + "decimals": 8, + "supported_exchanges": { + "Binance": "WBTC", + "Coinbase": "BTC", + "Kraken": "BTC", + "Okx": "WBTC" + }, + "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/wbtc.png", + "canonical_exchange": "Binance" } ] } From 0c414d9091d8525d4f610172231ca01ce635d8a5 Mon Sep 17 00:00:00 2001 From: Koh Wei Jie Date: Mon, 23 Feb 2026 13:01:01 -0800 Subject: [PATCH 5/5] removed unnecessary chain_addresses from ethereum-sepolia.json --- ethereum-sepolia.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ethereum-sepolia.json b/ethereum-sepolia.json index fc8869d..ec437ff 100644 --- a/ethereum-sepolia.json +++ b/ethereum-sepolia.json @@ -11,10 +11,6 @@ "Kraken": "USDC", "Okx": "USDC" }, - "chain_addresses": { - "1": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", - "11155111": "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238" - }, "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/usdc.png", "canonical_exchange": "Binance" }, @@ -57,9 +53,6 @@ "Kraken": "LINK", "Okx": "LINK" }, - "chain_addresses": { - "1": "0x514910771AF9Ca656af840dff83E8264EcF986CA" - }, "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/link.png", "canonical_exchange": "Binance" }