@swapkit/tokens
Advanced tools
Comparing version 0.0.0-nightly-20250108065008 to 0.0.0-nightly-20250210144559
@@ -27,3 +27,3 @@ { | ||
"types": "./src/index.ts", | ||
"version": "0.0.0-nightly-20250108065008" | ||
"version": "0.0.0-nightly-20250210144559" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { tokenLists } from "./index"; | ||
import * as tokenLists from "./tokenLists"; | ||
@@ -6,3 +6,3 @@ export function getTokenIcon(identifier: string): string | undefined { | ||
for (const list of Object.values(tokenLists)) { | ||
const token = list.tokens.find((t) => t.identifier === identifier); | ||
const token = list.tokens.find((token) => token.identifier === identifier); | ||
if (token?.logoURI) { | ||
@@ -9,0 +9,0 @@ return token.logoURI; |
@@ -1,51 +0,3 @@ | ||
import { list as CaviarV1List } from "./tokenLists/caviar_v1"; | ||
import { list as ChainflipList } from "./tokenLists/chainflip"; | ||
import { list as JupiterList } from "./tokenLists/jupiter"; | ||
import { list as KadoList } from "./tokenLists/kado"; | ||
import { list as MayaList } from "./tokenLists/mayachain"; | ||
// export { list as OciswapV1List } from "./tokenLists/ociswap_v1"; | ||
import { list as OneInchList } from "./tokenLists/oneinch"; | ||
import { list as OpenOceanV2List } from "./tokenLists/openocean_v2"; | ||
import { list as PancakeswapList } from "./tokenLists/pancakeswap"; | ||
import { list as PangolinList } from "./tokenLists/pangolin_v1"; | ||
import { list as SushiswapList } from "./tokenLists/sushiswap_v2"; | ||
import { list as ThorchainList } from "./tokenLists/thorchain"; | ||
import { list as TraderjoeV2List } from "./tokenLists/traderjoe_v2"; | ||
import { list as UniswapV2List } from "./tokenLists/uniswap_v2"; | ||
import { list as UniswapV3List } from "./tokenLists/uniswap_v3"; | ||
export const tokenLists: { | ||
CaviarV1List: typeof CaviarV1List; | ||
ChainflipList: typeof ChainflipList; | ||
JupiterList: typeof JupiterList; | ||
KadoList: typeof KadoList; | ||
MayaList: typeof MayaList; | ||
// OciswapV1List: typeof OciswapV1List | ||
OneInchList: typeof OneInchList; | ||
OpenOceanV2List: typeof OpenOceanV2List; | ||
PancakeswapList: typeof PancakeswapList; | ||
PangolinList: typeof PangolinList; | ||
SushiswapList: typeof SushiswapList; | ||
ThorchainList: typeof ThorchainList; | ||
TraderjoeV2List: typeof TraderjoeV2List; | ||
UniswapV2List: typeof UniswapV2List; | ||
UniswapV3List: typeof UniswapV3List; | ||
} = { | ||
CaviarV1List, | ||
ChainflipList, | ||
JupiterList, | ||
KadoList, | ||
MayaList, | ||
// OciswapV1List, | ||
OneInchList, | ||
OpenOceanV2List, | ||
PancakeswapList, | ||
PangolinList, | ||
SushiswapList, | ||
ThorchainList, | ||
TraderjoeV2List, | ||
UniswapV2List, | ||
UniswapV3List, | ||
}; | ||
export * as tokenLists from "./tokenLists"; | ||
export * from "./tokenLists"; | ||
export * from "./helpers"; |
export const list = { | ||
provider: "CHAINFLIP", | ||
name: "CHAINFLIP", | ||
timestamp: "2024-12-10T12:00:45.380Z", | ||
timestamp: "2025-02-07T19:01:37.235Z", | ||
version: { | ||
@@ -6,0 +6,0 @@ major: 1, |
export const list = { | ||
provider: "KADO", | ||
chainId: "fiat", | ||
name: "KADO", | ||
timestamp: "2024-09-25T15:31:06.827Z", | ||
timestamp: "2025-02-07T19:03:54.399Z", | ||
version: { | ||
@@ -12,11 +11,64 @@ major: 1, | ||
keywords: [], | ||
count: 27, | ||
count: 58, | ||
tokens: [ | ||
{ | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.ETH", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/arb.eth.png", | ||
ticker: "ETH", | ||
}, | ||
{ | ||
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 6, | ||
identifier: "ARB.USDC-0xaf88d065e77c8cC2239327C5EDb3A432268e5831", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.usdc-0xaf88d065e77c8cc2239327c5edb3a432268e5831.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.AVAX", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/avax.avax.png", | ||
ticker: "AVAX", | ||
}, | ||
{ | ||
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 6, | ||
identifier: "AVAX.USDC-0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc-0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
chain: "BASE", | ||
chainId: "8453", | ||
decimals: 18, | ||
identifier: "BASE.ETH", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/base.eth.png", | ||
ticker: "ETH", | ||
}, | ||
{ | ||
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", | ||
chain: "BASE", | ||
chainId: "8453", | ||
decimals: 6, | ||
identifier: "BASE.USDC-0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/base.usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
chain: "BTC", | ||
chainId: "bitcoin", | ||
decimals: 8, | ||
decimals: 18, | ||
identifier: "BTC.BTC", | ||
logoURI: "", | ||
symbol: "BTC", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/btc.btc.png", | ||
ticker: "BTC", | ||
@@ -29,14 +81,42 @@ }, | ||
identifier: "ETH.ETH", | ||
logoURI: "", | ||
symbol: "ETH", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/eth.eth.png", | ||
ticker: "ETH", | ||
}, | ||
{ | ||
address: "0xa5f2211b9b8170f694421f2046281775e8468044", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.THOR-0xa5f2211b9b8170f694421f2046281775e8468044", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.thor-0xa5f2211b9b8170f694421f2046281775e8468044.png", | ||
ticker: "THOR", | ||
}, | ||
{ | ||
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 6, | ||
identifier: "ETH.USDC-0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdc-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
address: "0xdac17f958d2ee523a2206206994597c13d831ec7", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 6, | ||
identifier: "ETH.USDT-0xdac17f958d2ee523a2206206994597c13d831ec7", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.usdt-0xdac17f958d2ee523a2206206994597c13d831ec7.png", | ||
ticker: "USDT", | ||
}, | ||
{ | ||
chain: "FIAT", | ||
chainId: "fiat", | ||
decimals: 2, | ||
identifier: "FIAT.USD", | ||
logoURI: "", | ||
symbol: "USD", | ||
ticker: "USD", | ||
identifier: "FIAT.ARS", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.ars.png", | ||
ticker: "ARS", | ||
}, | ||
@@ -47,6 +127,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.CAD", | ||
logoURI: "", | ||
symbol: "CAD", | ||
ticker: "CAD", | ||
identifier: "FIAT.AUD", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.aud.png", | ||
ticker: "AUD", | ||
}, | ||
@@ -57,6 +136,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.GBP", | ||
logoURI: "", | ||
symbol: "GBP", | ||
ticker: "GBP", | ||
identifier: "FIAT.BRL", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.brl.png", | ||
ticker: "BRL", | ||
}, | ||
@@ -67,6 +145,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.EUR", | ||
logoURI: "", | ||
symbol: "EUR", | ||
ticker: "EUR", | ||
identifier: "FIAT.CAD", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.cad.png", | ||
ticker: "CAD", | ||
}, | ||
@@ -77,6 +154,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.MXN", | ||
logoURI: "", | ||
symbol: "MXN", | ||
ticker: "MXN", | ||
identifier: "FIAT.CHF", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.chf.png", | ||
ticker: "CHF", | ||
}, | ||
@@ -87,6 +163,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.COP", | ||
logoURI: "", | ||
symbol: "COP", | ||
ticker: "COP", | ||
identifier: "FIAT.CLP", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.clp.png", | ||
ticker: "CLP", | ||
}, | ||
@@ -97,6 +172,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.INR", | ||
logoURI: "", | ||
symbol: "INR", | ||
ticker: "INR", | ||
identifier: "FIAT.COP", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.cop.png", | ||
ticker: "COP", | ||
}, | ||
@@ -107,6 +181,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.CHF", | ||
logoURI: "", | ||
symbol: "CHF", | ||
ticker: "CHF", | ||
identifier: "FIAT.CRC", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.crc.png", | ||
ticker: "CRC", | ||
}, | ||
@@ -117,6 +190,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.AUD", | ||
logoURI: "", | ||
symbol: "AUD", | ||
ticker: "AUD", | ||
identifier: "FIAT.DKK", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.dkk.png", | ||
ticker: "DKK", | ||
}, | ||
@@ -127,6 +199,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.ARS", | ||
logoURI: "", | ||
symbol: "ARS", | ||
ticker: "ARS", | ||
identifier: "FIAT.EUR", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.eur.png", | ||
ticker: "EUR", | ||
}, | ||
@@ -137,6 +208,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.BRL", | ||
logoURI: "", | ||
symbol: "BRL", | ||
ticker: "BRL", | ||
identifier: "FIAT.GBP", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.gbp.png", | ||
ticker: "GBP", | ||
}, | ||
@@ -147,6 +217,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.CLP", | ||
logoURI: "", | ||
symbol: "CLP", | ||
ticker: "CLP", | ||
identifier: "FIAT.INR", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.inr.png", | ||
ticker: "INR", | ||
}, | ||
@@ -158,4 +227,3 @@ { | ||
identifier: "FIAT.JPY", | ||
logoURI: "", | ||
symbol: "JPY", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.jpy.png", | ||
ticker: "JPY", | ||
@@ -168,4 +236,3 @@ }, | ||
identifier: "FIAT.KRW", | ||
logoURI: "", | ||
symbol: "KRW", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.krw.png", | ||
ticker: "KRW", | ||
@@ -177,6 +244,5 @@ }, | ||
decimals: 2, | ||
identifier: "FIAT.PEN", | ||
logoURI: "", | ||
symbol: "PEN", | ||
ticker: "PEN", | ||
identifier: "FIAT.MXN", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.mxn.png", | ||
ticker: "MXN", | ||
}, | ||
@@ -187,6 +253,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.PHP", | ||
logoURI: "", | ||
symbol: "PHP", | ||
ticker: "PHP", | ||
identifier: "FIAT.NOK", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.nok.png", | ||
ticker: "NOK", | ||
}, | ||
@@ -197,6 +262,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.SGD", | ||
logoURI: "", | ||
symbol: "SGD", | ||
ticker: "SGD", | ||
identifier: "FIAT.NZD", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.nzd.png", | ||
ticker: "NZD", | ||
}, | ||
@@ -207,6 +271,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.TRY", | ||
logoURI: "", | ||
symbol: "TRY", | ||
ticker: "TRY", | ||
identifier: "FIAT.PEN", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.pen.png", | ||
ticker: "PEN", | ||
}, | ||
@@ -217,6 +280,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.UYU", | ||
logoURI: "", | ||
symbol: "UYU", | ||
ticker: "UYU", | ||
identifier: "FIAT.PHP", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.php.png", | ||
ticker: "PHP", | ||
}, | ||
@@ -227,6 +289,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.TWD", | ||
logoURI: "", | ||
symbol: "TWD", | ||
ticker: "TWD", | ||
identifier: "FIAT.PLN", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.pln.png", | ||
ticker: "PLN", | ||
}, | ||
@@ -237,6 +298,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.VND", | ||
logoURI: "", | ||
symbol: "VND", | ||
ticker: "VND", | ||
identifier: "FIAT.SEK", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.sek.png", | ||
ticker: "SEK", | ||
}, | ||
@@ -247,6 +307,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.CRC", | ||
logoURI: "", | ||
symbol: "CRC", | ||
ticker: "CRC", | ||
identifier: "FIAT.SGD", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.sgd.png", | ||
ticker: "SGD", | ||
}, | ||
@@ -257,6 +316,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.SEK", | ||
logoURI: "", | ||
symbol: "SEK", | ||
ticker: "SEK", | ||
identifier: "FIAT.TRY", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.try.png", | ||
ticker: "TRY", | ||
}, | ||
@@ -267,6 +325,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.PLN", | ||
logoURI: "", | ||
symbol: "PLN", | ||
ticker: "PLN", | ||
identifier: "FIAT.TWD", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.twd.png", | ||
ticker: "TWD", | ||
}, | ||
@@ -277,6 +334,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.DKK", | ||
logoURI: "", | ||
symbol: "DKK", | ||
ticker: "DKK", | ||
identifier: "FIAT.USD", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.usd.png", | ||
ticker: "USD", | ||
}, | ||
@@ -287,6 +343,5 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.NOK", | ||
logoURI: "", | ||
symbol: "NOK", | ||
ticker: "NOK", | ||
identifier: "FIAT.UYU", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.uyu.png", | ||
ticker: "UYU", | ||
}, | ||
@@ -297,8 +352,195 @@ { | ||
decimals: 2, | ||
identifier: "FIAT.NZD", | ||
logoURI: "", | ||
symbol: "NZD", | ||
ticker: "NZD", | ||
identifier: "FIAT.VND", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/fiat.vnd.png", | ||
ticker: "VND", | ||
}, | ||
{ | ||
chain: "GAIA", | ||
chainId: "cosmoshub-4", | ||
decimals: 6, | ||
identifier: "GAIA.ATOM", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/gaia.atom.png", | ||
ticker: "ATOM", | ||
}, | ||
{ | ||
address: "ibc/27394fb092d2eccd56123c74f36e4c1f926001ceada9ca97ea622b25f41e5eb2", | ||
chain: "KUJI", | ||
chainId: "kaiyo-1", | ||
decimals: 6, | ||
identifier: "KUJI.ATOM-ibc/27394fb092d2eccd56123c74f36e4c1f926001ceada9ca97ea622b25f41e5eb2", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/kuji.atom-ibc/27394fb092d2eccd56123c74f36e4c1f926001ceada9ca97ea622b25f41e5eb2.png", | ||
ticker: "ATOM", | ||
}, | ||
{ | ||
address: "ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F", | ||
chain: "KUJI", | ||
chainId: "kaiyo-1", | ||
decimals: 6, | ||
identifier: | ||
"KUJI.axlUSDC-ibc/295548A78785A1007F232DE286149A6FF512F180AF5657780FC89C009E2C348F", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/kuji.axlusdc-ibc/295548a78785a1007f232de286149a6ff512f180af5657780fc89c009e2c348f.png", | ||
ticker: "axlUSDC", | ||
}, | ||
{ | ||
address: "ukuji", | ||
chain: "KUJI", | ||
chainId: "kaiyo-1", | ||
decimals: 6, | ||
identifier: "KUJI.KUJI-ukuji", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/kuji.kuji-ukuji.png", | ||
ticker: "KUJI", | ||
}, | ||
{ | ||
chain: "KUJI", | ||
chainId: "kaiyo-1", | ||
decimals: 6, | ||
identifier: "KUJI.stATOM", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/kuji.statom.png", | ||
ticker: "stATOM", | ||
}, | ||
{ | ||
address: "ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9", | ||
chain: "KUJI", | ||
chainId: "kaiyo-1", | ||
decimals: 6, | ||
identifier: "KUJI.USDC-ibc/FE98AAD68F02F03565E9FA39A5E627946699B2B07115889ED812D8BA639576A9", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/kuji.usdc-ibc/fe98aad68f02f03565e9fa39a5e627946699b2b07115889ed812d8ba639576a9.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
chain: "LTC", | ||
chainId: "litecoin", | ||
decimals: 18, | ||
identifier: "LTC.LTC", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/ltc.ltc.png", | ||
ticker: "LTC", | ||
}, | ||
{ | ||
chain: "OP", | ||
chainId: "10", | ||
decimals: 18, | ||
identifier: "OP.ETH", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/op.eth.png", | ||
ticker: "ETH", | ||
}, | ||
{ | ||
address: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85", | ||
chain: "OP", | ||
chainId: "10", | ||
decimals: 6, | ||
identifier: "OP.USDC-0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/op.usdc-0x0b2c639c533813f4aa9d7837caf62653d097ff85.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
address: "3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 6, | ||
identifier: "SOL.BILLY-3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.billy-3b5wuurmei5yatd7on46hkfej3pfmd7t1rkgrsn3pump.png", | ||
ticker: "BILLY", | ||
}, | ||
{ | ||
address: "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 5, | ||
identifier: "SOL.BONK-DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.bonk-dezxaz8z7pnrnrjjz3wxborgixca6xjnb7yab1ppb263.png", | ||
ticker: "BONK", | ||
}, | ||
{ | ||
address: "9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 6, | ||
identifier: "SOL.FARTCOIN-9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.fartcoin-9bb6nfecjbctnnlfko2fqvqbq8hhm13kcyycdqbgpump.png", | ||
ticker: "FARTCOIN", | ||
}, | ||
{ | ||
address: "CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 6, | ||
identifier: "SOL.GOAT-CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.goat-czlsujwblfssjncfkh59rufqvafwcy5tzedwjsuypump.png", | ||
ticker: "GOAT", | ||
}, | ||
{ | ||
address: "AZsHEMXd36Bj1EMNXhowJajpUXzrKcK57wW4ZGXVa7yR", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 6, | ||
identifier: "SOL.GUAC-AZsHEMXd36Bj1EMNXhowJajpUXzrKcK57wW4ZGXVa7yR", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.guac-azshemxd36bj1emnxhowjajpuxzrkck57ww4zgxva7yr.png", | ||
ticker: "GUAC", | ||
}, | ||
{ | ||
address: "JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 6, | ||
identifier: "SOL.JUP-JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.jup-jupyiwryjfskupiha7hker8vutaefosybkedznsdvcn.png", | ||
ticker: "JUP", | ||
}, | ||
{ | ||
address: "ED5nyyWEzpPPiWimP8vYm7sD7TD3LAt3Q3gRTWHzPJBY", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 6, | ||
identifier: "SOL.MOODENG-ED5nyyWEzpPPiWimP8vYm7sD7TD3LAt3Q3gRTWHzPJBY", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.moodeng-ed5nyywezpppiwimp8vym7sd7td3lat3q3grtwhzpjby.png", | ||
ticker: "MOODENG", | ||
}, | ||
{ | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 9, | ||
identifier: "SOL.SOL", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/sol.sol.png", | ||
ticker: "SOL", | ||
}, | ||
{ | ||
address: "UPTx1d24aBWuRgwxVnFmX4gNraj3QGFzL3QqBgxtWQG", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 9, | ||
identifier: "SOL.UPT-UPTx1d24aBWuRgwxVnFmX4gNraj3QGFzL3QqBgxtWQG", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.upt-uptx1d24abwurgwxvnfmx4gnraj3qgfzl3qqbgxtwqg.png", | ||
ticker: "UPT", | ||
}, | ||
{ | ||
address: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", | ||
chain: "SOL", | ||
chainId: "solana", | ||
decimals: 6, | ||
identifier: "SOL.USDC-EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/sol.usdc-epjfwdd5aufqssqem2qn1xzybapc8g4weggkzwytdt1v.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
chain: "THOR", | ||
chainId: "thorchain-1", | ||
decimals: 8, | ||
identifier: "THOR.RUNE", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/thor.rune.png", | ||
ticker: "RUNE", | ||
}, | ||
], | ||
} as const; |
@@ -5,3 +5,3 @@ export const list = { | ||
name: "MAYACHAIN", | ||
timestamp: "2024-12-10T12:00:49.420Z", | ||
timestamp: "2025-02-07T19:01:41.239Z", | ||
version: { | ||
@@ -13,3 +13,3 @@ major: 1, | ||
keywords: [], | ||
count: 53, | ||
count: 54, | ||
tokens: [ | ||
@@ -425,2 +425,12 @@ { | ||
{ | ||
address: "0x054c9d4c6f4ea4e14391addd1812106c97d05690", | ||
chain: "MAYA", | ||
chainId: "mayachain-mainnet-v1", | ||
decimals: 8, | ||
identifier: "MAYA.ETH/LLD-0x054c9d4c6f4ea4e14391addd1812106c97d05690", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.lld-0x054c9d4c6f4ea4e14391addd1812106c97d05690.png", | ||
ticker: "LLD", | ||
}, | ||
{ | ||
address: "0x6982508145454ce325ddbe47a25d4ec3d2311933", | ||
@@ -427,0 +437,0 @@ chain: "MAYA", |
@@ -5,3 +5,3 @@ export const list = { | ||
name: "PANGOLIN_V1", | ||
timestamp: "2024-12-10T12:01:19.206Z", | ||
timestamp: "2025-02-07T19:02:11.490Z", | ||
version: { | ||
@@ -13,25 +13,5 @@ major: 1, | ||
keywords: [], | ||
count: 19, | ||
count: 11, | ||
tokens: [ | ||
{ | ||
address: "0x027dbcA046ca156De9622cD1e2D907d375e53aa7", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 9, | ||
identifier: "AVAX.AMPL-0X027DBCA046CA156DE9622CD1E2D907D375E53AA7", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.ampl-0x027dbca046ca156de9622cd1e2d907d375e53aa7.png", | ||
ticker: "AMPL", | ||
}, | ||
{ | ||
address: "0x51e48670098173025C477D9AA3f0efF7BF9f7812", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.DGNX-0X51E48670098173025C477D9AA3F0EFF7BF9F7812", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.dgnx-0x51e48670098173025c477d9aa3f0eff7bf9f7812.png", | ||
ticker: "DGNX", | ||
}, | ||
{ | ||
address: "0xf20d962a6c8f70c731bd838a3a388D7d48fA6e15", | ||
@@ -47,22 +27,2 @@ chain: "AVAX", | ||
{ | ||
address: "0x65378b697853568dA9ff8EaB60C13E1Ee9f4a654", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.HUSKY-0X65378B697853568DA9FF8EAB60C13E1EE9F4A654", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.husky-0x65378b697853568da9ff8eab60c13e1ee9f4a654.png", | ||
ticker: "HUSKY", | ||
}, | ||
{ | ||
address: "0x5947BB275c521040051D82396192181b413227A3", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.LINK.E-0X5947BB275C521040051D82396192181B413227A3", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.link.e-0x5947bb275c521040051d82396192181b413227a3.png", | ||
ticker: "LINK.E", | ||
}, | ||
{ | ||
address: "0x60781C2586D68229fde47564546784ab3fACA982", | ||
@@ -98,12 +58,2 @@ chain: "AVAX", | ||
{ | ||
address: "0x6e7f5C0b9f4432716bDd0a77a3601291b9D9e985", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 9, | ||
identifier: "AVAX.SPORE-0X6E7F5C0B9F4432716BDD0A77A3601291B9D9E985", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.spore-0x6e7f5c0b9f4432716bdd0a77a3601291b9d9e985.png", | ||
ticker: "SPORE", | ||
}, | ||
{ | ||
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", | ||
@@ -119,12 +69,2 @@ chain: "AVAX", | ||
{ | ||
address: "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 6, | ||
identifier: "AVAX.USDC.E-0XA7D7079B0FEAD91F3E65F86E8915CB59C1A4C664", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.usdc.e-0xa7d7079b0fead91f3e65f86e8915cb59c1a4c664.png", | ||
ticker: "USDC.E", | ||
}, | ||
{ | ||
address: "0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7", | ||
@@ -180,12 +120,2 @@ chain: "AVAX", | ||
{ | ||
address: "0xB1466d4cf0DCfC0bCdDcf3500F473cdACb88b56D", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.WET-0XB1466D4CF0DCFC0BCDDCF3500F473CDACB88B56D", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.wet-0xb1466d4cf0dcfc0bcddcf3500f473cdacb88b56d.png", | ||
ticker: "WET", | ||
}, | ||
{ | ||
address: "0x49D5c2BdFfac6CE2BFdB6640F4F80f226bc10bAB", | ||
@@ -200,13 +130,3 @@ chain: "AVAX", | ||
}, | ||
{ | ||
address: "0xd1c3f94DE7e5B45fa4eDBBA472491a9f4B166FC4", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.XAVA-0XD1C3F94DE7E5B45FA4EDBBA472491A9F4B166FC4", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.xava-0xd1c3f94de7e5b45fa4edbba472491a9f4b166fc4.png", | ||
ticker: "XAVA", | ||
}, | ||
], | ||
} as const; |
@@ -5,3 +5,3 @@ export const list = { | ||
name: "SUSHISWAP_V2", | ||
timestamp: "2024-12-10T12:01:20.182Z", | ||
timestamp: "2025-02-07T19:02:12.428Z", | ||
version: { | ||
@@ -13,3 +13,3 @@ major: 1, | ||
keywords: [], | ||
count: 101, | ||
count: 83, | ||
tokens: [ | ||
@@ -97,12 +97,2 @@ { | ||
{ | ||
address: "0x24A6A37576377F63f194Caa5F518a60f45b42921", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.BANK-0X24A6A37576377F63F194CAA5F518A60F45B42921", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.bank-0x24a6a37576377f63f194caa5f518a60f45b42921.png", | ||
ticker: "BANK", | ||
}, | ||
{ | ||
address: "0x0309c98B1bffA350bcb3F9fB9780970CA32a5060", | ||
@@ -118,12 +108,2 @@ chain: "ETH", | ||
{ | ||
address: "0xF17e65822b568B3903685a7c9F496CF7656Cc6C2", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.BICO-0XF17E65822B568B3903685A7C9F496CF7656CC6C2", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.bico-0xf17e65822b568b3903685a7c9f496cf7656cc6c2.png", | ||
ticker: "BICO", | ||
}, | ||
{ | ||
address: "0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5", | ||
@@ -189,12 +169,2 @@ chain: "ETH", | ||
{ | ||
address: "0x2ba592F78dB6436527729929AAf6c908497cB200", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.CREAM-0X2BA592F78DB6436527729929AAF6C908497CB200", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.cream-0x2ba592f78db6436527729929aaf6c908497cb200.png", | ||
ticker: "CREAM", | ||
}, | ||
{ | ||
address: "0xD533a949740bb3306d119CC777fa900bA034cd52", | ||
@@ -210,12 +180,2 @@ chain: "ETH", | ||
{ | ||
address: "0xE97e496E8494232ee128c1a8cAe0b2B7936f3CaA", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.CURIO-0XE97E496E8494232EE128C1A8CAE0B2B7936F3CAA", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.curio-0xe97e496e8494232ee128c1a8cae0b2b7936f3caa.png", | ||
ticker: "CURIO", | ||
}, | ||
{ | ||
address: "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B", | ||
@@ -241,22 +201,2 @@ chain: "ETH", | ||
{ | ||
address: "0xE00639A1f59B52773b7d39d9F9beF07F6248dbAe", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.DAOX-0XE00639A1F59B52773B7D39D9F9BEF07F6248DBAE", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.daox-0xe00639a1f59b52773b7d39d9f9bef07f6248dbae.png", | ||
ticker: "DAOX", | ||
}, | ||
{ | ||
address: "0x8f693ca8D21b157107184d29D398A8D082b38b76", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.DATA-0X8F693CA8D21B157107184D29D398A8D082B38B76", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.data-0x8f693ca8d21b157107184d29d398a8d082b38b76.png", | ||
ticker: "DATA", | ||
}, | ||
{ | ||
address: "0x9EA3b5b4EC044b70375236A281986106457b20EF", | ||
@@ -272,22 +212,12 @@ chain: "ETH", | ||
{ | ||
address: "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419", | ||
address: "0x798D1bE841a82a273720CE31c822C61a67a601C3", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.DIA-0X84CA8BC7997272C7CFB4D0CD3D55CD942B3C9419", | ||
decimals: 9, | ||
identifier: "ETH.DIGG-0X798D1BE841A82A273720CE31C822C61A67A601C3", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.dia-0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419.png", | ||
ticker: "DIA", | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.digg-0x798d1be841a82a273720ce31c822c61a67a601c3.png", | ||
ticker: "DIGG", | ||
}, | ||
{ | ||
address: "0xBAac2B4491727D78D2b78815144570b9f2Fe8899", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.DOG-0XBAAC2B4491727D78D2B78815144570B9F2FE8899", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.dog-0xbaac2b4491727d78d2b78815144570b9f2fe8899.png", | ||
ticker: "DOG", | ||
}, | ||
{ | ||
address: "0x1559FA1b8F28238FD5D76D9f434ad86FD20D1559", | ||
@@ -303,12 +233,2 @@ chain: "ETH", | ||
{ | ||
address: "0x35fA164735182de50811E8e2E824cFb9B6118ac2", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.EETH-0X35FA164735182DE50811E8E2E824CFB9B6118AC2", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.eeth-0x35fa164735182de50811e8e2e824cfb9b6118ac2.png", | ||
ticker: "EETH", | ||
}, | ||
{ | ||
address: "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72", | ||
@@ -334,12 +254,2 @@ chain: "ETH", | ||
{ | ||
address: "0x4E15361FD6b4BB609Fa63C81A2be19d873717870", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.FTM-0X4E15361FD6B4BB609FA63C81A2BE19D873717870", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.ftm-0x4e15361fd6b4bb609fa63c81a2be19d873717870.png", | ||
ticker: "FTM", | ||
}, | ||
{ | ||
address: "0x50D1c9771902476076eCFc8B2A83Ad6b9355a4c9", | ||
@@ -355,12 +265,2 @@ chain: "ETH", | ||
{ | ||
address: "0x5f944B0c4315Cb7c3a846b025AB4045da44abf6c", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.GCAKE-0X5F944B0C4315CB7C3A846B025AB4045DA44ABF6C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.gcake-0x5f944b0c4315cb7c3a846b025ab4045da44abf6c.png", | ||
ticker: "GCAKE", | ||
}, | ||
{ | ||
address: "0x9AB7bb7FdC60f4357ECFef43986818A2A3569c62", | ||
@@ -446,12 +346,2 @@ chain: "ETH", | ||
{ | ||
address: "0x6fB3e0A217407EFFf7Ca062D46c26E5d60a14d69", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.IOTX-0X6FB3E0A217407EFFF7CA062D46C26E5D60A14D69", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.iotx-0x6fb3e0a217407efff7ca062d46c26e5d60a14d69.png", | ||
ticker: "IOTX", | ||
}, | ||
{ | ||
address: "0x579CEa1889991f68aCc35Ff5c3dd0621fF29b0C9", | ||
@@ -487,12 +377,2 @@ chain: "ETH", | ||
{ | ||
address: "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.LDO-0X5A98FCBEA516CF06857215779FD812CA3BEF1B32", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.ldo-0x5a98fcbea516cf06857215779fd812ca3bef1b32.png", | ||
ticker: "LDO", | ||
}, | ||
{ | ||
address: "0x55332170Cb7d36545B500f66a80291C83d40Bba7", | ||
@@ -528,12 +408,2 @@ chain: "ETH", | ||
{ | ||
address: "0xb9d4B6DC1e1Ee3577CC442dE015CC11F238B35ed", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.MAG-0XB9D4B6DC1E1EE3577CC442DE015CC11F238B35ED", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.mag-0xb9d4b6dc1e1ee3577cc442de015cc11f238b35ed.png", | ||
ticker: "MAG", | ||
}, | ||
{ | ||
address: "0x641927E970222B10b2E8CDBC96b1B4F427316f16", | ||
@@ -599,20 +469,20 @@ chain: "ETH", | ||
{ | ||
address: "0x967da4048cD07aB37855c090aAF366e4ce1b9F48", | ||
address: "0x87d73E916D7057945c9BcD8cdd94e42A6F47f776", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.OCEAN-0X967DA4048CD07AB37855C090AAF366E4CE1B9F48", | ||
identifier: "ETH.NFTX-0X87D73E916D7057945C9BCD8CDD94E42A6F47F776", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png", | ||
ticker: "OCEAN", | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.nftx-0x87d73e916d7057945c9bcd8cdd94e42a6f47f776.png", | ||
ticker: "NFTX", | ||
}, | ||
{ | ||
address: "0x9e20461bc2c4c980f62f1B279D71734207a6A356", | ||
address: "0x967da4048cD07aB37855c090aAF366e4ce1b9F48", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.OMNI-0X9E20461BC2C4C980F62F1B279D71734207A6A356", | ||
identifier: "ETH.OCEAN-0X967DA4048CD07AB37855C090AAF366E4CE1B9F48", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.omni-0x9e20461bc2c4c980f62f1b279d71734207a6a356.png", | ||
ticker: "OMNI", | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.ocean-0x967da4048cd07ab37855c090aaf366e4ce1b9f48.png", | ||
ticker: "OCEAN", | ||
}, | ||
@@ -640,12 +510,2 @@ { | ||
{ | ||
address: "0x808507121B80c02388fAd14726482e061B8da827", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.PENDLE-0X808507121B80C02388FAD14726482E061B8DA827", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.pendle-0x808507121b80c02388fad14726482e061b8da827.png", | ||
ticker: "PENDLE", | ||
}, | ||
{ | ||
address: "0x60bE1e1fE41c1370ADaF5d8e66f07Cf1C2Df2268", | ||
@@ -761,12 +621,2 @@ chain: "ETH", | ||
{ | ||
address: "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.SNX-0XC011A73EE8576FB46F5E1C5751CA3B9FE0AF2A6F", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.snx-0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f.png", | ||
ticker: "SNX", | ||
}, | ||
{ | ||
address: "0x090185f2135308BaD17527004364eBcC2D37e5F6", | ||
@@ -812,12 +662,2 @@ chain: "ETH", | ||
{ | ||
address: "0xe53EC727dbDEB9E2d5456c3be40cFF031AB40A55", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.SUPER-0XE53EC727DBDEB9E2D5456C3BE40CFF031AB40A55", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.super-0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55.png", | ||
ticker: "SUPER", | ||
}, | ||
{ | ||
address: "0x57Ab1ec28D129707052df4dF418D58a2D46d5f51", | ||
@@ -923,12 +763,2 @@ chain: "ETH", | ||
{ | ||
address: "0x135B810e48e4307AB2a59ea294A6f1724781bD3C", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.WAN-0X135B810E48E4307AB2A59EA294A6F1724781BD3C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.wan-0x135b810e48e4307ab2a59ea294a6f1724781bd3c.png", | ||
ticker: "WAN", | ||
}, | ||
{ | ||
address: "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599", | ||
@@ -984,12 +814,2 @@ chain: "ETH", | ||
{ | ||
address: "0x69fa0feE221AD11012BAb0FdB45d444D3D2Ce71c", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.XRUNE-0X69FA0FEE221AD11012BAB0FDB45D444D3D2CE71C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.xrune-0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c.png", | ||
ticker: "XRUNE", | ||
}, | ||
{ | ||
address: "0x8798249c2E607446EfB7Ad49eC89dD1865Ff4272", | ||
@@ -996,0 +816,0 @@ chain: "ETH", |
@@ -5,3 +5,3 @@ export const list = { | ||
name: "THORCHAIN", | ||
timestamp: "2024-12-10T12:01:22.303Z", | ||
timestamp: "2025-02-07T19:02:14.131Z", | ||
version: { | ||
@@ -13,3 +13,3 @@ major: 1, | ||
keywords: [], | ||
count: 64, | ||
count: 69, | ||
tokens: [ | ||
@@ -56,2 +56,31 @@ { | ||
{ | ||
address: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf", | ||
chain: "BASE", | ||
chainId: "8453", | ||
decimals: 8, | ||
identifier: "BASE.CBBTC-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/base.cbbtc-0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf.png", | ||
ticker: "CBBTC", | ||
}, | ||
{ | ||
chain: "BASE", | ||
chainId: "8453", | ||
decimals: 18, | ||
identifier: "BASE.ETH", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/base.eth.png", | ||
shortCode: "f", | ||
ticker: "ETH", | ||
}, | ||
{ | ||
address: "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913", | ||
chain: "BASE", | ||
chainId: "8453", | ||
decimals: 6, | ||
identifier: "BASE.USDC-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/base.usdc-0x833589fcd6edb6e08f4c7c32d4f71b54bda02913.png", | ||
ticker: "USDC", | ||
}, | ||
{ | ||
chain: "BCH", | ||
@@ -75,2 +104,12 @@ chainId: "bitcoincash", | ||
{ | ||
address: "0x4b0f1812e5df2a09796481ff14017e6005508003", | ||
chain: "BSC", | ||
chainId: "56", | ||
decimals: 18, | ||
identifier: "BSC.TWT-0x4b0f1812e5df2a09796481ff14017e6005508003", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/bsc.twt-0x4b0f1812e5df2a09796481ff14017e6005508003.png", | ||
ticker: "TWT", | ||
}, | ||
{ | ||
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d", | ||
@@ -283,2 +322,12 @@ chain: "BSC", | ||
{ | ||
address: "0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e", | ||
chain: "ETH", | ||
chainId: "1", | ||
decimals: 18, | ||
identifier: "ETH.YFI-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.yfi-0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e.png", | ||
ticker: "YFI", | ||
}, | ||
{ | ||
chain: "GAIA", | ||
@@ -356,2 +405,12 @@ chainId: "cosmoshub-4", | ||
{ | ||
address: "0x4b0f1812e5df2a09796481ff14017e6005508003", | ||
chain: "THOR", | ||
chainId: "thorchain-1", | ||
decimals: 8, | ||
identifier: "THOR.BSC/TWT-0x4b0f1812e5df2a09796481ff14017e6005508003", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/bsc.twt-0x4b0f1812e5df2a09796481ff14017e6005508003.png", | ||
ticker: "TWT", | ||
}, | ||
{ | ||
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d", | ||
@@ -521,12 +580,2 @@ chain: "THOR", | ||
{ | ||
address: "0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c", | ||
chain: "THOR", | ||
chainId: "thorchain-1", | ||
decimals: 8, | ||
identifier: "THOR.ETH/UOS-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/eth.uos-0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c.png", | ||
ticker: "UOS", | ||
}, | ||
{ | ||
address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", | ||
@@ -633,2 +682,3 @@ chain: "THOR", | ||
logoURI: "https://storage.googleapis.com/token-list-swapkit/images/thor.rune.png", | ||
shortCode: "r", | ||
ticker: "RUNE", | ||
@@ -635,0 +685,0 @@ }, |
export const list = { | ||
provider: "TRADERJOE_V2", | ||
name: "TRADERJOE_V2", | ||
timestamp: "2024-12-10T12:01:24.851Z", | ||
timestamp: "2025-02-07T19:02:16.705Z", | ||
version: { | ||
@@ -11,15 +11,5 @@ major: 1, | ||
keywords: [], | ||
count: 147, | ||
count: 142, | ||
tokens: [ | ||
{ | ||
address: "0xC9CBf102c73fb77Ec14f8B4C8bd88e050a6b2646", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.ALPHA-0XC9CBF102C73FB77EC14F8B4C8BD88E050A6B2646", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.alpha-0xc9cbf102c73fb77ec14f8b4c8bd88e050a6b2646.png", | ||
ticker: "ALPHA", | ||
}, | ||
{ | ||
address: "0x912CE59144191C1204E64559FE8253a0e49E6548", | ||
@@ -45,12 +35,2 @@ chain: "ARB", | ||
{ | ||
address: "0xda71EA8ef58D015de8C5cEA8f7B890db3A103E67", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.EMDX-0XDA71EA8EF58D015DE8C5CEA8F7B890DB3A103E67", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.emdx-0xda71ea8ef58d015de8c5cea8f7b890db3a103e67.png", | ||
ticker: "EMDX", | ||
}, | ||
{ | ||
address: "0x2416092f143378750bb29b79eD961ab195CcEea5", | ||
@@ -76,12 +56,2 @@ chain: "ARB", | ||
{ | ||
address: "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.GMX-0XFC5A1A6EB076A2C7AD06ED22C90D7E710E35AD0A", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.gmx-0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a.png", | ||
ticker: "GMX", | ||
}, | ||
{ | ||
address: "0x371c7ec6D8039ff7933a2AA28EB827Ffe1F52f07", | ||
@@ -97,22 +67,2 @@ chain: "ARB", | ||
{ | ||
address: "0xef261714F7E5ba6b86F4780eb6e3bf26B10729CF", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.LOTUS-0XEF261714F7E5BA6B86F4780EB6E3BF26B10729CF", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.lotus-0xef261714f7e5ba6b86f4780eb6e3bf26b10729cf.png", | ||
ticker: "LOTUS", | ||
}, | ||
{ | ||
address: "0xDCbf4CB83d27C408B30dD7F39bfcabD7176B1Ba3", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.OOE-0XDCBF4CB83D27C408B30DD7F39BFCABD7176B1BA3", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.ooe-0xdcbf4cb83d27c408b30dd7f39bfcabd7176b1ba3.png", | ||
ticker: "OOE", | ||
}, | ||
{ | ||
address: "0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8", | ||
@@ -128,32 +78,12 @@ chain: "ARB", | ||
{ | ||
address: "0xddBfBd5dc3BA0FeB96Cb513B689966b2176d4c09", | ||
address: "0xbc011A12Da28e8F0f528d9eE5E7039E22F91cf18", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.STEAK-0XDDBFBD5DC3BA0FEB96CB513B689966B2176D4C09", | ||
identifier: "ARB.SWETH-0XBC011A12DA28E8F0F528D9EE5E7039E22F91CF18", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.steak-0xddbfbd5dc3ba0feb96cb513b689966b2176d4c09.png", | ||
ticker: "STEAK", | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.sweth-0xbc011a12da28e8f0f528d9ee5e7039e22f91cf18.png", | ||
ticker: "SWETH", | ||
}, | ||
{ | ||
address: "0x6694340fc020c5E6B96567843da2df01b2CE1eb6", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.STG-0X6694340FC020C5E6B96567843DA2DF01B2CE1EB6", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.stg-0x6694340fc020c5e6b96567843da2df01b2ce1eb6.png", | ||
ticker: "STG", | ||
}, | ||
{ | ||
address: "0xF202Ab403Cd7E90197ec0f010ee897E283037706", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.SVUSD-0XF202AB403CD7E90197EC0F010EE897E283037706", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.svusd-0xf202ab403cd7e90197ec0f010ee897e283037706.png", | ||
ticker: "SVUSD", | ||
}, | ||
{ | ||
address: "0xD56734d7f9979dD94FAE3d67C7e928234e71cD4C", | ||
@@ -219,12 +149,2 @@ chain: "ARB", | ||
{ | ||
address: "0x565609fAF65B92F7be02468acF86f8979423e514", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.WAVAX-0X565609FAF65B92F7BE02468ACF86F8979423E514", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.wavax-0x565609faf65b92f7be02468acf86f8979423e514.png", | ||
ticker: "WAVAX", | ||
}, | ||
{ | ||
address: "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f", | ||
@@ -270,12 +190,2 @@ chain: "ARB", | ||
{ | ||
address: "0x7f4dB37D7bEb31F445307782Bc3Da0F18dF13696", | ||
chain: "ARB", | ||
chainId: "42161", | ||
decimals: 18, | ||
identifier: "ARB.YAK-0X7F4DB37D7BEB31F445307782BC3DA0F18DF13696", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/arb.yak-0x7f4db37d7beb31f445307782bc3da0f18df13696.png", | ||
ticker: "YAK", | ||
}, | ||
{ | ||
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd", | ||
@@ -291,20 +201,20 @@ chain: "ARB", | ||
{ | ||
address: "0x13E7bceFddE72492E656f3fa58baE6029708e673", | ||
address: "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.AGX-0X13E7BCEFDDE72492E656F3FA58BAE6029708E673", | ||
identifier: "AVAX.AGEUR-0XAEC8318A9A59BAEB39861D10FF6C7F7BF1F96C57", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.agx-0x13e7bcefdde72492e656f3fa58bae6029708e673.png", | ||
ticker: "AGX", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.ageur-0xaec8318a9a59baeb39861d10ff6c7f7bf1f96c57.png", | ||
ticker: "AGEUR", | ||
}, | ||
{ | ||
address: "0x13E7bceFddE72492E656f3fa58baE6029708e673", | ||
address: "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.AGX-0X13E7BCEFDDE72492E656F3FA58BAE6029708E673", | ||
identifier: "AVAX.AGEUR-0XAEC8318A9A59BAEB39861D10FF6C7F7BF1F96C57", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.agx-0x13e7bcefdde72492e656f3fa58bae6029708e673.png", | ||
ticker: "AGX", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.ageur-0xaec8318a9a59baeb39861d10ff6c7f7bf1f96c57.png", | ||
ticker: "AGEUR", | ||
}, | ||
@@ -352,22 +262,2 @@ { | ||
{ | ||
address: "0x98B172A09102869adD73116FC92A0A60BFF4778F", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.APEX-0X98B172A09102869ADD73116FC92A0A60BFF4778F", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.apex-0x98b172a09102869add73116fc92a0a60bff4778f.png", | ||
ticker: "APEX", | ||
}, | ||
{ | ||
address: "0x98B172A09102869adD73116FC92A0A60BFF4778F", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.APEX-0X98B172A09102869ADD73116FC92A0A60BFF4778F", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.apex-0x98b172a09102869add73116fc92a0a60bff4778f.png", | ||
ticker: "APEX", | ||
}, | ||
{ | ||
address: "0xB8d7710f7d8349A506b75dD184F05777c82dAd0C", | ||
@@ -473,80 +363,80 @@ chain: "AVAX", | ||
{ | ||
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE", | ||
address: "0x8c8d2a7d8d9CF26F5ee1BbFc0bA56e93F4A4A7aC", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE", | ||
identifier: "AVAX.AVAXAI-0X8C8D2A7D8D9CF26F5EE1BBFC0BA56E93F4A4A7AC", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png", | ||
ticker: "BEAM", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.avaxai-0x8c8d2a7d8d9cf26f5ee1bbfc0ba56e93f4a4a7ac.png", | ||
ticker: "AVAXAI", | ||
}, | ||
{ | ||
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE", | ||
address: "0x8c8d2a7d8d9CF26F5ee1BbFc0bA56e93F4A4A7aC", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE", | ||
identifier: "AVAX.AVAXAI-0X8C8D2A7D8D9CF26F5EE1BBFC0BA56E93F4A4A7AC", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png", | ||
ticker: "BEAM", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.avaxai-0x8c8d2a7d8d9cf26f5ee1bbfc0ba56e93f4a4a7ac.png", | ||
ticker: "AVAXAI", | ||
}, | ||
{ | ||
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314", | ||
address: "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314", | ||
identifier: "AVAX.AVUSD-0X24DE8771BC5DDB3362DB529FC3358F2DF3A0E346", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png", | ||
ticker: "BIG", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.avusd-0x24de8771bc5ddb3362db529fc3358f2df3a0e346.png", | ||
ticker: "AVUSD", | ||
}, | ||
{ | ||
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314", | ||
address: "0x24dE8771bC5DdB3362Db529Fc3358F2df3A0E346", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314", | ||
identifier: "AVAX.AVUSD-0X24DE8771BC5DDB3362DB529FC3358F2DF3A0E346", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png", | ||
ticker: "BIG", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.avusd-0x24de8771bc5ddb3362db529fc3358f2df3a0e346.png", | ||
ticker: "AVUSD", | ||
}, | ||
{ | ||
address: "0xdBDd50997361522495EcFE57EBb6850dA0E4C699", | ||
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BNUSD-0XDBDD50997361522495ECFE57EBB6850DA0E4C699", | ||
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.bnusd-0xdbdd50997361522495ecfe57ebb6850da0e4c699.png", | ||
ticker: "BNUSD", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png", | ||
ticker: "BEAM", | ||
}, | ||
{ | ||
address: "0xdBDd50997361522495EcFE57EBb6850dA0E4C699", | ||
address: "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BNUSD-0XDBDD50997361522495ECFE57EBB6850DA0E4C699", | ||
identifier: "AVAX.BEAM-0X62D0A8458ED7719FDAF978FE5929C6D342B0BFCE", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.bnusd-0xdbdd50997361522495ecfe57ebb6850da0e4c699.png", | ||
ticker: "BNUSD", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.beam-0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce.png", | ||
ticker: "BEAM", | ||
}, | ||
{ | ||
address: "0xC07C98a93591504584738e4569928DDb3b9f12A7", | ||
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 5, | ||
identifier: "AVAX.BONK-0XC07C98A93591504584738E4569928DDB3B9F12A7", | ||
decimals: 18, | ||
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.bonk-0xc07c98a93591504584738e4569928ddb3b9f12a7.png", | ||
ticker: "BONK", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png", | ||
ticker: "BIG", | ||
}, | ||
{ | ||
address: "0xC07C98a93591504584738e4569928DDb3b9f12A7", | ||
address: "0x2d0aFed89a6D6A100273Db377dBA7a32C739E314", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 5, | ||
identifier: "AVAX.BONK-0XC07C98A93591504584738E4569928DDB3B9F12A7", | ||
decimals: 18, | ||
identifier: "AVAX.BIG-0X2D0AFED89A6D6A100273DB377DBA7A32C739E314", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.bonk-0xc07c98a93591504584738e4569928ddb3b9f12a7.png", | ||
ticker: "BONK", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.big-0x2d0afed89a6d6a100273db377dba7a32c739e314.png", | ||
ticker: "BIG", | ||
}, | ||
@@ -574,62 +464,42 @@ { | ||
{ | ||
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f", | ||
address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F", | ||
identifier: "AVAX.BUSD-0X9C9E5FD8BBC25984B178FDCE6117DEFA39D2DB39", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png", | ||
ticker: "BURRITOAI", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.busd-0x9c9e5fd8bbc25984b178fdce6117defa39d2db39.png", | ||
ticker: "BUSD", | ||
}, | ||
{ | ||
address: "0xf65645a42609f6b44E2EC158A3Dc2b6CfC97093f", | ||
address: "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.BURRITOAI-0XF65645A42609F6B44E2EC158A3DC2B6CFC97093F", | ||
identifier: "AVAX.BUSD-0X9C9E5FD8BBC25984B178FDCE6117DEFA39D2DB39", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.burritoai-0xf65645a42609f6b44e2ec158a3dc2b6cfc97093f.png", | ||
ticker: "BURRITOAI", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.busd-0x9c9e5fd8bbc25984b178fdce6117defa39d2db39.png", | ||
ticker: "BUSD", | ||
}, | ||
{ | ||
address: "0x8D88e48465F30Acfb8daC0b3E35c9D6D7d36abaf", | ||
address: "0xCAFE4aFB0f1D1A8aF4C6dF1FDe7Be88D15ae8bF4", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.CNR-0X8D88E48465F30ACFB8DAC0B3E35C9D6D7D36ABAF", | ||
identifier: "AVAX.CHAT-0XCAFE4AFB0F1D1A8AF4C6DF1FDE7BE88D15AE8BF4", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.cnr-0x8d88e48465f30acfb8dac0b3e35c9d6d7d36abaf.png", | ||
ticker: "CNR", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.chat-0xcafe4afb0f1d1a8af4c6df1fde7be88d15ae8bf4.png", | ||
ticker: "CHAT", | ||
}, | ||
{ | ||
address: "0x8D88e48465F30Acfb8daC0b3E35c9D6D7d36abaf", | ||
address: "0xCAFE4aFB0f1D1A8aF4C6dF1FDe7Be88D15ae8bF4", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.CNR-0X8D88E48465F30ACFB8DAC0B3E35C9D6D7D36ABAF", | ||
identifier: "AVAX.CHAT-0XCAFE4AFB0F1D1A8AF4C6DF1FDE7BE88D15AE8BF4", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.cnr-0x8d88e48465f30acfb8dac0b3e35c9d6d7d36abaf.png", | ||
ticker: "CNR", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.chat-0xcafe4afb0f1d1a8af4c6df1fde7be88d15ae8bf4.png", | ||
ticker: "CHAT", | ||
}, | ||
{ | ||
address: "0xA6f1d8CD188D6034b62B307d91437AE64eA2603b", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.COCKAPOO-0XA6F1D8CD188D6034B62B307D91437AE64EA2603B", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.cockapoo-0xa6f1d8cd188d6034b62b307d91437ae64ea2603b.png", | ||
ticker: "COCKAPOO", | ||
}, | ||
{ | ||
address: "0xA6f1d8CD188D6034b62B307d91437AE64eA2603b", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.COCKAPOO-0XA6F1D8CD188D6034B62B307D91437AE64EA2603B", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.cockapoo-0xa6f1d8cd188d6034b62b307d91437ae64ea2603b.png", | ||
ticker: "COCKAPOO", | ||
}, | ||
{ | ||
address: "0x420FcA0121DC28039145009570975747295f2329", | ||
@@ -655,80 +525,80 @@ chain: "AVAX", | ||
{ | ||
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70", | ||
address: "0xE7d69acbc00D0EC5d9c02162310EE21DAA77f69C", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.DAI.E-0XD586E7F844CEA2F87F50152665BCBC2C279D8D70", | ||
identifier: "AVAX.COQAI-0XE7D69ACBC00D0EC5D9C02162310EE21DAA77F69C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.dai.e-0xd586e7f844cea2f87f50152665bcbc2c279d8d70.png", | ||
ticker: "DAI.E", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.coqai-0xe7d69acbc00d0ec5d9c02162310ee21daa77f69c.png", | ||
ticker: "COQAI", | ||
}, | ||
{ | ||
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70", | ||
address: "0xE7d69acbc00D0EC5d9c02162310EE21DAA77f69C", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.DAI.E-0XD586E7F844CEA2F87F50152665BCBC2C279D8D70", | ||
identifier: "AVAX.COQAI-0XE7D69ACBC00D0EC5D9C02162310EE21DAA77F69C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.dai.e-0xd586e7f844cea2f87f50152665bcbc2c279d8d70.png", | ||
ticker: "DAI.E", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.coqai-0xe7d69acbc00d0ec5d9c02162310ee21daa77f69c.png", | ||
ticker: "COQAI", | ||
}, | ||
{ | ||
address: "0xB57B25851fE2311CC3fE511c8F10E868932e0680", | ||
address: "0x68e551E7eF4Bf59bf55B233Bb6beA104b168ee24", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.DEUSD-0XB57B25851FE2311CC3FE511C8F10E868932E0680", | ||
identifier: "AVAX.CWAI-0X68E551E7EF4BF59BF55B233BB6BEA104B168EE24", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.deusd-0xb57b25851fe2311cc3fe511c8f10e868932e0680.png", | ||
ticker: "DEUSD", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.cwai-0x68e551e7ef4bf59bf55b233bb6bea104b168ee24.png", | ||
ticker: "CWAI", | ||
}, | ||
{ | ||
address: "0xB57B25851fE2311CC3fE511c8F10E868932e0680", | ||
address: "0x68e551E7eF4Bf59bf55B233Bb6beA104b168ee24", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.DEUSD-0XB57B25851FE2311CC3FE511C8F10E868932E0680", | ||
identifier: "AVAX.CWAI-0X68E551E7EF4BF59BF55B233BB6BEA104B168EE24", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.deusd-0xb57b25851fe2311cc3fe511c8f10e868932e0680.png", | ||
ticker: "DEUSD", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.cwai-0x68e551e7ef4bf59bf55b233bb6bea104b168ee24.png", | ||
ticker: "CWAI", | ||
}, | ||
{ | ||
address: "0xFc6Da929c031162841370af240dEc19099861d3B", | ||
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.DOMI-0XFC6DA929C031162841370AF240DEC19099861D3B", | ||
identifier: "AVAX.DAI.E-0XD586E7F844CEA2F87F50152665BCBC2C279D8D70", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.domi-0xfc6da929c031162841370af240dec19099861d3b.png", | ||
ticker: "DOMI", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.dai.e-0xd586e7f844cea2f87f50152665bcbc2c279d8d70.png", | ||
ticker: "DAI.E", | ||
}, | ||
{ | ||
address: "0xFc6Da929c031162841370af240dEc19099861d3B", | ||
address: "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.DOMI-0XFC6DA929C031162841370AF240DEC19099861D3B", | ||
identifier: "AVAX.DAI.E-0XD586E7F844CEA2F87F50152665BCBC2C279D8D70", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.domi-0xfc6da929c031162841370af240dec19099861d3b.png", | ||
ticker: "DOMI", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.dai.e-0xd586e7f844cea2f87f50152665bcbc2c279d8d70.png", | ||
ticker: "DAI.E", | ||
}, | ||
{ | ||
address: "0xe533B81297B820D2Eb2cd837263926596328E8D2", | ||
address: "0xB57B25851fE2311CC3fE511c8F10E868932e0680", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.EMDX-0XE533B81297B820D2EB2CD837263926596328E8D2", | ||
identifier: "AVAX.DEUSD-0XB57B25851FE2311CC3FE511C8F10E868932E0680", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.emdx-0xe533b81297b820d2eb2cd837263926596328e8d2.png", | ||
ticker: "EMDX", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.deusd-0xb57b25851fe2311cc3fe511c8f10e868932e0680.png", | ||
ticker: "DEUSD", | ||
}, | ||
{ | ||
address: "0xe533B81297B820D2Eb2cd837263926596328E8D2", | ||
address: "0xB57B25851fE2311CC3fE511c8F10E868932e0680", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.EMDX-0XE533B81297B820D2EB2CD837263926596328E8D2", | ||
identifier: "AVAX.DEUSD-0XB57B25851FE2311CC3FE511C8F10E868932E0680", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.emdx-0xe533b81297b820d2eb2cd837263926596328e8d2.png", | ||
ticker: "EMDX", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.deusd-0xb57b25851fe2311cc3fe511c8f10e868932e0680.png", | ||
ticker: "DEUSD", | ||
}, | ||
@@ -776,22 +646,2 @@ { | ||
{ | ||
address: "0x214DB107654fF987AD859F34125307783fC8e387", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png", | ||
ticker: "FXS", | ||
}, | ||
{ | ||
address: "0x214DB107654fF987AD859F34125307783fC8e387", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.FXS-0X214DB107654FF987AD859F34125307783FC8E387", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.fxs-0x214db107654ff987ad859f34125307783fc8e387.png", | ||
ticker: "FXS", | ||
}, | ||
{ | ||
address: "0xA25EaF2906FA1a3a13EdAc9B9657108Af7B703e3", | ||
@@ -857,2 +707,22 @@ chain: "AVAX", | ||
{ | ||
address: "0x449Aee3A086E826380957FB9650dB2EDEF5ED25e", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.HH-0X449AEE3A086E826380957FB9650DB2EDEF5ED25E", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.hh-0x449aee3a086e826380957fb9650db2edef5ed25e.png", | ||
ticker: "HH", | ||
}, | ||
{ | ||
address: "0x449Aee3A086E826380957FB9650dB2EDEF5ED25e", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.HH-0X449AEE3A086E826380957FB9650DB2EDEF5ED25E", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.hh-0x449aee3a086e826380957fb9650db2edef5ed25e.png", | ||
ticker: "HH", | ||
}, | ||
{ | ||
address: "0xb014430ec5a7B56224e40850f2afBE10A5bd685d", | ||
@@ -918,42 +788,22 @@ chain: "AVAX", | ||
{ | ||
address: "0x184ff13B3EBCB25Be44e860163A5D8391Dd568c1", | ||
address: "0xFFFF003a6BAD9b743d658048742935fFFE2b6ED7", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.KIMBO-0X184FF13B3EBCB25BE44E860163A5D8391DD568C1", | ||
identifier: "AVAX.KET-0XFFFF003A6BAD9B743D658048742935FFFE2B6ED7", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.kimbo-0x184ff13b3ebcb25be44e860163a5d8391dd568c1.png", | ||
ticker: "KIMBO", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.ket-0xffff003a6bad9b743d658048742935fffe2b6ed7.png", | ||
ticker: "KET", | ||
}, | ||
{ | ||
address: "0x184ff13B3EBCB25Be44e860163A5D8391Dd568c1", | ||
address: "0xFFFF003a6BAD9b743d658048742935fFFE2b6ED7", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.KIMBO-0X184FF13B3EBCB25BE44E860163A5D8391DD568C1", | ||
identifier: "AVAX.KET-0XFFFF003A6BAD9B743D658048742935FFFE2B6ED7", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.kimbo-0x184ff13b3ebcb25be44e860163a5d8391dd568c1.png", | ||
ticker: "KIMBO", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.ket-0xffff003a6bad9b743d658048742935fffe2b6ed7.png", | ||
ticker: "KET", | ||
}, | ||
{ | ||
address: "0x694200a68B18232916353250955bE220e88c5cBB", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.KOVIN-0X694200A68B18232916353250955BE220E88C5CBB", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.kovin-0x694200a68b18232916353250955be220e88c5cbb.png", | ||
ticker: "KOVIN", | ||
}, | ||
{ | ||
address: "0x694200a68B18232916353250955bE220e88c5cBB", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.KOVIN-0X694200A68B18232916353250955BE220E88C5CBB", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.kovin-0x694200a68b18232916353250955be220e88c5cbb.png", | ||
ticker: "KOVIN", | ||
}, | ||
{ | ||
address: "0x5947BB275c521040051D82396192181b413227A3", | ||
@@ -1019,2 +869,22 @@ chain: "AVAX", | ||
{ | ||
address: "0x7a842193D291840FC38B45f991c5B8cC908f8A7C", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.PLSR-0X7A842193D291840FC38B45F991C5B8CC908F8A7C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.plsr-0x7a842193d291840fc38b45f991c5b8cc908f8a7c.png", | ||
ticker: "PLSR", | ||
}, | ||
{ | ||
address: "0x7a842193D291840FC38B45f991c5B8cC908f8A7C", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.PLSR-0X7A842193D291840FC38B45F991C5B8CC908F8A7C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.plsr-0x7a842193d291840fc38b45f991c5b8cc908f8a7c.png", | ||
ticker: "PLSR", | ||
}, | ||
{ | ||
address: "0x33C8036E99082B0C395374832FECF70c42C7F298", | ||
@@ -1060,22 +930,42 @@ chain: "AVAX", | ||
{ | ||
address: "0xf3E5914cA1F678E0A3a38031B5514682e3450919", | ||
address: "0xAFc1D137a8F0764833d2E74eFb2F0b171BC2cd87", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.QUILL-0XF3E5914CA1F678E0A3A38031B5514682E3450919", | ||
identifier: "AVAX.REDWOLF-0XAFC1D137A8F0764833D2E74EFB2F0B171BC2CD87", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.quill-0xf3e5914ca1f678e0a3a38031b5514682e3450919.png", | ||
ticker: "QUILL", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.redwolf-0xafc1d137a8f0764833d2e74efb2f0b171bc2cd87.png", | ||
ticker: "REDWOLF", | ||
}, | ||
{ | ||
address: "0xf3E5914cA1F678E0A3a38031B5514682e3450919", | ||
address: "0xAFc1D137a8F0764833d2E74eFb2F0b171BC2cd87", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.QUILL-0XF3E5914CA1F678E0A3A38031B5514682E3450919", | ||
identifier: "AVAX.REDWOLF-0XAFC1D137A8F0764833D2E74EFB2F0B171BC2CD87", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.quill-0xf3e5914ca1f678e0a3a38031b5514682e3450919.png", | ||
ticker: "QUILL", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.redwolf-0xafc1d137a8f0764833d2e74efb2f0b171bc2cd87.png", | ||
ticker: "REDWOLF", | ||
}, | ||
{ | ||
address: "0xDf788AD40181894dA035B827cDF55C523bf52F67", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.RSAVAX-0XDF788AD40181894DA035B827CDF55C523BF52F67", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.rsavax-0xdf788ad40181894da035b827cdf55c523bf52f67.png", | ||
ticker: "RSAVAX", | ||
}, | ||
{ | ||
address: "0xDf788AD40181894dA035B827cDF55C523bf52F67", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.RSAVAX-0XDF788AD40181894DA035B827CDF55C523BF52F67", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.rsavax-0xdf788ad40181894da035b827cdf55c523bf52f67.png", | ||
ticker: "RSAVAX", | ||
}, | ||
{ | ||
address: "0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE", | ||
@@ -1101,2 +991,22 @@ chain: "AVAX", | ||
{ | ||
address: "0x06d47F3fb376649c3A9Dafe069B3D6E35572219E", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.SAVUSD-0X06D47F3FB376649C3A9DAFE069B3D6E35572219E", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.savusd-0x06d47f3fb376649c3a9dafe069b3d6e35572219e.png", | ||
ticker: "SAVUSD", | ||
}, | ||
{ | ||
address: "0x06d47F3fb376649c3A9Dafe069B3D6E35572219E", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.SAVUSD-0X06D47F3FB376649C3A9DAFE069B3D6E35572219E", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.savusd-0x06d47f3fb376649c3a9dafe069b3d6e35572219e.png", | ||
ticker: "SAVUSD", | ||
}, | ||
{ | ||
address: "0xd402298a793948698b9a63311404FBBEe944eAfD", | ||
@@ -1162,22 +1072,62 @@ chain: "AVAX", | ||
{ | ||
address: "0xCC0966D8418d412c599A6421b760a847eB169A8c", | ||
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.SOLVBTC.BBN-0XCC0966D8418D412C599A6421B760A847EB169A8C", | ||
identifier: "AVAX.SPACEM-0X3C780F5CBF94DE3EFCEC964AF928D08C4508EEBE", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png", | ||
ticker: "SOLVBTC.BBN", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.spacem-0x3c780f5cbf94de3efcec964af928d08c4508eebe.png", | ||
ticker: "SPACEM", | ||
}, | ||
{ | ||
address: "0xCC0966D8418d412c599A6421b760a847eB169A8c", | ||
address: "0x3c780F5cBF94De3EFCec964Af928D08c4508EeBE", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.SOLVBTC.BBN-0XCC0966D8418D412C599A6421B760A847EB169A8C", | ||
identifier: "AVAX.SPACEM-0X3C780F5CBF94DE3EFCEC964AF928D08C4508EEBE", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.solvbtc.bbn-0xcc0966d8418d412c599a6421b760a847eb169a8c.png", | ||
ticker: "SOLVBTC.BBN", | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.spacem-0x3c780f5cbf94de3efcec964af928d08c4508eebe.png", | ||
ticker: "SPACEM", | ||
}, | ||
{ | ||
address: "0x5Ac04b69bDE6f67C0bd5D6bA6fD5D816548b066a", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.TECH-0X5AC04B69BDE6F67C0BD5D6BA6FD5D816548B066A", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.tech-0x5ac04b69bde6f67c0bd5d6ba6fd5d816548b066a.png", | ||
ticker: "TECH", | ||
}, | ||
{ | ||
address: "0x5Ac04b69bDE6f67C0bd5D6bA6fD5D816548b066a", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.TECH-0X5AC04B69BDE6F67C0BD5D6BA6FD5D816548B066A", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.tech-0x5ac04b69bde6f67c0bd5d6ba6fd5d816548b066a.png", | ||
ticker: "TECH", | ||
}, | ||
{ | ||
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.TRUMP-0XA80F36BA18C7F721F3F7ACDBCDEFD3A86869A036", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.trump-0xa80f36ba18c7f721f3f7acdbcdefd3a86869a036.png", | ||
ticker: "TRUMP", | ||
}, | ||
{ | ||
address: "0xA80F36BA18c7f721F3F7ACDbcDEfd3a86869A036", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.TRUMP-0XA80F36BA18C7F721F3F7ACDBCDEFD3A86869A036", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.trump-0xa80f36ba18c7f721f3f7acdbcdefd3a86869a036.png", | ||
ticker: "TRUMP", | ||
}, | ||
{ | ||
address: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", | ||
@@ -1283,2 +1233,42 @@ chain: "AVAX", | ||
{ | ||
address: "0x1c7c53aa86B49A28C627B6450091998e447A42f9", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.VELAI-0X1C7C53AA86B49A28C627B6450091998E447A42F9", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.velai-0x1c7c53aa86b49a28c627b6450091998e447a42f9.png", | ||
ticker: "VELAI", | ||
}, | ||
{ | ||
address: "0x1c7c53aa86B49A28C627B6450091998e447A42f9", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.VELAI-0X1C7C53AA86B49A28C627B6450091998E447A42F9", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.velai-0x1c7c53aa86b49a28c627b6450091998e447a42f9.png", | ||
ticker: "VELAI", | ||
}, | ||
{ | ||
address: "0x77776aB9495729E0939E9bADAf7E7c3312777777", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.WABBIT-0X77776AB9495729E0939E9BADAF7E7C3312777777", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.wabbit-0x77776ab9495729e0939e9badaf7e7c3312777777.png", | ||
ticker: "WABBIT", | ||
}, | ||
{ | ||
address: "0x77776aB9495729E0939E9bADAf7E7c3312777777", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.WABBIT-0X77776AB9495729E0939E9BADAF7E7C3312777777", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.wabbit-0x77776ab9495729e0939e9badaf7e7c3312777777.png", | ||
ticker: "WABBIT", | ||
}, | ||
{ | ||
address: "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7", | ||
@@ -1444,42 +1434,2 @@ chain: "AVAX", | ||
{ | ||
address: "0x147929393F770869ad635ce284D66911798d9a5c", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.YEEHAW-0X147929393F770869AD635CE284D66911798D9A5C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.yeehaw-0x147929393f770869ad635ce284d66911798d9a5c.png", | ||
ticker: "YEEHAW", | ||
}, | ||
{ | ||
address: "0x147929393F770869ad635ce284D66911798d9a5c", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.YEEHAW-0X147929393F770869AD635CE284D66911798D9A5C", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.yeehaw-0x147929393f770869ad635ce284d66911798d9a5c.png", | ||
ticker: "YEEHAW", | ||
}, | ||
{ | ||
address: "0x769bfeb9fAacD6Eb2746979a8dD0b7e9920aC2A4", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.ZJOE-0X769BFEB9FAACD6EB2746979A8DD0B7E9920AC2A4", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.zjoe-0x769bfeb9faacd6eb2746979a8dd0b7e9920ac2a4.png", | ||
ticker: "ZJOE", | ||
}, | ||
{ | ||
address: "0x769bfeb9fAacD6Eb2746979a8dD0b7e9920aC2A4", | ||
chain: "AVAX", | ||
chainId: "43114", | ||
decimals: 18, | ||
identifier: "AVAX.ZJOE-0X769BFEB9FAACD6EB2746979A8DD0B7E9920AC2A4", | ||
logoURI: | ||
"https://storage.googleapis.com/token-list-swapkit/images/avax.zjoe-0x769bfeb9faacd6eb2746979a8dd0b7e9920ac2a4.png", | ||
ticker: "ZJOE", | ||
}, | ||
{ | ||
address: "0x6985884C4392D348587B19cb9eAAf157F13271cd", | ||
@@ -1486,0 +1436,0 @@ chain: "AVAX", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
9661071
21
103228