From 3bb73efdbf10175b5451b89881cb3a7c3549f13a Mon Sep 17 00:00:00 2001 From: ChefEric <173023571+chef-eric@users.noreply.github.com> Date: Mon, 24 Jun 2024 17:57:01 +0800 Subject: [PATCH] feat: whitelist IDIA --- src/tokens/pancakeswap-arbitrum-default.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/tokens/pancakeswap-arbitrum-default.json b/src/tokens/pancakeswap-arbitrum-default.json index 7b21b17d..9e9b2b5b 100644 --- a/src/tokens/pancakeswap-arbitrum-default.json +++ b/src/tokens/pancakeswap-arbitrum-default.json @@ -358,5 +358,13 @@ "chainId": 42161, "decimals": 18, "logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x6985884C4392D348587B19cb9eAAf157F13271cd.png" + }, + { + "name": "IDIA", + "symbol": "IDIA", + "address": "0x6Db8b088c4d41d622B44CD81B900bA690f2d496C", + "chainId": 42161, + "decimals": 18, + "logoURI": "https://tokens.pancakeswap.finance/images/0x0b15Ddf19D47E6a86A56148fb4aFFFc6929BcB89.png" } -] \ No newline at end of file +]