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

This commit is contained in:
ligi 2022-12-29 12:31:45 +00:00
parent d5671a110f
commit 38931beb44
10 changed files with 704 additions and 3 deletions

View File

@ -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
View 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

View File

@ -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,

View File

@ -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
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZRBRh7GNbG3Ha9cT49pAFLJUQFhPZNAtG5ukRLXw1fpV",
"width": 800,
"height": 800,
"format": "svg"
}
]

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.3 MiB

View File

@ -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",