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