chains/_data/chains/eip155-11297108109.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

25 lines
494 B
JSON

{
"name": "Palm",
"chain": "Palm",
"icon": "palm",
"rpc": ["https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"],
"faucets": [],
"nativeCurrency": {
"name": "PALM",
"symbol": "PALM",
"decimals": 18
},
"infoURL": "https://palm.io",
"shortName": "palm",
"chainId": 11297108109,
"networkId": 11297108109,
"explorers": [
{
"name": "Palm Explorer",
"url": "https://explorer.palm.io",
"standard": "EIP3091",
"icon": "palm"
}
]
}