Add STEP Main and Test networks (#1824)

This commit is contained in:
Kirill Varlamov 2022-11-04 18:17:16 +04:00 committed by GitHub
parent 4227e6fa2d
commit 08a783ac2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,30 @@
{
"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" }]
}
}

View File

@ -0,0 +1,29 @@
{
"name": "Step Testnet",
"title": "Step Test Network",
"chain": "STEP",
"icon": "step",
"rpc": ["https://testnet.rpc.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"
}
}

8
_data/icons/step.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVp9jyb3UFW71867yVtymmiRw7dPY4BTnsp3hEjr9tn8L",
"width": 512,
"height": 512,
"format": "png"
}
]