mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
25 lines
514 B
JSON
25 lines
514 B
JSON
{
|
|
"name": "P12 Chain",
|
|
"chain": "P12",
|
|
"icon": "p12",
|
|
"rpc": ["https://rpc-chain.p12.games"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Hooked P2",
|
|
"symbol": "hP2",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://p12.network",
|
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
|
"shortName": "p12",
|
|
"chainId": 20736,
|
|
"networkId": 20736,
|
|
"explorers": [
|
|
{
|
|
"name": "P12 Chain Explorer",
|
|
"url": "https://explorer.p12.games",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|