Deploying to gh-pages from @ ethereum-lists/chains@d00e0df057 🚀

This commit is contained in:
ligi 2022-11-21 14:31:53 +00:00
parent ee68f063d1
commit d94a0c6971
7 changed files with 112 additions and 2 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-3601.json Normal file
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"
}
]
}

22
chains/eip155-3602.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4067,6 +4067,32 @@
"rpc": ["https://rpc.jfinchain.com"], "rpc": ["https://rpc.jfinchain.com"],
"faucets": [], "faucets": [],
"infoURL": "https://jfinchain.com" "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", "name": "Metacodechain",
"chainId": 3666, "chainId": 3666,

View File

@ -5790,6 +5790,44 @@
"url": "https://exp.jfinchain.com", "url": "https://exp.jfinchain.com",
"standard": "EIP3091" "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", "name": "Metacodechain",
"chain": "metacode", "chain": "metacode",

View File

@ -312,6 +312,8 @@
"prb": "eip155:3400", "prb": "eip155:3400",
"prbtestnet": "eip155:3500", "prbtestnet": "eip155:3500",
"jfin": "eip155:3501", "jfin": "eip155:3501",
"pando-mainnet": "eip155:3601",
"pando-testnet": "eip155:3602",
"metacode": "eip155:3666", "metacode": "eip155:3666",
"btx": "eip155:3690", "btx": "eip155:3690",
"csb": "eip155:3737", "csb": "eip155:3737",