mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* update list to include SKALE-Chaos Testnet * Update _data/chains/eip155-1351057110.json * Update _data/icons/chaos.json * ran prettier and gradel locally --------- Co-authored-by: ligi <ligi@ligi.de>
25 lines
677 B
JSON
25 lines
677 B
JSON
{
|
|
"name": "Chaos (SKALE Testnet)",
|
|
"title": "Chaos Testnet",
|
|
"chain": "staging-fast-active-bellatrix",
|
|
"rpc": ["https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"],
|
|
"faucets": ["https://sfuel.skale.network/staging/chaos"],
|
|
"nativeCurrency": {
|
|
"name": "sFUEL",
|
|
"symbol": "sFUEL",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://docs.skale.network/develop/",
|
|
"shortName": "chaos-tenet",
|
|
"chainId": 1351057110,
|
|
"networkId": 1351057110,
|
|
"explorers": [
|
|
{
|
|
"name": "Blockscout",
|
|
"url": "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com",
|
|
"icon": "chaos",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|