mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"name": "Plian Testnet Subchain 1",
|
|
"chain": "Plian",
|
|
"network": "testnet",
|
|
"rpc": [
|
|
"https://testnet.plian.io/child_test"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Plian Token",
|
|
"symbol": "TPI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://plian.org/",
|
|
"shortName": "plian-testnet-l2",
|
|
"chainId": 10067275,
|
|
"networkId": 10067275,
|
|
"explorers": [{
|
|
"name": "piscan",
|
|
"url": "https://testnet.plian.org/child_test",
|
|
"standard": "EIP3091"
|
|
}],
|
|
"parent": {
|
|
"chain": "eip155-16658437",
|
|
"type": "L2"
|
|
}
|
|
}
|