Add Palm icon and explorer

This commit is contained in:
Alex Skene 2022-03-02 12:42:07 +00:00
parent 14b966032d
commit 32ac774f10
3 changed files with 24 additions and 2 deletions

View File

@ -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"
}]
}

View File

@ -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"
}]
}

8
_data/icons/palm.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmX6h8xm4em77oNpFRtmAqrZ734MH4VGCC68dEKHUfdfPs",
"width": 1080,
"height": 1080,
"format": "svg"
}
]