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@d51b07f0ca 🚀
This commit is contained in:
parent
64945d4e6d
commit
e6a2710b37
|
@ -374,6 +374,14 @@
|
|||
"height": 830,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "brnkc",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv",
|
||||
"width": 1067,
|
||||
"height": 1067,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "blocksscan",
|
||||
"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
19
chains/eip155-641230.json
Normal 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
|
@ -7863,6 +7863,19 @@
|
|||
"rpc": ["https://prealpha-rpc.scroll.io/l2"],
|
||||
"faucets": ["https://prealpha.scroll.io/faucet"],
|
||||
"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",
|
||||
"chainId": 666666,
|
||||
|
|
|
@ -11622,6 +11622,21 @@
|
|||
"url": "https://l2scan.scroll.io",
|
||||
"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",
|
||||
"chain": "Vision-Vpioneer",
|
||||
|
|
8
icons/brnkc.json
Normal file
8
icons/brnkc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv",
|
||||
"width": 1067,
|
||||
"height": 1067,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv
Normal file
BIN
iconsDownload/QmQqhH28QpUrreoRw5Gj8YShzdHxxVGMjfVrx3TqJNLSLv
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
|
@ -604,6 +604,7 @@
|
|||
"scr": "eip155:534352",
|
||||
"scr-goerli": "eip155:534353",
|
||||
"scr-prealpha": "eip155:534354",
|
||||
"BRNKC": "eip155:641230",
|
||||
"vpioneer": "eip155:666666",
|
||||
"octa": "eip155:800001",
|
||||
"bloqs4good": "eip155:846000",
|
||||
|
|
Loading…
Reference in New Issue
Block a user