Skip to content

Commit

Permalink
Merge pull request #485 from chef-eric/feature/idia
Browse files Browse the repository at this point in the history
feat: whitelist IDIA to ARB
  • Loading branch information
ChefMomota committed Jun 24, 2024
2 parents dcc0f39 + 4e9a675 commit 2977a27
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion lists/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,14 @@
"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/arbitrum/0x6Db8b088c4d41d622B44CD81B900bA690f2d496C.png"
}
]
}
}
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/arbitrum/0x6Db8b088c4d41d622B44CD81B900bA690f2d496C.png"
}
]
]

0 comments on commit 2977a27

Please sign in to comment.