Addbothpando (#1908)

* add pandonet and testnet

* add pandonet and testnet
This commit is contained in:
vishalpando 2022-11-21 19:57:42 +05:30 committed by GitHub
parent 1d7be43584
commit d00e0df057
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"name": "Pandonet",
"chain": "Pando",
"rpc": ["https://eth-rpc-api.pandoproject.org/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Pando token ",
"symbol": "PTX",
"decimals": 18
},
"infoURL": "https://www.pandoproject.org/",
"shortName": "pando-mainnet",
"chainId": 3601,
"networkId": 3601,
"explorers": [
{
"name": "Pando Mainnet Explorer",
"url": "https://explorer.pandoproject.org",
"standard": "none"
}
]
}

View File

@ -0,0 +1,22 @@
{
"name": "Pando Testnet",
"chain": "Pando",
"rpc": ["https://testnet.ethrpc.pandoproject.org/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Pando token ",
"symbol": "PTX",
"decimals": 18
},
"infoURL": "https://www.pandoproject.org/",
"shortName": "pando-testnet",
"chainId": 3602,
"networkId": 3602,
"explorers": [
{
"name": "Pando Testnet Explorer",
"url": "https://testnet.explorer.pandoproject.org",
"standard": "none"
}
]
}