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

This commit is contained in:
ligi 2023-01-13 14:45:06 +00:00
parent 64945d4e6d
commit e6a2710b37
10 changed files with 67 additions and 3 deletions

View File

@ -374,6 +374,14 @@
"height": 830, "height": 830,
"format": "png" "format": "png"
}] }]
}, {
"name": "brnkc",
"icons": [{
"url": "ipfs://QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv",
"width": 1067,
"height": 1067,
"format": "png"
}]
}, { }, {
"name": "blocksscan", "name": "blocksscan",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

19
chains/eip155-641230.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Bear Network Chain Mainnet",
"chain": "BRNKC",
"icon": "brnkc",
"rpc": [
"https://brnkc-mainnet.bearnetwork.net",
"https://brnkc-mainnet1.bearnetwork.net"
],
"faucets": [],
"nativeCurrency": {
"name": "Bear Network Chain Native Token",
"symbol": "BRNKC",
"decimals": 18
},
"infoURL": "https://bearnetwork.net",
"shortName": "BRNKC",
"chainId": 641230,
"networkId": 641230
}

File diff suppressed because one or more lines are too long

View File

@ -7863,6 +7863,19 @@
"rpc": ["https://prealpha-rpc.scroll.io/l2"], "rpc": ["https://prealpha-rpc.scroll.io/l2"],
"faucets": ["https://prealpha.scroll.io/faucet"], "faucets": ["https://prealpha.scroll.io/faucet"],
"infoURL": "https://scroll.io" "infoURL": "https://scroll.io"
}, {
"name": "Bear Network Chain Mainnet",
"chainId": 641230,
"shortName": "BRNKC",
"networkId": 641230,
"nativeCurrency": {
"name": "Bear Network Chain Native Token",
"symbol": "BRNKC",
"decimals": 18
},
"rpc": ["https://brnkc-mainnet.bearnetwork.net", "https://brnkc-mainnet1.bearnetwork.net"],
"faucets": [],
"infoURL": "https://bearnetwork.net"
}, { }, {
"name": "Vision - Vpioneer Test Chain", "name": "Vision - Vpioneer Test Chain",
"chainId": 666666, "chainId": 666666,

View File

@ -11622,6 +11622,21 @@
"url": "https://l2scan.scroll.io", "url": "https://l2scan.scroll.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Bear Network Chain Mainnet",
"chain": "BRNKC",
"icon": "brnkc",
"rpc": ["https://brnkc-mainnet.bearnetwork.net", "https://brnkc-mainnet1.bearnetwork.net"],
"faucets": [],
"nativeCurrency": {
"name": "Bear Network Chain Native Token",
"symbol": "BRNKC",
"decimals": 18
},
"infoURL": "https://bearnetwork.net",
"shortName": "BRNKC",
"chainId": 641230,
"networkId": 641230
}, { }, {
"name": "Vision - Vpioneer Test Chain", "name": "Vision - Vpioneer Test Chain",
"chain": "Vision-Vpioneer", "chain": "Vision-Vpioneer",

8
icons/brnkc.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv",
"width": 1067,
"height": 1067,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@ -604,6 +604,7 @@
"scr": "eip155:534352", "scr": "eip155:534352",
"scr-goerli": "eip155:534353", "scr-goerli": "eip155:534353",
"scr-prealpha": "eip155:534354", "scr-prealpha": "eip155:534354",
"BRNKC": "eip155:641230",
"vpioneer": "eip155:666666", "vpioneer": "eip155:666666",
"octa": "eip155:800001", "octa": "eip155:800001",
"bloqs4good": "eip155:846000", "bloqs4good": "eip155:846000",