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

This commit is contained in:
ligi 2022-03-14 08:16:16 +00:00
parent 5a8904659b
commit eb5080b5f0
5 changed files with 74 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3092,6 +3092,32 @@
"rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"],
"faucets": [],
"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",
"chainId": 39797,

View File

@ -4210,6 +4210,50 @@
"shortName": "fsn",
"chainId": 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",
"chain": "NRG",

View File

@ -237,6 +237,8 @@
"esn": "eip155:31102",
"got": "eip155:31337",
"fsn": "eip155:32659",
"prb": "eip155:34000",
"prbtestnet": "eip155:35000",
"nrg": "eip155:39797",
"PC": "eip155:42069",
"arb1": "eip155:42161",