Skip to content

Commit

Permalink
feat: list eth space id (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Dec 14, 2023
1 parent 0b6b681 commit bc05e60
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 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-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2023-12-08T10:17:11.470Z",
"timestamp": "2023-12-14T08:20:30.711Z",
"version": {
"major": 1,
"minor": 0,
"patch": 35
"patch": 36
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -428,6 +428,14 @@
"chainId": 1,
"decimals": 5,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x1151CB3d861920e07a38e03eEAd12C32178567F6.png"
},
{
"name": "SPACE ID",
"symbol": "ID",
"address": "0x2dfF88A56767223A5529eA5960Da7A3F5f766406",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x2dfF88A56767223A5529eA5960Da7A3F5f766406.png"
}
]
}
10 changes: 9 additions & 1 deletion src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,13 @@
"chainId": 1,
"decimals": 5,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x1151CB3d861920e07a38e03eEAd12C32178567F6.png"
},
{
"name": "SPACE ID",
"symbol": "ID",
"address": "0x2dfF88A56767223A5529eA5960Da7A3F5f766406",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x2dfF88A56767223A5529eA5960Da7A3F5f766406.png"
}
]
]

0 comments on commit bc05e60

Please sign in to comment.