diff --git a/_data/chains/eip155-11297108099.json b/_data/chains/eip155-11297108099.json index 0251bad8..c0155fb2 100644 --- a/_data/chains/eip155-11297108099.json +++ b/_data/chains/eip155-11297108099.json @@ -1,6 +1,7 @@ { "name": "Palm Testnet", "chain": "Palm", + "icon": "palm", "rpc": [ "https://palm-testnet.infura.io/v3/{INFURA_API_KEY}" ], @@ -13,5 +14,11 @@ "infoURL": "https://palm.io", "shortName": "tpalm", "chainId": 11297108099, - "networkId": 11297108099 + "networkId": 11297108099, + "explorers": [{ + "name": "Palm Testnet Explorer", + "url": "https://explorer.palm-uat.xyz", + "standard": "EIP3091", + "icon": "palm" + }] } diff --git a/_data/chains/eip155-11297108109.json b/_data/chains/eip155-11297108109.json index d1952904..db9d7b35 100644 --- a/_data/chains/eip155-11297108109.json +++ b/_data/chains/eip155-11297108109.json @@ -1,6 +1,7 @@ { "name": "Palm", "chain": "Palm", + "icon": "palm", "rpc": [ "https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}" ], @@ -13,5 +14,11 @@ "infoURL": "https://palm.io", "shortName": "palm", "chainId": 11297108109, - "networkId": 11297108109 + "networkId": 11297108109, + "explorers": [{ + "name": "Palm Explorer", + "url": "https://explorer.palm.io", + "standard": "EIP3091", + "icon": "palm" + }] } diff --git a/_data/icons/palm.json b/_data/icons/palm.json new file mode 100644 index 00000000..8b4c14b0 --- /dev/null +++ b/_data/icons/palm.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmX6h8xm4em77oNpFRtmAqrZ734MH4VGCC68dEKHUfdfPs", + "width": 1080, + "height": 1080, + "format": "svg" + } +]