Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions ethereum-mainnet.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
21 changes: 14 additions & 7 deletions ethereum-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -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",
Expand All @@ -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"
}
Expand Down