mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Palm icon and explorer
This commit is contained in:
parent
14b966032d
commit
32ac774f10
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Palm Testnet",
|
"name": "Palm Testnet",
|
||||||
"chain": "Palm",
|
"chain": "Palm",
|
||||||
|
"icon": "palm",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"
|
"https://palm-testnet.infura.io/v3/{INFURA_API_KEY}"
|
||||||
],
|
],
|
||||||
|
@ -13,5 +14,11 @@
|
||||||
"infoURL": "https://palm.io",
|
"infoURL": "https://palm.io",
|
||||||
"shortName": "tpalm",
|
"shortName": "tpalm",
|
||||||
"chainId": 11297108099,
|
"chainId": 11297108099,
|
||||||
"networkId": 11297108099
|
"networkId": 11297108099,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Palm Testnet Explorer",
|
||||||
|
"url": "https://explorer.palm-uat.xyz",
|
||||||
|
"standard": "EIP3091",
|
||||||
|
"icon": "palm"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Palm",
|
"name": "Palm",
|
||||||
"chain": "Palm",
|
"chain": "Palm",
|
||||||
|
"icon": "palm",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"
|
"https://palm-mainnet.infura.io/v3/{INFURA_API_KEY}"
|
||||||
],
|
],
|
||||||
|
@ -13,5 +14,11 @@
|
||||||
"infoURL": "https://palm.io",
|
"infoURL": "https://palm.io",
|
||||||
"shortName": "palm",
|
"shortName": "palm",
|
||||||
"chainId": 11297108109,
|
"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
8
_data/icons/palm.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmX6h8xm4em77oNpFRtmAqrZ734MH4VGCC68dEKHUfdfPs",
|
||||||
|
"width": 1080,
|
||||||
|
"height": 1080,
|
||||||
|
"format": "svg"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user