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@1a627851a4 🚀
This commit is contained in:
parent
d5671a110f
commit
38931beb44
|
@ -1326,6 +1326,14 @@
|
|||
"height": 768,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "jbc",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmZRBRh7GNbG3Ha9cT49pAFLJUQFhPZNAtG5ukRLXw1fpV",
|
||||
"width": 800,
|
||||
"height": 800,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "coston",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-8899.json
Normal file
23
chains/eip155-8899.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "JIBCHAIN L1",
|
||||
"chain": "JBC",
|
||||
"rpc": ["https://rpc-l1.jibchain.net"],
|
||||
"faucets": [],
|
||||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||
"nativeCurrency": {
|
||||
"name": "JIBCOIN",
|
||||
"symbol": "JBC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://jibchain.net",
|
||||
"shortName": "jbc",
|
||||
"chainId": 8899,
|
||||
"networkId": 8899,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "JIBCHAIN Explorer",
|
||||
"url": "https://exp-l1.jibchain.net",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -5354,6 +5354,19 @@
|
|||
"rpc": ["https://dataseed.mmtscan.io", "https://dataseed1.mmtscan.io", "https://dataseed2.mmtscan.io"],
|
||||
"faucets": ["https://faucet.mmtscan.io/"],
|
||||
"infoURL": "https://mmtchain.io/"
|
||||
}, {
|
||||
"name": "JIBCHAIN L1",
|
||||
"chainId": 8899,
|
||||
"shortName": "jbc",
|
||||
"networkId": 8899,
|
||||
"nativeCurrency": {
|
||||
"name": "JIBCOIN",
|
||||
"symbol": "JBC",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc-l1.jibchain.net"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://jibchain.net"
|
||||
}, {
|
||||
"name": "bloxberg",
|
||||
"chainId": 8995,
|
||||
|
|
|
@ -7770,6 +7770,30 @@
|
|||
"standard": "EIP3091",
|
||||
"icon": "mmt"
|
||||
}]
|
||||
}, {
|
||||
"name": "JIBCHAIN L1",
|
||||
"chain": "JBC",
|
||||
"rpc": ["https://rpc-l1.jibchain.net"],
|
||||
"faucets": [],
|
||||
"features": [{
|
||||
"name": "EIP155"
|
||||
}, {
|
||||
"name": "EIP1559"
|
||||
}],
|
||||
"nativeCurrency": {
|
||||
"name": "JIBCOIN",
|
||||
"symbol": "JBC",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://jibchain.net",
|
||||
"shortName": "jbc",
|
||||
"chainId": 8899,
|
||||
"networkId": 8899,
|
||||
"explorers": [{
|
||||
"name": "JIBCHAIN Explorer",
|
||||
"url": "https://exp-l1.jibchain.net",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "bloxberg",
|
||||
"chain": "bloxberg",
|
||||
|
|
8
icons/jbc.json
Normal file
8
icons/jbc.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmZRBRh7GNbG3Ha9cT49pAFLJUQFhPZNAtG5ukRLXw1fpV",
|
||||
"width": 800,
|
||||
"height": 800,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
624
iconsDownload/QmZRBRh7GNbG3Ha9cT49pAFLJUQFhPZNAtG5ukRLXw1fpV
Normal file
624
iconsDownload/QmZRBRh7GNbG3Ha9cT49pAFLJUQFhPZNAtG5ukRLXw1fpV
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 4.3 MiB |
|
@ -411,6 +411,7 @@
|
|||
"ambrostestnet": "eip155:8888",
|
||||
"vsc": "eip155:8889",
|
||||
"mmt": "eip155:8898",
|
||||
"jbc": "eip155:8899",
|
||||
"berg": "eip155:8995",
|
||||
"evmos-testnet": "eip155:9000",
|
||||
"evmos": "eip155:9001",
|
||||
|
|
Loading…
Reference in New Issue
Block a user