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@d4e17d497a 🚀
This commit is contained in:
parent
5a8904659b
commit
eb5080b5f0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3092,6 +3092,32 @@
|
||||||
"rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"],
|
"rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.fusion.org/"
|
"infoURL": "https://www.fusion.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Paribu Net Mainnet",
|
||||||
|
"chainId": 34000,
|
||||||
|
"shortName": "prb",
|
||||||
|
"networkId": 34000,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "PRB",
|
||||||
|
"symbol": "PRB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.paribu.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://net.paribu.com"
|
||||||
|
}, {
|
||||||
|
"name": "Paribu Net Testnet",
|
||||||
|
"chainId": 35000,
|
||||||
|
"shortName": "prbtestnet",
|
||||||
|
"networkId": 35000,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "PRB",
|
||||||
|
"symbol": "PRB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://rpc.testnet.paribuscan.com"],
|
||||||
|
"faucets": ["https://faucet.paribuscan.com"],
|
||||||
|
"infoURL": "https://net.paribu.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Energi Mainnet",
|
"name": "Energi Mainnet",
|
||||||
"chainId": 39797,
|
"chainId": 39797,
|
||||||
|
|
|
@ -4210,6 +4210,50 @@
|
||||||
"shortName": "fsn",
|
"shortName": "fsn",
|
||||||
"chainId": 32659,
|
"chainId": 32659,
|
||||||
"networkId": 32659
|
"networkId": 32659
|
||||||
|
}, {
|
||||||
|
"name": "Paribu Net Mainnet",
|
||||||
|
"chain": "PRB",
|
||||||
|
"network": "Paribu Net",
|
||||||
|
"rpc": ["https://rpc.paribu.network"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "PRB",
|
||||||
|
"symbol": "PRB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://net.paribu.com",
|
||||||
|
"shortName": "prb",
|
||||||
|
"chainId": 34000,
|
||||||
|
"networkId": 34000,
|
||||||
|
"icon": "prb",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Paribu Net Explorer",
|
||||||
|
"url": "https://explorer.paribu.network",
|
||||||
|
"icon": "explorer",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Paribu Net Testnet",
|
||||||
|
"chain": "PRB",
|
||||||
|
"network": "Paribu Net",
|
||||||
|
"rpc": ["https://rpc.testnet.paribuscan.com"],
|
||||||
|
"faucets": ["https://faucet.paribuscan.com"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "PRB",
|
||||||
|
"symbol": "PRB",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://net.paribu.com",
|
||||||
|
"shortName": "prbtestnet",
|
||||||
|
"chainId": 35000,
|
||||||
|
"networkId": 35000,
|
||||||
|
"icon": "prb",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Paribu Net Testnet Explorer",
|
||||||
|
"url": "https://testnet.paribuscan.com",
|
||||||
|
"icon": "explorer",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Energi Mainnet",
|
"name": "Energi Mainnet",
|
||||||
"chain": "NRG",
|
"chain": "NRG",
|
||||||
|
|
|
@ -237,6 +237,8 @@
|
||||||
"esn": "eip155:31102",
|
"esn": "eip155:31102",
|
||||||
"got": "eip155:31337",
|
"got": "eip155:31337",
|
||||||
"fsn": "eip155:32659",
|
"fsn": "eip155:32659",
|
||||||
|
"prb": "eip155:34000",
|
||||||
|
"prbtestnet": "eip155:35000",
|
||||||
"nrg": "eip155:39797",
|
"nrg": "eip155:39797",
|
||||||
"PC": "eip155:42069",
|
"PC": "eip155:42069",
|
||||||
"arb1": "eip155:42161",
|
"arb1": "eip155:42161",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user