Skip to content

Commit

Permalink
Merge pull request #516 from pancakeswap/chore--add-SEED-on-arbitrum
Browse files Browse the repository at this point in the history
chore: add seed
  • Loading branch information
ChefBingbong committed Aug 8, 2024
2 parents 60eb076 + 75277cb commit bf5ab08
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-08-05T10:08:56.405Z",
"timestamp": "2024-08-08T10:41:29.424Z",
"version": {
"major": 0,
"minor": 0,
"patch": 30
"patch": 31
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -460,6 +460,14 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x346c574C56e1A4aAa8dc88Cda8F7EB12b39947aB.png"
},
{
"name": "SEED",
"symbol": "SEED",
"address": "0x86f65121804D2Cdbef79F9f072D4e0c2eEbABC08",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x86f65121804D2Cdbef79F9f072D4e0c2eEbABC08.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 @@ -446,5 +446,13 @@
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x346c574C56e1A4aAa8dc88Cda8F7EB12b39947aB.png"
},
{
"name": "SEED",
"symbol": "SEED",
"address": "0x86f65121804D2Cdbef79F9f072D4e0c2eEbABC08",
"chainId": 42161,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/arbitrum/0x86f65121804D2Cdbef79F9f072D4e0c2eEbABC08.png"
}
]

0 comments on commit bf5ab08

Please sign in to comment.