mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Addbothpando (#1908)
* add pandonet and testnet * add pandonet and testnet
This commit is contained in:
parent
1d7be43584
commit
d00e0df057
22
_data/chains/eip155-3601.json
Normal file
22
_data/chains/eip155-3601.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
22
_data/chains/eip155-3602.json
Normal file
22
_data/chains/eip155-3602.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user