mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
31 lines
614 B
JSON
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" }]
|
|
}
|
|
}
|