This commit is contained in:
Terry Li 2022-08-17 18:31:38 +08:00 committed by GitHub
parent b139b539e8
commit b16bb64d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 100 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"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"
}
}

View File

@ -0,0 +1,23 @@
{
"name": "Plian Testnet Main",
"chain": "Plian",
"network": "testnet",
"rpc": [
"https://testnet.plian.io/testnet"
],
"faucets": [],
"nativeCurrency": {
"name": "Plian Testnet Token",
"symbol": "TPI",
"decimals": 18
},
"infoURL": "https://plian.org",
"shortName": "plian-testnet",
"chainId": 16658437,
"networkId": 16658437,
"explorers": [{
"name": "piscan",
"url": "https://testnet.plian.org/testnet",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,23 @@
{
"name": "Plian Mainnet Main",
"chain": "Plian",
"network": "mainnet",
"rpc": [
"https://mainnet.plian.io/pchain"
],
"faucets": [],
"nativeCurrency": {
"name": "Plian Token",
"symbol": "PI",
"decimals": 18
},
"infoURL": "https://plian.org/",
"shortName": "plian-mainnet",
"chainId": 2099156,
"networkId": 2099156,
"explorers": [{
"name": "piscan",
"url": "https://piscan.plian.org/pchain",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,27 @@
{
"name": "Plian Mainnet Subchain 1",
"chain": "Plian",
"network": "mainnet",
"rpc": [
"https://mainnet.plian.io/child_0"
],
"faucets": [],
"nativeCurrency": {
"name": "Plian Token",
"symbol": "PI",
"decimals": 18
},
"infoURL": "https://plian.org",
"shortName": "plian-mainnet-l2",
"chainId": 8007736,
"networkId": 8007736,
"explorers": [{
"name": "piscan",
"url": "https://piscan.plian.org/child_0",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-2099156",
"type": "L2"
}
}