Skip to content

Commit

Permalink
feat: add subsquid (SQD) token on arbitrum (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
thechefpenguin authored Jul 5, 2024
1 parent fcbf59c commit 2f2e720
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.
12 changes: 10 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": "2024-06-27T06:13:44.597Z",
"timestamp": "2024-07-05T11:34:47.394Z",
"version": {
"major": 0,
"minor": 0,
"patch": 25
"patch": 26
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -404,6 +404,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xaFAfd68AFe3fe65d376eEC9Eab1802616cFacCb8.png"
},
{
"name": "Subsquid",
"symbol": "SQD",
"address": "0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-arbitrum-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,5 +390,13 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0xaFAfd68AFe3fe65d376eEC9Eab1802616cFacCb8.png"
},
{
"name": "Subsquid",
"symbol": "SQD",
"address": "0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x1337420dED5ADb9980CFc35f8f2B054ea86f8aB1.png"
}
]

0 comments on commit 2f2e720

Please sign in to comment.