diff --git a/ethereum-mainnet.json b/ethereum-mainnet.json new file mode 100644 index 0000000..da44a5f --- /dev/null +++ b/ethereum-mainnet.json @@ -0,0 +1,60 @@ +{ + "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" + }, + { + "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" + } + ] +} diff --git a/ethereum-sepolia.json b/ethereum-sepolia.json index b8396c1..ec437ff 100644 --- a/ethereum-sepolia.json +++ b/ethereum-sepolia.json @@ -11,10 +11,6 @@ "Kraken": "USDC", "Okx": "USDC" }, - "chain_addresses": { - "1": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", - "1151111081099710": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v" - }, "logo_url": "https://raw.githubusercontent.com/renegade-fi/token-mappings/refs/heads/main/token-logos/usdc.png", "canonical_exchange": "Binance" }, @@ -32,6 +28,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", @@ -43,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" }