Skip to content

Commit

Permalink
Merge pull request #243 from ChefMomota/list-zkevm-grai
Browse files Browse the repository at this point in the history
feat: Add zkEVM GRAI
  • Loading branch information
ChefMomota committed Sep 8, 2023
2 parents cfcc9f3 + dad2970 commit b5e0b51
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-polygon-zkevm-default.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Zkevm Default",
"timestamp": "2023-07-26T08:16:52.094Z",
"timestamp": "2023-09-08T05:49:59.980Z",
"version": {
"major": 1,
"minor": 0,
"patch": 1
"patch": 2
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -53,6 +53,14 @@
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xa2036f0538221a77A3937F1379699f44945018d0.png"
},
{
"name": "Gravita Debt Token",
"symbol": "GRAI",
"address": "0xCA68ad4EE5c96871EC6C6dac2F714a8437A3Fe66",
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xCA68ad4EE5c96871EC6C6dac2F714a8437A3Fe66.png"
}
]
}
8 changes: 8 additions & 0 deletions src/tokens/pancakeswap-polygon-zkevm-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,13 @@
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xa2036f0538221a77A3937F1379699f44945018d0.png"
},
{
"name": "Gravita Debt Token",
"symbol": "GRAI",
"address": "0xCA68ad4EE5c96871EC6C6dac2F714a8437A3Fe66",
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xCA68ad4EE5c96871EC6C6dac2F714a8437A3Fe66.png"
}
]

0 comments on commit b5e0b51

Please sign in to comment.