mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
476 B
JSON
23 lines
476 B
JSON
{
|
|
"name": "Palm Testnet",
|
|
"chain": "Palm",
|
|
"rpc": ["https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "PALM",
|
|
"symbol": "PALM",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://palm.io",
|
|
"shortName": "tpalm",
|
|
"chainId": 11297108099,
|
|
"networkId": 11297108099,
|
|
"explorers": [
|
|
{
|
|
"name": "Palm Testnet Explorer",
|
|
"url": "https://explorer.palm-uat.xyz",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|