Skip to content

Commit

Permalink
feat: add 4 arb token
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry committed Dec 26, 2023
1 parent b084490 commit efd0e58
Show file tree
Hide file tree
Showing 6 changed files with 66 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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 34 additions & 2 deletions lists/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Arbitrum Default",
"timestamp": "2023-12-13T02:28:31.568Z",
"timestamp": "2023-12-26T08:08:36.988Z",
"version": {
"major": 0,
"minor": 0,
"patch": 11
"patch": 12
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -180,6 +180,38 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8.png"
},
{
"name": "StargateToken",
"symbol": "STG",
"address": "0x6694340fc020c5E6B96567843da2df01b2CE1eb6",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x6694340fc020c5E6B96567843da2df01b2CE1eb6.png"
},
{
"name": "Dai Stablecoin",
"symbol": "DAI",
"address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1.png"
},
{
"name": "Radiant",
"symbol": "RDNT",
"address": "0x3082CC23568eA640225c2467653dB90e9250AaA0",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x3082CC23568eA640225c2467653dB90e9250AaA0.png"
},
{
"name": "Magic Internet Money",
"symbol": "MAGIC",
"address": "0x539bdE0d7Dbd336b79148AA742883198BBF60342",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x539bdE0d7Dbd336b79148AA742883198BBF60342.png"
}
]
}
32 changes: 32 additions & 0 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,37 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x0c880f6761F1af8d9Aa9C466984b80DAb9a8c9e8.png"
},
{
"name": "StargateToken",
"symbol": "STG",
"address": "0x6694340fc020c5E6B96567843da2df01b2CE1eb6",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x6694340fc020c5E6B96567843da2df01b2CE1eb6.png"
},
{
"name": "Dai Stablecoin",
"symbol": "DAI",
"address": "0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xDA10009cBd5D07dd0CeCc66161FC93D7c9000da1.png"
},
{
"name": "Radiant",
"symbol": "RDNT",
"address": "0x3082CC23568eA640225c2467653dB90e9250AaA0",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x3082CC23568eA640225c2467653dB90e9250AaA0.png"
},
{
"name": "Magic Internet Money",
"symbol": "MAGIC",
"address": "0x539bdE0d7Dbd336b79148AA742883198BBF60342",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x539bdE0d7Dbd336b79148AA742883198BBF60342.png"
}
]

0 comments on commit efd0e58

Please sign in to comment.