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

This commit is contained in:
ligi 2022-02-14 08:32:53 +00:00
parent 91875ba60d
commit 2f3e0c311e
5 changed files with 36 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

@ -3443,6 +3443,19 @@
"rpc": ["https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007/"], "rpc": ["https://mainnet-s7-ethapi.quarkchain.io", "http://eth-jrpc.mainnet.quarkchain.io:39007/"],
"faucets": [], "faucets": [],
"infoURL": "https://www.quarkchain.io/" "infoURL": "https://www.quarkchain.io/"
}, {
"name": "BROChain Mainnet",
"chainId": 108801,
"shortName": "bro",
"networkId": 108801,
"nativeCurrency": {
"name": "Brother",
"symbol": "BRO",
"decimals": 18
},
"rpc": ["https://rpc.brochain.org", "http://rpc.brochain.org", "https://rpc.brochain.org/mainnet", "http://rpc.brochain.org/mainnet"],
"faucets": [],
"infoURL": "https://brochain.org"
}, { }, {
"name": "QuarkChain Devnet Root", "name": "QuarkChain Devnet Root",
"chainId": 110000, "chainId": 110000,

View File

@ -4687,6 +4687,26 @@
"url": "https://mainnet.quarkchain.io/7", "url": "https://mainnet.quarkchain.io/7",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "BROChain Mainnet",
"chain": "BRO",
"network": "mainnet",
"rpc": ["https://rpc.brochain.org", "http://rpc.brochain.org", "https://rpc.brochain.org/mainnet", "http://rpc.brochain.org/mainnet"],
"faucets": [],
"nativeCurrency": {
"name": "Brother",
"symbol": "BRO",
"decimals": 18
},
"infoURL": "https://brochain.org",
"shortName": "bro",
"chainId": 108801,
"networkId": 108801,
"explorers": [{
"name": "BROChain Explorer",
"url": "https://explorer.brochain.org",
"standard": "EIP3091"
}]
}, { }, {
"name": "QuarkChain Devnet Root", "name": "QuarkChain Devnet Root",
"chain": "QuarkChain", "chain": "QuarkChain",

View File

@ -264,6 +264,7 @@
"qkc-s5": "eip155:100006", "qkc-s5": "eip155:100006",
"qkc-s6": "eip155:100007", "qkc-s6": "eip155:100007",
"qkc-s7": "eip155:100008", "qkc-s7": "eip155:100008",
"bro": "eip155:108801",
"qkc-d-r": "eip155:110000", "qkc-d-r": "eip155:110000",
"qkc-d-s0": "eip155:110001", "qkc-d-s0": "eip155:110001",
"qkc-d-s1": "eip155:110002", "qkc-d-s1": "eip155:110002",