mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@d00e0df057 🚀
This commit is contained in:
parent
ee68f063d1
commit
d94a0c6971
File diff suppressed because one or more lines are too long
22
chains/eip155-3601.json
Normal file
22
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
chains/eip155-3602.json
Normal file
22
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -4067,6 +4067,32 @@
|
|||
"rpc": ["https://rpc.jfinchain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://jfinchain.com"
|
||||
}, {
|
||||
"name": "Pandonet",
|
||||
"chainId": 3601,
|
||||
"shortName": "pando-mainnet",
|
||||
"networkId": 3601,
|
||||
"nativeCurrency": {
|
||||
"name": "Pando token ",
|
||||
"symbol": "PTX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://eth-rpc-api.pandoproject.org/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.pandoproject.org/"
|
||||
}, {
|
||||
"name": "Pando Testnet",
|
||||
"chainId": 3602,
|
||||
"shortName": "pando-testnet",
|
||||
"networkId": 3602,
|
||||
"nativeCurrency": {
|
||||
"name": "Pando token ",
|
||||
"symbol": "PTX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.ethrpc.pandoproject.org/rpc"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.pandoproject.org/"
|
||||
}, {
|
||||
"name": "Metacodechain",
|
||||
"chainId": 3666,
|
||||
|
|
|
@ -5790,6 +5790,44 @@
|
|||
"url": "https://exp.jfinchain.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Metacodechain",
|
||||
"chain": "metacode",
|
||||
|
|
|
@ -312,6 +312,8 @@
|
|||
"prb": "eip155:3400",
|
||||
"prbtestnet": "eip155:3500",
|
||||
"jfin": "eip155:3501",
|
||||
"pando-mainnet": "eip155:3601",
|
||||
"pando-testnet": "eip155:3602",
|
||||
"metacode": "eip155:3666",
|
||||
"btx": "eip155:3690",
|
||||
"csb": "eip155:3737",
|
||||
|
|
Loading…
Reference in New Issue
Block a user