chains/_data/chains/eip155-1234.json
2022-11-04 15:17:16 +01:00

31 lines
614 B
JSON

{
"name": "Step Network",
"title": "Step Main Network",
"chain": "STEP",
"icon": "step",
"rpc": ["https://rpc.step.network"],
"faucets": [],
"nativeCurrency": {
"name": "FITFI",
"symbol": "FITFI",
"decimals": 18
},
"infoURL": "https://step.network",
"shortName": "step",
"chainId": 1234,
"networkId": 1234,
"explorers": [
{
"name": "StepScan",
"url": "https://stepscan.io",
"icon": "step",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-43114",
"bridges": [{ "url": "https://bridge.step.network" }]
}
}