diff --git a/lists/images/0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8.png b/lists/images/0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8.png new file mode 100644 index 00000000..5a2f9cb1 Binary files /dev/null and b/lists/images/0x6EaDc05928ACd93eFB3FA0DFbC644D96C6Aa1Df8.png differ diff --git a/lists/pancakeswap-extended.json b/lists/pancakeswap-extended.json index 5ad4c3ad..6f35f9d2 100644 --- a/lists/pancakeswap-extended.json +++ b/lists/pancakeswap-extended.json @@ -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": [ @@ -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", diff --git a/src/tokens/pancakeswap-extended.json b/src/tokens/pancakeswap-extended.json index 0eff3689..80c7fa1d 100644 --- a/src/tokens/pancakeswap-extended.json +++ b/src/tokens/pancakeswap-extended.json @@ -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", diff --git a/test/schema.json b/test/schema.json index 2faa7186..25df7915 100644 --- a/test/schema.json +++ b/test/schema.json @@ -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"]