Skip to content

Commit

Permalink
feat: 8pay v2 (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefJerry authored Dec 29, 2023
1 parent e009771 commit 2863d6e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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: 6 additions & 6 deletions lists/pancakeswap-extended.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "PancakeSwap Extended",
"timestamp": "2023-12-28T00:59:26.688Z",
"timestamp": "2023-12-29T04:17:32.862Z",
"version": {
"major": 2,
"minor": 16,
"patch": 180
"patch": 181
},
"logoURI": "https://pancakeswap.finance/logo.png",
"keywords": [
Expand All @@ -21,12 +21,12 @@
"logoURI": "https://tokens.pancakeswap.finance/images/0x0E09FaBB73Bd3Ade0a17ECC321fD13a19e81cE82.png"
},
{
"name": "8PAY Network",
"symbol": "8PAY",
"address": "0xFeea0bDd3D07eb6FE305938878C0caDBFa169042",
"name": "8PAY Network v2",
"symbol": "8PAY v2",
"address": "0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042.png"
"logoURI": "https://tokens.pancakeswap.finance/images/0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8.png"
},
{
"name": "ACEToken",
Expand Down
8 changes: 4 additions & 4 deletions src/tokens/pancakeswap-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -2048,12 +2048,12 @@
"logoURI": "https://tokens.pancakeswap.finance/images/0x40C8225329Bd3e28A043B029E0D07a5344d2C27C.png"
},
{
"name": "8PAY Network",
"symbol": "8PAY",
"address": "0xFeea0bDd3D07eb6FE305938878C0caDBFa169042",
"name": "8PAY Network v2",
"symbol": "8PAY v2",
"address": "0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8",
"chainId": 56,
"decimals": 18,
"logoURI": "https://tokens.pancakeswap.finance/images/0xFeea0bDd3D07eb6FE305938878C0caDBFa169042.png"
"logoURI": "https://tokens.pancakeswap.finance/images/0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8.png"
},
{
"name": "Battle Hero",
Expand Down
2 changes: 1 addition & 1 deletion test/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"symbol": {
"type": "string",
"description": "The symbol for the token; must be alphanumeric",
"pattern": "^[a-zA-Z0-9+\\-%/$.]+$",
"pattern": "^[a-zA-Z0-9+\\-%/$.\\s]+$",
"minLength": 1,
"maxLength": 20,
"examples": ["USDC"]
Expand Down

0 comments on commit 2863d6e

Please sign in to comment.