chains/_data/chains/eip155-8899.json
2022-12-29 13:27:44 +01:00

24 lines
496 B
JSON

{
"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"
}
]
}