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

This commit is contained in:
ligi 2022-05-01 05:03:07 +00:00
parent 0842a2301c
commit 7697442716
5 changed files with 35 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

@ -3638,6 +3638,19 @@
"rpc": ["https://testnet-rpc.gochain.io"], "rpc": ["https://testnet-rpc.gochain.io"],
"faucets": [], "faucets": [],
"infoURL": "https://gochain.io" "infoURL": "https://gochain.io"
}, {
"name": "Bitgert Mainnet",
"chainId": 32520,
"shortName": "Brise",
"networkId": 32520,
"nativeCurrency": {
"name": "Bitrise Token",
"symbol": "Brise",
"decimals": 18
},
"rpc": ["https://mainnet-rpc.brisescan.com"],
"faucets": [],
"infoURL": "https://bitgert.com/"
}, { }, {
"name": "Fusion Mainnet", "name": "Fusion Mainnet",
"chainId": 32659, "chainId": 32659,

View File

@ -5062,6 +5062,25 @@
"url": "https://testnet-explorer.gochain.io", "url": "https://testnet-explorer.gochain.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Bitgert Mainnet",
"chain": "Brise",
"rpc": ["https://mainnet-rpc.brisescan.com"],
"faucets": [],
"nativeCurrency": {
"name": "Bitrise Token",
"symbol": "Brise",
"decimals": 18
},
"infoURL": "https://bitgert.com/",
"shortName": "Brise",
"chainId": 32520,
"networkId": 32520,
"explorers": [{
"name": "Brise Scan",
"url": "https://brisescan.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Fusion Mainnet", "name": "Fusion Mainnet",
"chain": "FSN", "chain": "FSN",

View File

@ -279,6 +279,7 @@
"mintme": "eip155:24734", "mintme": "eip155:24734",
"esn": "eip155:31102", "esn": "eip155:31102",
"got": "eip155:31337", "got": "eip155:31337",
"Brise": "eip155:32520",
"fsn": "eip155:32659", "fsn": "eip155:32659",
"nrg": "eip155:39797", "nrg": "eip155:39797",
"PC": "eip155:42069", "PC": "eip155:42069",