Skip to content

Commit

Permalink
Merge pull request #254 from pancakeswap/feature/list-roci
Browse files Browse the repository at this point in the history
feat: add ROCI token
  • Loading branch information
ChefMomota committed Sep 21, 2023
2 parents 7c01745 + db62637 commit 243e9c6
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-eth-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Ethereum Default",
"timestamp": "2023-09-21T07:55:17.249Z",
"timestamp": "2023-09-21T11:50:26.697Z",
"version": {
"major": 1,
"minor": 0,
"patch": 29
"patch": 30
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -380,6 +380,14 @@
"chainId": 1,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x6c3ea9036406852006290770BEdFcAbA0e23A0e8.png"
},
{
"name": "RociFi",
"symbol": "ROCI",
"address": "0xF51092Fe93B4E9282f42c459F05D93D2D079549e",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xF51092Fe93B4E9282f42c459F05D93D2D079549e.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-eth-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,13 @@
"chainId": 1,
"decimals": 6,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0x6c3ea9036406852006290770BEdFcAbA0e23A0e8.png"
},
{
"name": "RociFi",
"symbol": "ROCI",
"address": "0xF51092Fe93B4E9282f42c459F05D93D2D079549e",
"chainId": 1,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/eth/0xF51092Fe93B4E9282f42c459F05D93D2D079549e.png"
}
]

0 comments on commit 243e9c6

Please sign in to comment.