From 17ef5153f52bd787d9bf6ac03610f2a66d20902f Mon Sep 17 00:00:00 2001 From: Hyungsuk Kang Date: Sun, 23 Feb 2025 10:01:33 -0700 Subject: [PATCH] add monad testnet --- src/buildList.js | 36 +- src/const/customChains.js | 31 +- src/groupPairs/monad_testnet.json | 1946 ++++++++++++++++++++++++++++ src/groupTokens/monad_testnet.json | 163 +++ src/groups/monad_testnet.json | 72 + src/pairs/monad_testnet.json | 660 ++++++++++ src/pairs/rise_sepolia.json | 6 +- src/scripts/addPairs.js | 17 +- src/scripts/makePair.js | 47 +- src/tokens/arbitrum.json | 34 - src/tokens/avalanche.json | 58 - src/tokens/blast.json | 10 - src/tokens/bnb.json | 26 - src/tokens/celo.json | 18 - src/tokens/fraxtal.json | 34 - src/tokens/goerli.json | 18 - src/tokens/kovan.json | 34 - src/tokens/kroma.json | 34 - src/tokens/metal.json | 26 - src/tokens/mode.json | 48 - src/tokens/monad_testnet.json | 83 ++ src/tokens/morph_holesky.json | 34 - src/tokens/mumbai.json | 18 - src/tokens/optimism.json | 50 - src/tokens/polygon.json | 306 ----- src/tokens/rinkeby.json | 34 - src/tokens/rise_sepolia.json | 2 +- src/tokens/ropsten.json | 26 - src/tokens/sepolia.json | 18 - src/tokens/story_iliad.json | 42 - src/tokens/story_odyssey.json | 47 - 31 files changed, 3019 insertions(+), 959 deletions(-) create mode 100644 src/groupPairs/monad_testnet.json create mode 100644 src/groupTokens/monad_testnet.json create mode 100644 src/groups/monad_testnet.json create mode 100644 src/pairs/monad_testnet.json delete mode 100644 src/tokens/arbitrum.json delete mode 100644 src/tokens/avalanche.json delete mode 100644 src/tokens/blast.json delete mode 100644 src/tokens/bnb.json delete mode 100644 src/tokens/celo.json delete mode 100644 src/tokens/fraxtal.json delete mode 100644 src/tokens/goerli.json delete mode 100644 src/tokens/kovan.json delete mode 100644 src/tokens/kroma.json delete mode 100644 src/tokens/metal.json delete mode 100644 src/tokens/mode.json create mode 100644 src/tokens/monad_testnet.json delete mode 100644 src/tokens/morph_holesky.json delete mode 100644 src/tokens/mumbai.json delete mode 100644 src/tokens/optimism.json delete mode 100644 src/tokens/polygon.json delete mode 100644 src/tokens/rinkeby.json delete mode 100644 src/tokens/ropsten.json delete mode 100644 src/tokens/sepolia.json delete mode 100644 src/tokens/story_iliad.json delete mode 100644 src/tokens/story_odyssey.json diff --git a/src/buildList.js b/src/buildList.js index b140ec046..c999929b2 100644 --- a/src/buildList.js +++ b/src/buildList.js @@ -1,30 +1,30 @@ const { version } = require("../package.json"); const base = require("./tokens/base.json"); -const storyOdyssey = require("./tokens/story_odyssey.json"); const story = require("./tokens/story.json"); const morph = require("./tokens/morph.json"); const riseSepolia = require("./tokens/rise_sepolia.json"); +const monadTestnet = require("./tokens/monad_testnet.json"); // pairs -const storyOdysseyPairs = require("./pairs/story_odyssey.json"); const storyPairs = require("./pairs/story.json"); const morphPairs = require("./pairs/morph.json"); const riseSepoliaPairs = require("./pairs/rise_sepolia.json"); +const monadTestnetPairs = require("./pairs/monad_testnet.json"); // groups -const storyOdysseyGroups = require("./groups/story_odyssey.json"); const storyGroups = require("./groups/story.json"); const riseSepoliaGroups = require("./groups/rise_sepolia.json"); +const monadTestnetGroups = require("./groups/monad_testnet.json"); // group pairs -const storyOdysseyGroupPairs = require("./groupPairs/story_odyssey.json"); const storyGroupPairs = require("./groupPairs/story.json"); const riseSepoliaGroupPairs = require("./groupPairs/rise_sepolia.json"); +const monadTestnetGroupPairs = require("./groupPairs/monad_testnet.json"); // group tokens -const storyOdysseyGroupTokens = require("./groupTokens/story_odyssey.json"); const storyGroupTokens = require("./groupTokens/story.json"); const riseSepoliaGrouptokens = require("./groupTokens/rise_sepolia.json"); +const monadTestnetGroupTokens = require("./groupTokens/monad_testnet.json"); const bridgeUtils = require("@uniswap/token-list-bridge-utils"); @@ -40,30 +40,26 @@ module.exports = function buildList() { }, // groups are used to organize tokens in the app UI for Tradingview, each token is identified by its tag property groups:{ - "Story Odyssey Testnet": storyOdysseyGroups, "Story": storyGroups, "Rise Sepolia": riseSepoliaGroups, + "Monad Testnet": monadTestnetGroups, }, groupTokens: { - "Story Odyssey Testnet": storyOdysseyGroupTokens, "Story": storyGroupTokens, "Rise Sepolia": riseSepoliaGrouptokens, + "Monad Testnet": monadTestnetGroupTokens, }, groupPairs: { - "Story Odyssey Testnet": storyOdysseyGroupPairs, "Story": storyGroupPairs, "Rise Sepolia": riseSepoliaGroupPairs, + "Monad Testnet": monadTestnetGroupPairs, }, scannerLink: { - "Story Odyssey Testnet": - "https://odyssey-testnet-explorer.storyscan.xyz/", - Story: "https://oklink.com/story/" + Story: "https://oklink.com/story/", + "Rise Sepolia": "https://testnet-explorer.riselabs.xyz/", + "Monad Testnet": "https://testnet.monadexplorer.com/", }, matchingEngine: { - "Story Odyssey Testnet": { - address: "0x39800D00B0573317E8EABA8BFce1c71a59fD26ee", - startBlock: 2299914, - }, "Story": { address: "0x3bd945d969e2a4b76edf8cf09fe6357bb6682f4f", startBlock: 915937, @@ -71,7 +67,11 @@ module.exports = function buildList() { "Rise Sepolia": { address: "0x8E9e786f757B881C7B456682Ae7D2a06820220b1", startBlock: 4613007, - } + }, + "Monad Testnet": { + address: "0x6B5A13Ca93871187330aE6d9E34cdAD610aA54cd", + startBlock: 4671869, + }, }, wAIfuManager: { "Rise Sepolia": { @@ -83,9 +83,9 @@ module.exports = function buildList() { logoURI: "https://avatars.githubusercontent.com/u/73440097?s=200&v=4", keywords: ["standard", "default"], tokens: [ - ...storyOdyssey, ...story, ...riseSepolia, + ...monadTestnet ] // sort them by symbol for easy readability .sort((t1, t2) => { @@ -95,9 +95,9 @@ module.exports = function buildList() { return t1.chainId < t2.chainId ? -1 : 1; }), pairs: [ - ...storyOdysseyPairs, ...storyPairs, ...riseSepoliaPairs, + ...monadTestnetPairs ], }; return bridgeUtils.chainify(l1List); diff --git a/src/const/customChains.js b/src/const/customChains.js index 7d95f38c5..01fb0cfc1 100644 --- a/src/const/customChains.js +++ b/src/const/customChains.js @@ -1,5 +1,34 @@ const { defineChain } = require("viem"); +const MonadTestnet = defineChain({ + id: 10143, + name: "Monad Testnet", + nativeCurrency: { name: "Monad", symbol: "MON", decimals: 18 }, + rpcUrls: { + public: { http: ["https://testnet-rpc.monad.xyz"] }, + default: { + http: ["https://testnet-rpc.monad.xyz"], + }, + }, + blockExplorers: { + etherscan: { + name: "Monad Testnet Explorer", + url: "https://testnet-explorer.riselabs.xyz", + }, + default: { + name: "Monad Testnet Explorer", + url: "https://testnet.monadexplorer.com/", + }, + }, + testnet: true, + contracts: { + multicall3: { + address: "0xcA11bde05977b3631167028862bE2a173976CA11", + blockCreated: 251449, + }, + }, +}); + const RiseSepolia = defineChain({ id: 11155931, name: "Rise Sepolia", @@ -148,4 +177,4 @@ const Morph = defineChain({ -module.exports = { StoryOdyssey, StoryIliad, Morph, Story, RiseSepolia }; +module.exports = { StoryOdyssey, StoryIliad, Morph, Story, RiseSepolia, MonadTestnet }; diff --git a/src/groupPairs/monad_testnet.json b/src/groupPairs/monad_testnet.json new file mode 100644 index 000000000..765925ccc --- /dev/null +++ b/src/groupPairs/monad_testnet.json @@ -0,0 +1,1946 @@ +{ + "stnd_native": [ + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_default" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "listing_price": 0.714, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_eth" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 48.132, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + } + ], + "stnd_default": [], + "stnd_meme": [ + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + } + ], + "stnd_stablecoin": [ + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_default" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 1, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_usdc", + "stnd_stablecoin", + "stnd_usdt" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 96277.39, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + } + ], + "stnd_usdc": [ + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_default" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 1, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_usdc", + "stnd_stablecoin", + "stnd_usdt" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + } + ], + "stnd_usdt": [ + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 1, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_usdc", + "stnd_stablecoin", + "stnd_usdt" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 96277.39, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdt", + "stnd_stablecoin" + ] + } + ], + "stnd_dai": [], + "stnd_eth": [ + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "listing_price": 0.714, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_eth" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "listing_price": 34.37, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_eth" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdc", + "stnd_stablecoin" + ] + } + ], + "stnd_mon": [ + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_default" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "listing_price": 0.714, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_eth" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 48.132, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + } + ], + "stnd_sol": [ + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + } + ], + "stnd_alts": [], + "stnd_perps": [], + "stnd_spot": [], + "stnd_btc": [ + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 96277.39, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 48.132, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "listing_price": 34.37, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_eth" + ] + } + ] +} \ No newline at end of file diff --git a/src/groupTokens/monad_testnet.json b/src/groupTokens/monad_testnet.json new file mode 100644 index 000000000..2ff307fa1 --- /dev/null +++ b/src/groupTokens/monad_testnet.json @@ -0,0 +1,163 @@ +{ + "stnd_native": [ + { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + } + ], + "stnd_default": [], + "stnd_meme": [ + { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + } + ], + "stnd_stablecoin": [ + { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + } + ], + "stnd_usdc": [ + { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + } + ], + "stnd_usdt": [ + { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + } + ], + "stnd_dai": [], + "stnd_eth": [ + { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + } + ], + "stnd_mon": [ + { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + } + ], + "stnd_sol": [ + { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + } + ], + "stnd_alts": [], + "stnd_perps": [], + "stnd_spot": [], + "stnd_btc": [ + { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + } + ] +} \ No newline at end of file diff --git a/src/groups/monad_testnet.json b/src/groups/monad_testnet.json new file mode 100644 index 000000000..530272954 --- /dev/null +++ b/src/groups/monad_testnet.json @@ -0,0 +1,72 @@ +{ + "stnd_native": { + "id": "stnd_native", + "name": "Native", + "description": "Native tokens or pair in a chain" + }, + "stnd_default": { + "id": "stnd_default", + "name": "Default", + "description": "Default tokens or pair in a chain" + }, + "stnd_meme": { + "id": "stnd_meme", + "name": "Meme", + "description": "Meme tokens or pair in a chain" + }, + "stnd_stablecoin": { + "id": "stnd_stablecoin", + "name": "Stablecoin", + "description": "Stablecoin related tokens or pair in a chain" + }, + "stnd_usdc": { + "id": "stnd_usdc", + "name": "USDC", + "description": "USDC related tokens or pair with quote token in a chain" + }, + "stnd_usdt": { + "id": "stnd_usdt", + "name": "USDT", + "description": "USDT related tokens or pair with quote token in a chain" + }, + "stnd_dai": { + "id": "stnd_dai", + "name": "DAI", + "description": "DAI related tokens or pair with quote token in a chain" + }, + "stnd_eth": { + "id": "stnd_eth", + "name": "ETH", + "description": "ETH related tokens or pair with quote token in a chain" + }, + "stnd_mon": { + "id": "stnd_mon", + "name": "MON", + "description": "MON related tokens or pair with quote token in a chain" + }, + "stnd_sol": { + "id": "stnd_sol", + "name": "SOL", + "description": "SOL related tokens or pair with quote token in a chain" + }, + "stnd_alts": { + "id": "stnd_alts", + "name": "Alts", + "description": "Alts related tokens or pair with quote token in a chain" + }, + "stnd_perps": { + "id": "stnd_perps", + "name": "Perps", + "description": "Perps related tokens or pair with quote token in a chain" + }, + "stnd_spot": { + "id": "stnd_spot", + "name": "Spot", + "description": "Spot related tokens or pair with quote token in a chain" + }, + "stnd_btc": { + "id": "stnd_btc", + "name": "BTC", + "description": "Bitcoin(BTC) related tokens or pair with quote token in a chain" + } +} diff --git a/src/pairs/monad_testnet.json b/src/pairs/monad_testnet.json new file mode 100644 index 000000000..3934ded89 --- /dev/null +++ b/src/pairs/monad_testnet.json @@ -0,0 +1,660 @@ +[ + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_default" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2000.25, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "quote": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "listing_price": 0.714, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_mon", + "stnd_native", + "stnd_eth" + ] + }, + { + "base": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 1, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_usdc", + "stnd_stablecoin", + "stnd_usdt" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 96277.39, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 48.132, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": [ + "stnd_btc" + ], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + "quote": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "listing_price": 34.37, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_btc", + "stnd_eth" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": [ + "stnd_eth" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 2801.18, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_eth", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "quote": { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": [ + "stnd_usdt", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + "listing_price": 169, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_sol", + "stnd_usdt", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + }, + { + "base": { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": [ + "stnd_usdc", + "stnd_stablecoin" + ], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + "listing_price": 0.6942, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_usdc", + "stnd_stablecoin" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": [ + "stnd_mon", + "stnd_native" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + "listing_price": 0.000347, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_mon", + "stnd_native" + ] + }, + { + "base": { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": [ + "stnd_meme" + ], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + "quote": { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": [ + "stnd_sol" + ], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + "listing_price": 0.004107, + "buy_tick": 0.1, + "sell_tick": 0.1, + "tag": [ + "stnd_meme", + "stnd_sol" + ] + } +] \ No newline at end of file diff --git a/src/pairs/rise_sepolia.json b/src/pairs/rise_sepolia.json index 772cd3124..46aa0ed64 100644 --- a/src/pairs/rise_sepolia.json +++ b/src/pairs/rise_sepolia.json @@ -79,7 +79,7 @@ "tag": [ "stnd_btc" ], - "decimals": 18, + "decimals": 8, "logoURI": "https://assets.coingecko.com/coins/images/7598/standard/wrapped_bitcoin_wbtc.png?1696507857" }, "quote": { @@ -112,7 +112,7 @@ "tag": [ "stnd_btc" ], - "decimals": 18, + "decimals": 8, "logoURI": "https://assets.coingecko.com/coins/images/7598/standard/wrapped_bitcoin_wbtc.png?1696507857" }, "quote": { @@ -145,7 +145,7 @@ "tag": [ "stnd_btc" ], - "decimals": 18, + "decimals": 8, "logoURI": "https://assets.coingecko.com/coins/images/7598/standard/wrapped_bitcoin_wbtc.png?1696507857" }, "quote": { diff --git a/src/scripts/addPairs.js b/src/scripts/addPairs.js index 6aa5d56c4..c0848f08f 100644 --- a/src/scripts/addPairs.js +++ b/src/scripts/addPairs.js @@ -6,6 +6,7 @@ const { Morph, Story, RiseSepolia, + MonadTestnet, } = require("../const/customChains"); const { base, @@ -17,7 +18,6 @@ const { } = require("viem/chains"); const MatchingEngineABI = require("../abis/MatchingEngineABI.json"); const defaultTokenList = require("../../build/standard-default.tokenlist.json"); -const { parse } = require("path"); require("dotenv").config(); /** @@ -105,7 +105,6 @@ async function addPair(pair, matchingEngine, walletClient, abi) { 0, pair.base.address, ], - gas: 30000000, // Set the gas limit (adjust as needed) }); console.log("Transaction hash for adding pair:", result); @@ -128,8 +127,9 @@ async function setSpread(pair, matchingEngine, walletClient, abi) { args: [ pair.base.address, pair.quote.address, - parseUnits(pair.buy_tick.toString() ?? 1000000, 8), // 1000000(0.1%) spread limit - parseUnits(pair.sell_tick.toString() ?? 1000000, 8), // 1000000(0.1%) spread limit + // set decimals from 8 to 6 for applying percentage + parseUnits(pair.buy_tick.toString() ?? 10000000, 6), // 100000(0.1%) spread limit + parseUnits(pair.sell_tick.toString() ?? 10000000, 6), // 100000(0.1%) spread limit ], }); @@ -146,6 +146,7 @@ function sleep(ms) { async function processPairs(pairs, matchingEngine, walletClient, abi) { for (const pair of pairs) { await addPair(pair, matchingEngine, walletClient, abi); + await sleep(2000); // Wait for 2 seconds await setSpread(pair, matchingEngine, walletClient, abi); await sleep(2000); // Wait for 2 seconds } @@ -156,19 +157,19 @@ async function main() { const walletClient = createWalletClient({ account, // Change network to configure pair list to add in a network - chain: RiseSepolia, - transport: http(process.env.RISE_SEPOLIA_RPC), + chain: MonadTestnet, + transport: http(process.env.MONAD_TESTNET_RPC), }); const abi = MatchingEngineABI; // Change network to configure pair list to add in a network - const pairs = await getPairs(RiseSepolia); + const pairs = await getPairs(MonadTestnet); console.log("Pairs to add:", pairs.length); // make contract call on each pair in the list const matchingEngine = - defaultTokenList.matchingEngine["Rise Sepolia"].address; + defaultTokenList.matchingEngine["Monad Testnet"].address; await processPairs(pairs, matchingEngine, walletClient, abi); } diff --git a/src/scripts/makePair.js b/src/scripts/makePair.js index b42607652..8989e0762 100644 --- a/src/scripts/makePair.js +++ b/src/scripts/makePair.js @@ -7,7 +7,28 @@ const rl = readline.createInterface({ output: process.stdout, }); -const pairs = ["ETH/USDC", "ETH/USDT", "WBTC/USDC", "WBTC/USDT", "WBTC/ETH"]; +const pairs = [ + "MON/USDC", + "MON/USDT", + "MON/WETH", + "USDC/USDT", + "WBTC/USDT", + "WBTC/MON", + "WBTC/WETH", + "WETH/USDT", + "WETH/USDC", + "SOL/USDC", + "SOL/USDT", + "CHOG/USDC", + "CHOG/SOL", + "CHOG/MON", + "YAKI/USDC", + "YAKI/MON", + "YAKI/SOL", + "DAK/USDC", + "DAK/MON", + "DAK/SOL", +]; function readJSONFile(filePath) { const content = fs.readFileSync(filePath, "utf-8"); @@ -79,18 +100,18 @@ function savePairObjects(pairObjects, inputFileName) { } async function main() { - const rootDir = path.join(__dirname, '../../'); - const tokenFilePath = process.argv[2]; - if (!tokenFilePath) { - console.error('Please provide the name of the JSON file as an argument.'); - process.exit(1); - } - - const absoluteTokenFilePath = path.join(rootDir, 'src/tokens', tokenFilePath); - if (!fs.existsSync(absoluteTokenFilePath)) { - console.error(`File not found: ${absoluteTokenFilePath}`); - process.exit(1); - } + const rootDir = path.join(__dirname, "../../"); + const tokenFilePath = process.argv[2]; + if (!tokenFilePath) { + console.error("Please provide the name of the JSON file as an argument."); + process.exit(1); + } + + const absoluteTokenFilePath = path.join(rootDir, "src/tokens", tokenFilePath); + if (!fs.existsSync(absoluteTokenFilePath)) { + console.error(`File not found: ${absoluteTokenFilePath}`); + process.exit(1); + } const tokens = readJSONFile(absoluteTokenFilePath); const pairObjects = await createPairObjects(tokens, pairs); diff --git a/src/tokens/arbitrum.json b/src/tokens/arbitrum.json deleted file mode 100644 index 83ac80318..000000000 --- a/src/tokens/arbitrum.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "name": "Bridged USDC", - "address": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8", - "symbol": "USDC.e", - "decimals": 6, - "chainId": 42161, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png" - }, - { - "name": "GMX", - "address": "0xfc5A1A6EB076a2C7aD06eD22C90d7E710E35ad0a", - "symbol": "GMX", - "decimals": 18, - "chainId": 42161, - "logoURI": "https://assets.coingecko.com/coins/images/18323/large/arbit.png?1631532468" - }, - { - "name": "MAGIC", - "address": "0x539bdE0d7Dbd336b79148AA742883198BBF60342", - "symbol": "MAGIC", - "decimals": 18, - "chainId": 42161, - "logoURI": "https://dynamic-assets.coinbase.com/30320a63f6038b944c9c0202fcb2392e6a1bd333814f74b4674774dd87f2d06d64fdd74c2f1ab4639917c75b749c323450408bec7a2737af8ae0c17871aa90de/asset_icons/98d278cda11639ed7449a0a3086cd2c83937ce71baf4ee43bb5b777423c00a75.png" - }, - { - "chainId": 42161, - "address": "0x3A18dcC9745eDcD1Ef33ecB93b0b6eBA5671e7Ca", - "name": "Kujira", - "symbol": "KUJI", - "decimals": 6, - "logoURI": "https://assets.coingecko.com/coins/images/20685/standard/kuji-200x200.png" - } -] diff --git a/src/tokens/avalanche.json b/src/tokens/avalanche.json deleted file mode 100644 index 9339e4dbe..000000000 --- a/src/tokens/avalanche.json +++ /dev/null @@ -1,58 +0,0 @@ -[ - { - "chainId": 43114, - "address": "0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7", - "name": "Wrapped AVAX", - "symbol": "WAVAX", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/avalanchec/assets/0xB31f66AA3C1e785363F0875A1B74E27b85FD66c7/logo.png" - }, - { - "chainId": 43114, - "address": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", - "name": "USDC Token", - "symbol": "USDC", - "decimals": 6, - "logoURI": "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/avalanchec/assets/0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E/logo.png" - }, - { - "chainId": 43114, - "address": "0xd586E7F844cEa2F87f50152665BCbc2C279D8d70", - "name": "DAI.e Token", - "symbol": "DAI.e", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/avalanchec/assets/0xd586E7F844cEa2F87f50152665BCbc2C279D8d70/logo.png" - }, - { - "chainId": 43114, - "address": "0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580", - "name": "UNI.e Token", - "symbol": "UNI.e", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/avalanchec/assets/0x8eBAf22B6F053dFFeaf46f4Dd9eFA95D89ba8580/logo.png" - }, - { - "chainId": 43114, - "address": "0x62edc0692BD897D2295872a9FFCac5425011c661", - "name": "GMX", - "symbol": "GMX", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/18323/large/arbit.png?1631532468" - }, - { - "chainId": 43114, - "address": "0xC891EB4cbdEFf6e073e859e987815Ed1505c2ACD", - "name": "Euro Coin", - "symbol": "EURC", - "decimals": 6, - "logoURI": "https://assets.coingecko.com/coins/images/26045/standard/euro.png?1696525125" - }, - { - "chainId": 43114, - "address": "0x6985884C4392D348587B19cb9eAAf157F13271cd", - "name": "LayerZero", - "symbol": "ZRO", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208" - } -] diff --git a/src/tokens/blast.json b/src/tokens/blast.json deleted file mode 100644 index 421f13c95..000000000 --- a/src/tokens/blast.json +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "chainId": 81457, - "address": "0xb1a5700fA2358173Fe465e6eA4Ff52E36e88E2ad", - "name": "Blast", - "symbol": "BLAST", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/35494/standard/Blast.jpg?1719385662" - } -] diff --git a/src/tokens/bnb.json b/src/tokens/bnb.json deleted file mode 100644 index 99ddc34aa..000000000 --- a/src/tokens/bnb.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "chainId": 56, - "address": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", - "name": "Wrapped BNB", - "symbol": "WBNB", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/Uniswap/assets/master/blockchains/smartchain/assets/0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c/logo.png" - }, - { - "chainId": 56, - "address": "0x6985884C4392D348587B19cb9eAAf157F13271cd", - "name": "LayerZero", - "symbol": "ZRO", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208" - }, - { - "chainId": 56, - "address": "0x073690e6CE25bE816E68F32dCA3e11067c9FB5Cc", - "name": "Kujira", - "symbol": "KUJI", - "decimals": 6, - "logoURI": "https://assets.coingecko.com/coins/images/20685/standard/kuji-200x200.png" - } -] diff --git a/src/tokens/celo.json b/src/tokens/celo.json deleted file mode 100644 index a67a8e412..000000000 --- a/src/tokens/celo.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "chainId": 42220, - "address": "0x471EcE3750Da237f93B8E339c536989b8978a438", - "name": "Celo", - "symbol": "CELO", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/ubeswap/default-token-list/master/assets/asset_CELO.png" - }, - { - "chainId": 42220, - "address": "0xD629eb00dEced2a080B7EC630eF6aC117e614f1b", - "name": "Wrapped Bitcoin", - "symbol": "BTC", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/ubeswap/default-token-list/master/assets/asset_WBTC.png" - } -] \ No newline at end of file diff --git a/src/tokens/fraxtal.json b/src/tokens/fraxtal.json deleted file mode 100644 index 2c8e33344..000000000 --- a/src/tokens/fraxtal.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "chainId": 252, - "address": "0xFc00000000000000000000000000000000000001", - "name": "Frax", - "symbol": "FRAX", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/13422/small/frax_logo.png?1608476506" - }, - { - "chainId": 252, - "address": "0x4200000000000000000000000000000000000006", - "name": "Ether", - "symbol": "ETH", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/28284/standard/frxETH_icon.png?1696527284" - }, - { - "chainId": 252, - "address": "0xFc00000000000000000000000000000000000003", - "name": "Frax Price Index", - "symbol": "FPI", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/24945/standard/FPI_icon.png?1696524100" - }, - { - "chainId": 252, - "address": "0xDcc0F2D8F90FDe85b10aC1c8Ab57dc0AE946A543", - "name": "USD Coin", - "symbol": "USDC", - "decimals": 6, - "logoURI": "https://assets.coingecko.com/coins/images/6319/small/USD_Coin_icon.png?1547042389" - } -] diff --git a/src/tokens/goerli.json b/src/tokens/goerli.json deleted file mode 100644 index a6d7800b6..000000000 --- a/src/tokens/goerli.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "name": "Wrapped Ether", - "address": "0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6", - "symbol": "ETH", - "decimals": 18, - "chainId": 5, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6/logo.png" - }, - { - "name": "Uniswap", - "address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984", - "symbol": "UNI", - "decimals": 18, - "chainId": 5, - "logoURI": "ipfs://QmXttGpZrECX5qCyXbBQiqgQNytVGeZW5Anewvh2jc4psg" - } -] \ No newline at end of file diff --git a/src/tokens/kovan.json b/src/tokens/kovan.json deleted file mode 100644 index d262f4808..000000000 --- a/src/tokens/kovan.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "name": "Wrapped Ether", - "address": "0xd0A1E359811322d97991E03f863a0C30C2cF029C", - "symbol": "ETH", - "decimals": 18, - "chainId": 42, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xd0A1E359811322d97991E03f863a0C30C2cF029C/logo.png" - }, - { - "name": "Dai Stablecoin", - "address": "0x4F96Fe3b7A6Cf9725f59d353F723c1bDb64CA6Aa", - "symbol": "DAI", - "decimals": 18, - "chainId": 42, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x4F96Fe3b7A6Cf9725f59d353F723c1bDb64CA6Aa/logo.png" - }, - { - "name": "Maker", - "address": "0xAaF64BFCC32d0F15873a02163e7E500671a4ffcD", - "symbol": "MKR", - "decimals": 18, - "chainId": 42, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xAaF64BFCC32d0F15873a02163e7E500671a4ffcD/logo.png" - }, - { - "name": "Uniswap", - "address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984", - "symbol": "UNI", - "decimals": 18, - "chainId": 42, - "logoURI": "ipfs://QmXttGpZrECX5qCyXbBQiqgQNytVGeZW5Anewvh2jc4psg" - } -] \ No newline at end of file diff --git a/src/tokens/kroma.json b/src/tokens/kroma.json deleted file mode 100644 index f501e7747..000000000 --- a/src/tokens/kroma.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "chainId": 255, - "name": "Wrapped Ether", - "symbol": "ETH", - "address": "0x4200000000000000000000000000000000000001", - "logoURI": "https://coin-images.coingecko.com/coins/images/279/large/ethereum.png?1696501628", - "decimals": 18 - }, - { - "chainId": 255, - "name": "Spectrum Ethereum", - "symbol": "spETH", - "address": "0x61e0D34b5206Fa8005EC1De8000df9B9dDee23Db", - "logoURI": "https://assets.coingecko.com/coins/images/38605/standard/spETH_%281%29.png?1718098938", - "decimals": 18 - }, - { - "chainId": 255, - "name": "USD Coin", - "symbol": "USDC", - "address": "0x0257e4d92C00C9EfcCa1d641b224d7d09cfa4522", - "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png", - "decimals": 6 - }, - { - "chainId": 255, - "name": "Tether", - "symbol": "USDT", - "address": "0x0Cf7c2A584988871b654Bd79f96899e4cd6C41C0", - "logoURI": "https://ethereum-optimism.github.io/data/USDT/logo.png", - "decimals": 6 - } -] \ No newline at end of file diff --git a/src/tokens/metal.json b/src/tokens/metal.json deleted file mode 100644 index 039956d34..000000000 --- a/src/tokens/metal.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "chainId": 1750, - "address": "0xBCFc435d8F276585f6431Fc1b9EE9A850B5C00A9", - "name": "Metal", - "symbol": "MTL", - "decimals": 8, - "logoURI": "https://assets.coingecko.com/coins/images/763/standard/Metal.png?1696501916" - }, - { - "chainId": 1750, - "address": "0x4200000000000000000000000000000000000006", - "name": "Ether", - "symbol": "ETH", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/279/large/ethereum.png?1595348880" - }, - { - "chainId": 1750, - "address": "0xb91CFCcA485C6E40E3bC622f9BFA02a8ACdEeBab", - "name": "USD Coin", - "symbol": "USDC", - "decimals": 6, - "logoURI": "https://assets.coingecko.com/coins/images/6319/large/USD_Coin_icon.png?1547042389" - } -] \ No newline at end of file diff --git a/src/tokens/mode.json b/src/tokens/mode.json deleted file mode 100644 index 93ba36576..000000000 --- a/src/tokens/mode.json +++ /dev/null @@ -1,48 +0,0 @@ -[ - { - "chainId": 34443, - "address": "0x4200000000000000000000000000000000000006", - "name": "Ether", - "symbol": "ETH", - "decimals": 18, - "logoURI": "https://ethereum-optimism.github.io/data/ETH/logo.png" - }, - { - "chainId": 34443, - "address": "0xd988097fb8612cc24eeC14542bC03424c656005f", - "name": "USD Coin", - "symbol": "USDC", - "decimals": 6, - "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png" - }, - { - "chainId": 34443, - "address": "0xf0F161fDA2712DB8b566946122a5af183995e2eD", - "name": "Tether", - "symbol": "USDT", - "decimals": 6, - "logoURI": "https://ethereum-optimism.github.io/data/USDT/logo.png" - }, - { - "chainId": 34443, - "address": "0xcDd475325D6F564d27247D1DddBb0DAc6fA0a5CF", - "name": "Wrapped BTC", - "symbol": "WBTC", - "decimals": 8, - "logoURI": "https://ethereum-optimism.github.io/data/WBTC/logo.png" - }, - { - "chainId": 34443, - "address": "0x80137510979822322193FC997d400D5A6C747bf7", - "name": "StakeStone Ether", - "symbol": "STONE", - "decimals": 18 - }, - { - "chainId": 34443, - "address": "0xDfc7C877a950e49D2610114102175A06C2e3167a", - "name": "Mode", - "symbol": "MODE", - "decimals": 18 - } -] \ No newline at end of file diff --git a/src/tokens/monad_testnet.json b/src/tokens/monad_testnet.json new file mode 100644 index 000000000..922b3a204 --- /dev/null +++ b/src/tokens/monad_testnet.json @@ -0,0 +1,83 @@ +[ + { + "chainId": 10143, + "address": "0x760AfE86e5de5fa0Ee542fc7B7B713e1c5425701", + "name": "Monad", + "symbol": "MON", + "tag": ["stnd_mon", "stnd_native"], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/I_t8rg_V_400x400.jpg/public" + }, + { + "chainId": 10143, + "address": "0xB5a30b0FDc5EA94A52fDc42e3E9760Cb8449Fb37", + "name": "Wrapped Ether", + "symbol": "WETH", + "tag": ["stnd_eth"], + "decimals": 18, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/weth.jpg/public" + }, + { + "address": "0x88b8E2161DEDC77EF4ab7585569D2415a1C1055D", + "chainId": 10143, + "name": "Tether USD", + "symbol": "USDT", + "tag": ["stnd_usdt", "stnd_stablecoin"], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/images.png/public" + }, + { + "address": "0xf817257fed379853cDe0fa4F97AB987181B1E5Ea", + "chainId": 10143, + "name": "USD Coin", + "symbol": "USDC", + "tag": ["stnd_usdc", "stnd_stablecoin"], + "decimals": 6, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/usdc.png/public" + }, + { + "address": "0xcf5a6076cfa32686c0Df13aBaDa2b40dec133F1d", + "chainId": 10143, + "name": "Wrapped Bitcoin", + "symbol": "WBTC", + "tag": ["stnd_btc"], + "decimals": 8, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/wbtc.png/public" + }, + { + "address": "0x369CD1E20Fa7ea1F8e6dc0759709bA0bD978abE7", + "chainId": 10143, + "name": "Wrapped SOL", + "symbol": "SOL", + "tag": ["stnd_sol"], + "decimals": 9, + "logoURI": "https://imagedelivery.net/cBNDGgkrsEA-b_ixIp9SkQ/sol.png/public" + }, + { + "address": "0xE0590015A873bF326bd645c3E1266d4db41C4E6B", + "chainId": 10143, + "name": "Chog", + "symbol": "CHOG", + "tag": ["stnd_meme"], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/5d1206c2-042c-4edc-9f8b-dcef2e9e8f00/public" + }, + { + "address": "0x0F0BDEbF0F83cD1EE3974779Bcb7315f9808c714", + "chainId": 10143, + "name": "Molandak", + "symbol": "DAK", + "tag": ["stnd_meme"], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/27759359-9374-4995-341c-b2636a432800/public" + }, + { + "address": "0xfe140e1dCe99Be9F4F15d657CD9b7BF622270C50", + "chainId": 10143, + "name": "Moyaki", + "symbol": "YAKI", + "tag": ["stnd_meme"], + "decimals": 18, + "logoURI": "https://imagedelivery.net/tWwhAahBw7afBzFUrX5mYQ/6679b698-a845-412b-504b-23463a3e1900/public" + } +] \ No newline at end of file diff --git a/src/tokens/morph_holesky.json b/src/tokens/morph_holesky.json deleted file mode 100644 index faabf5208..000000000 --- a/src/tokens/morph_holesky.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "chainId": 2810, - "address": "0x5300000000000000000000000000000000000011", - "symbol": "ETH", - "name": "Ethereum Token", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/ETH.svg" - }, - { - "chainId": 2810, - "address": "0x64c76ccc33969cA1414EEE0Da3713C4203E9ba2D", - "symbol": "DAI", - "name": "Dai", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/DAI.svg" - }, - { - "chainId": 2810, - "address": "0x340Bad9627Cb72d1c4cC92c7F53c4995454130Ae", - "symbol": "UNI", - "name": "Uniswap", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/UNI.svg" - }, - { - "chainId": 2810, - "address": "0x9E12AD42c4E4d2acFBADE01a96446e48e6764B98", - "symbol": "USDT", - "name": "Tether", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/morph-l2/morph-list/main/tokenIcons/USDT.svg" - } - ] \ No newline at end of file diff --git a/src/tokens/mumbai.json b/src/tokens/mumbai.json deleted file mode 100644 index b0b806adb..000000000 --- a/src/tokens/mumbai.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "name": "Wrapped Ether", - "address": "0xA6FA4fB5f76172d178d61B04b0ecd319C5d1C0aa", - "symbol": "ETH", - "decimals": 18, - "chainId": 80001, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png" - }, - { - "name": "Wrapped Matic", - "address": "0x9c3C9283D3e44854697Cd22D3Faa240Cfb032889", - "symbol": "WMATIC", - "decimals": 18, - "chainId": 80001, - "logoURI": "https://assets.coingecko.com/coins/images/4713/thumb/matic-token-icon.png?1624446912" - } -] \ No newline at end of file diff --git a/src/tokens/optimism.json b/src/tokens/optimism.json deleted file mode 100644 index 0fbe225de..000000000 --- a/src/tokens/optimism.json +++ /dev/null @@ -1,50 +0,0 @@ -[ - { - "chainId": 10, - "address": "0x4200000000000000000000000000000000000042", - "name": "Optimism", - "symbol": "OP", - "decimals": 18, - "logoURI": "https://ethereum-optimism.github.io/data/OP/logo.png" - }, - { - "chainId": 10, - "address": "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85", - "name": "USDCoin", - "symbol": "USDC", - "decimals": 6, - "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png" - }, - { - "chainId": 10, - "address": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607", - "name": "USDCoin (Bridged from Ethereum)", - "symbol": "USDC.e", - "decimals": 6, - "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png" - }, - { - "chainId": 10, - "address": "0x9560e827aF36c94D2Ac33a39bCE1Fe78631088Db", - "name": "Velodrome Finance", - "symbol": "VELO", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/12538/standard/Logo_200x_200.png?1696512350" - }, - { - "chainId": 10, - "address": "0x6985884C4392D348587B19cb9eAAf157F13271cd", - "name": "LayerZero", - "symbol": "ZRO", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208" - }, - { - "chainId": 10, - "address": "0x3A18dcC9745eDcD1Ef33ecB93b0b6eBA5671e7Ca", - "name": "Kujira", - "symbol": "KUJI", - "decimals": 6, - "logoURI": "https://assets.coingecko.com/coins/images/20685/standard/kuji-200x200.png" - } -] diff --git a/src/tokens/polygon.json b/src/tokens/polygon.json deleted file mode 100644 index 993c88388..000000000 --- a/src/tokens/polygon.json +++ /dev/null @@ -1,306 +0,0 @@ -[ - { - "name": "Wrapped Ether", - "address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619", - "symbol": "ETH", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png" - }, - { - "name": "Dai Stablecoin", - "address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063", - "symbol": "DAI", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6B175474E89094C44Da98b954EedeAC495271d0F/logo.png" - }, - { - "name": "0x Protocol Token", - "address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5", - "symbol": "ZRX", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xE41d2489571d322189246DaFA5ebDe1F4699F498/logo.png" - }, - { - "name": "Curve DAO Token", - "address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF", - "symbol": "CRV", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xD533a949740bb3306d119CC777fa900bA034cd52/logo.png" - }, - { - "name": "Uniswap", - "address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f", - "symbol": "UNI", - "decimals": 18, - "chainId": 137, - "logoURI": "ipfs://QmXttGpZrECX5qCyXbBQiqgQNytVGeZW5Anewvh2jc4psg" - }, - { - "name": "Tether USD", - "address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", - "symbol": "USDT", - "decimals": 6, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png" - }, - { - "name": "USDCoin (PoS)", - "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174", - "symbol": "USDC.e", - "decimals": 6, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png" - }, - { - "name": "Orchid", - "address": "0x9880e3dDA13c8e7D4804691A45160102d31F6060", - "symbol": "OXT", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x4575f41308EC1483f3d399aa9a2826d74Da13Deb/logo.png" - }, - { - "name": "Maker", - "address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d", - "symbol": "MKR", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2/logo.png" - }, - { - "name": "ChainLink Token", - "address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39", - "symbol": "LINK", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x514910771AF9Ca656af840dff83E8264EcF986CA/logo.png" - }, - { - "name": "Reputation Augur v2", - "address": "0x6563c1244820CfBd6Ca8820FBdf0f2847363F733", - "symbol": "REPv2", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x221657776846890989a759BA2973e427DfF5C9bB/logo.png" - }, - { - "name": "Kyber Network Crystal", - "address": "0x324b28d6565f784d596422B0F2E5aB6e9CFA1Dc7", - "symbol": "KNC", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdd974D5C2e2928deA5F71b9825b8b646686BD200/logo.png" - }, - { - "name": "Compound", - "address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c", - "symbol": "COMP", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xc00e94Cb662C3520282E6f5717214004A7f26888/logo.png" - }, - { - "chainId": 137, - "address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac", - "name": "Band Protocol", - "symbol": "BAND", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/9545/thumb/band-protocol.png?1568730326" - }, - { - "name": "Numeraire", - "address": "0x0Bf519071b02F22C17E7Ed5F4002ee1911f46729", - "symbol": "NMR", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x1776e1F26f98b1A5dF9cD347953a26dd3Cb46671/logo.png" - }, - { - "name": "UMA Voting Token v1", - "address": "0x3066818837c5e6eD6601bd5a91B0762877A6B731", - "symbol": "UMA", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828/logo.png" - }, - { - "name": "LoopringCoin V2", - "address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1", - "symbol": "LRC", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/logo.png" - }, - { - "chainId": 137, - "address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6", - "name": "yearn finance", - "symbol": "YFI", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/11849/thumb/yfi-192x192.png?1598325330" - }, - { - "name": "Republic Token", - "address": "0x19782D3Dc4701cEeeDcD90f0993f0A9126ed89d0", - "symbol": "REN", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x408e41876cCCDC0F92210600ef50372656052a38/logo.png" - }, - { - "name": "Wrapped BTC", - "address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6", - "symbol": "WBTC", - "decimals": 8, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599/logo.png" - }, - { - "name": "Balancer", - "address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3", - "symbol": "BAL", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xba100000625a3754423978a60c9317c58a424e3D/logo.png" - }, - { - "chainId": 137, - "address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B", - "name": "Aave", - "symbol": "AAVE", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110" - }, - { - "chainId": 137, - "address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531", - "name": "The Graph", - "symbol": "GRT", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/13397/thumb/Graph_Token.png?1608145566" - }, - { - "name": "Bancor Network Token", - "address": "0xc26D47d5c33aC71AC5CF9F776D63Ba292a4F7842", - "symbol": "BNT", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C/logo.png" - }, - { - "name": "Synthetix Network Token", - "address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a", - "symbol": "SNX", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F/logo.png" - }, - { - "chainId": 137, - "address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4", - "name": "Decentraland", - "symbol": "MANA", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/878/thumb/decentraland-mana.png?1550108745" - }, - { - "name": "Loom Network", - "address": "0x66EfB7cC647e0efab02eBA4316a2d2941193F6b3", - "symbol": "LOOM", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA4e8C3Ec456107eA67d3075bF9e3DF3A75823DB0/logo.png" - }, - { - "chainId": 137, - "address": "0x66Dc5A08091d1968e08C16aA5b27BAC8398b02Be", - "name": "Civic", - "symbol": "CVC", - "decimals": 8, - "logoURI": "https://assets.coingecko.com/coins/images/788/thumb/civic.png?1547034556" - }, - { - "name": "Storj Token", - "address": "0xd72357dAcA2cF11A5F155b9FF7880E595A3F5792", - "symbol": "STORJ", - "decimals": 8, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC/logo.png" - }, - { - "chainId": 137, - "address": "0x0621d647cecbFb64b79E44302c1933cB4f27054d", - "name": "Amp", - "symbol": "AMP", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/12409/thumb/amp-200x200.png?1599625397" - }, - { - "name": "Gnosis Token", - "address": "0x5FFD62D3C3eE2E81C00A7b9079FB248e7dF024A8", - "symbol": "GNO", - "decimals": 18, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0x6810e776880C02933D47DB1b9fc05908e5386b96/logo.png" - }, - { - "chainId": 137, - "address": "0x42f37A1296b2981F7C3cAcEd84c5096b2Eb0C72C", - "name": "Keep Network", - "symbol": "KEEP", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/3373/thumb/IuNzUb5b_400x400.jpg?1589526336" - }, - { - "chainId": 137, - "address": "0xbD7A5Cf51d22930B8B3Df6d834F9BCEf90EE7c4f", - "name": "Ethereum Name Service", - "symbol": "ENS", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/19785/thumb/acatxTm8_400x400.jpg?1635850140" - }, - { - "name": "Synth sUSD", - "address": "0xF81b4Bec6Ca8f9fe7bE01CA734F55B2b6e03A7a0", - "symbol": "sUSD", - "decimals": 18, - "chainId": 137, - "logoURI": "https://assets.coingecko.com/coins/images/5013/thumb/sUSD.png?1616150765" - }, - { - "name": "Wrapped Matic", - "address": "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270", - "symbol": "WMATIC", - "decimals": 18, - "chainId": 137, - "logoURI": "https://assets.coingecko.com/coins/images/4713/thumb/matic-token-icon.png?1624446912" - }, - { - "chainId": 137, - "address": "0xd0258a3fD00f38aa8090dfee343f10A9D4d30D3F", - "name": "Voxies", - "symbol": "VOXEL", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/21260/large/voxies.png" - }, - { - "name": "USDCoin", - "address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359", - "symbol": "USDC", - "decimals": 6, - "chainId": 137, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png" - }, - { - "chainId": 137, - "address": "0x6985884C4392D348587B19cb9eAAf157F13271cd", - "name": "LayerZero", - "symbol": "ZRO", - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208" - } -] diff --git a/src/tokens/rinkeby.json b/src/tokens/rinkeby.json deleted file mode 100644 index d4018a215..000000000 --- a/src/tokens/rinkeby.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "name": "Wrapped Ether", - "address": "0xc778417E063141139Fce010982780140Aa0cD5Ab", - "symbol": "ETH", - "decimals": 18, - "chainId": 4, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xc778417E063141139Fce010982780140Aa0cD5Ab/logo.png" - }, - { - "name": "Dai Stablecoin", - "address": "0xc7AD46e0b8a400Bb3C915120d284AafbA8fc4735", - "symbol": "DAI", - "decimals": 18, - "chainId": 4, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xc7AD46e0b8a400Bb3C915120d284AafbA8fc4735/logo.png" - }, - { - "name": "Maker", - "address": "0xF9bA5210F91D0474bd1e1DcDAeC4C58E359AaD85", - "symbol": "MKR", - "decimals": 18, - "chainId": 4, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xF9bA5210F91D0474bd1e1DcDAeC4C58E359AaD85/logo.png" - }, - { - "name": "Uniswap", - "address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984", - "symbol": "UNI", - "decimals": 18, - "chainId": 4, - "logoURI": "ipfs://QmXttGpZrECX5qCyXbBQiqgQNytVGeZW5Anewvh2jc4psg" - } -] \ No newline at end of file diff --git a/src/tokens/rise_sepolia.json b/src/tokens/rise_sepolia.json index 7ab3cb6b2..68a752797 100644 --- a/src/tokens/rise_sepolia.json +++ b/src/tokens/rise_sepolia.json @@ -41,7 +41,7 @@ "name": "Wrapped Bitcoin", "symbol": "WBTC", "tag": ["stnd_btc"], - "decimals": 18, + "decimals": 8, "logoURI": "https://assets.coingecko.com/coins/images/7598/standard/wrapped_bitcoin_wbtc.png?1696507857" } ] \ No newline at end of file diff --git a/src/tokens/ropsten.json b/src/tokens/ropsten.json deleted file mode 100644 index 09764b5ab..000000000 --- a/src/tokens/ropsten.json +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - "name": "Wrapped Ether", - "address": "0xc778417E063141139Fce010982780140Aa0cD5Ab", - "symbol": "ETH", - "decimals": 18, - "chainId": 3, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xc778417E063141139Fce010982780140Aa0cD5Ab/logo.png" - }, - { - "name": "Dai Stablecoin", - "address": "0xaD6D458402F60fD3Bd25163575031ACDce07538D", - "symbol": "DAI", - "decimals": 18, - "chainId": 3, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xaD6D458402F60fD3Bd25163575031ACDce07538D/logo.png" - }, - { - "name": "Uniswap", - "address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984", - "symbol": "UNI", - "decimals": 18, - "chainId": 3, - "logoURI": "ipfs://QmXttGpZrECX5qCyXbBQiqgQNytVGeZW5Anewvh2jc4psg" - } -] \ No newline at end of file diff --git a/src/tokens/sepolia.json b/src/tokens/sepolia.json deleted file mode 100644 index 8b628d7e0..000000000 --- a/src/tokens/sepolia.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "name": "Wrapped Ether", - "address": "0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14", - "symbol": "ETH", - "decimals": 18, - "chainId": 11155111, - "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png" - }, - { - "name": "Uniswap", - "address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984", - "symbol": "UNI", - "decimals": 18, - "chainId": 11155111, - "logoURI": "ipfs://QmXttGpZrECX5qCyXbBQiqgQNytVGeZW5Anewvh2jc4psg" - } -] \ No newline at end of file diff --git a/src/tokens/story_iliad.json b/src/tokens/story_iliad.json deleted file mode 100644 index 2fd6c60ad..000000000 --- a/src/tokens/story_iliad.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "chainId": 1513, - "address": "0x6e990040Fd9b06F98eFb62A147201696941680b5", - "name": "IP", - "symbol": "IP", - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/standardweb3/default-token-list/refs/heads/main/assets/story_iliad/IP.png" - }, - { - "chainId": 1513, - "address": "0x700722D24f9256Be288f56449E8AB1D27C4a70ca", - "name": "USD Coin", - "symbol": "USDC", - "decimals": 6, - "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png" - }, - { - "chainId": 1513, - "address": "0x8812d810EA7CC4e1c3FB45cef19D6a7ECBf2D85D", - "name": "Tether USD", - "symbol": "USDT", - "decimals": 6, - "logoURI": "https://ethereum-optimism.github.io/data/USDT/logo.png" - }, - { - "chainId": 1513, - "address": "0x153B112138C6dE2CAD16D66B4B6448B7b88CAEF3", - "name": "Wrapped Bitcoin", - "symbol": "WBTC", - "decimals": 8, - "logoURI": "https://s2.coinmarketcap.com/static/img/coins/64x64/3717.png" - }, - { - "chainId": 1513, - "address": "0x968B9a5603ddEb2A78Aa08182BC44Ece1D9E5bf0", - "name": "Wrapped Ether", - "symbol": "WETH", - "decimals": 18, - "logoURI": "https://ethereum-optimism.github.io/data/WETH/logo.png" - } -] \ No newline at end of file diff --git a/src/tokens/story_odyssey.json b/src/tokens/story_odyssey.json deleted file mode 100644 index dfb40f322..000000000 --- a/src/tokens/story_odyssey.json +++ /dev/null @@ -1,47 +0,0 @@ -[ - { - "chainId": 1516, - "address": "0xe8CabF9d1FFB6CE23cF0a86641849543ec7BD7d5", - "name": "IP", - "symbol": "IP", - "tag": ["stnd_ip", "stnd_native"], - "decimals": 18, - "logoURI": "https://raw.githubusercontent.com/standardweb3/default-token-list/refs/heads/main/assets/story_iliad/IP.png" - }, - { - "chainId": 1516, - "address": "0x40fCa9cB1AB15eD9B5bDA19A52ac00A78AE08e1D", - "name": "USD Coin", - "symbol": "USDC", - "tag": ["stnd_usdc", "stnd_stablecoin"], - "decimals": 6, - "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png" - }, - { - "address": "0x02F75bdBb4732cc6419aC15EeBeE6BCee66e826f", - "chainId": 1516, - "name": "Tether USD", - "symbol": "USDT", - "tag": ["stnd_usdt", "stnd_stablecoin"], - "decimals": 6, - "logoURI": "https://assets.coingecko.com/coins/images/325/standard/Tether.png?1696501661" - }, - { - "address": "0x656afb1968bC39Cf3937f68CC6089F10cf47C1F7", - "chainId": 1516, - "name": "Wrapped Bitcoin", - "symbol": "WBTC", - "tag": ["stnd_btc"], - "decimals": 8, - "logoURI": "https://assets.coingecko.com/coins/images/7598/standard/wrapped_bitcoin_wbtc.png?1696507857" - }, - { - "address": "0x1C13B2B65d55dF06FF43528E736Db2F8e372E692", - "chainId": 1516, - "name": "Wrapped Ether", - "symbol": "WETH", - "tag": ["stnd_eth"], - "decimals": 18, - "logoURI": "https://assets.coingecko.com/coins/images/2518/standard/weth.png?1696503332" - } -] \ No newline at end of file