Skip to content

Commit

Permalink
chore: add POL token
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefBingbong committed Sep 10, 2024
1 parent 436b2cd commit 5a60eff
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": "2024-04-24T13:10:24.157Z",
"timestamp": "2024-09-10T12:17:08.674Z",
"version": {
"major": 1,
"minor": 0,
"patch": 7
"patch": 8
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand Down Expand Up @@ -109,6 +109,14 @@
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4.png"
},
{
"name": "Polygon Ecosystem Token",
"symbol": "POL",
"address": "0x22B21BedDef74FE62F031D2c5c8F7a9F8a4b304D",
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0x22B21BedDef74FE62F031D2c5c8F7a9F8a4b304D.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 @@ -94,5 +94,13 @@
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0xC5015b9d9161Dca7e18e32f6f25C4aD850731Fd4.png"
},
{
"name": "Polygon Ecosystem Token",
"symbol": "POL",
"address": "0x22B21BedDef74FE62F031D2c5c8F7a9F8a4b304D",
"chainId": 1101,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/polygon-zkevm/0x22B21BedDef74FE62F031D2c5c8F7a9F8a4b304D.png"
}
]

0 comments on commit 5a60eff

Please sign in to comment.