chains/_data/chains/eip155-12345.json
2022-11-07 17:28:17 +01:00

30 lines
606 B
JSON

{
"name": "Step Testnet",
"title": "Step Test Network",
"chain": "STEP",
"icon": "step",
"rpc": ["https://rpc.testnet.step.network"],
"faucets": ["https://faucet.step.network"],
"nativeCurrency": {
"name": "FITFI",
"symbol": "FITFI",
"decimals": 18
},
"infoURL": "https://step.network",
"shortName": "steptest",
"chainId": 12345,
"networkId": 12345,
"explorers": [
{
"name": "StepScan",
"url": "https://testnet.stepscan.io",
"icon": "step",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-43113"
}
}