mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add STEP Main and Test networks (#1824)
This commit is contained in:
parent
4227e6fa2d
commit
08a783ac2f
30
_data/chains/eip155-1234.json
Normal file
30
_data/chains/eip155-1234.json
Normal 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" }]
|
||||||
|
}
|
||||||
|
}
|
29
_data/chains/eip155-12345.json
Normal file
29
_data/chains/eip155-12345.json
Normal 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
8
_data/icons/step.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmVp9jyb3UFW71867yVtymmiRw7dPY4BTnsp3hEjr9tn8L",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user