Deploying to gh-pages from @ ethereum-lists/chains@08a783ac2f 🚀

This commit is contained in:
ligi 2022-11-04 14:20:58 +00:00
parent 5a73d7aa4f
commit b0b2f9f759
10 changed files with 161 additions and 3 deletions

View File

@ -500,6 +500,14 @@
"height": 528, "height": 528,
"format": "png" "format": "png"
}] }]
}, {
"name": "step",
"icons": [{
"url": "ipfs://QmVp9jyb3UFW71867yVtymmiRw7dPY4BTnsp3hEjr9tn8L",
"width": 512,
"height": 512,
"format": "png"
}]
}, { }, {
"name": "omlira", "name": "omlira",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

30
chains/eip155-1234.json Normal file
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" }]
}
}

29
chains/eip155-12345.json Normal file
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"
}
}

File diff suppressed because one or more lines are too long

View File

@ -3001,6 +3001,19 @@
"rpc": ["https://ultron-rpc.net"], "rpc": ["https://ultron-rpc.net"],
"faucets": [], "faucets": [],
"infoURL": "https://ultron.foundation" "infoURL": "https://ultron.foundation"
}, {
"name": "Step Network",
"chainId": 1234,
"shortName": "step",
"networkId": 1234,
"nativeCurrency": {
"name": "FITFI",
"symbol": "FITFI",
"decimals": 18
},
"rpc": ["https://rpc.step.network"],
"faucets": [],
"infoURL": "https://step.network"
}, { }, {
"name": "OM Platform Mainnet", "name": "OM Platform Mainnet",
"chainId": 1246, "chainId": 1246,
@ -4873,6 +4886,19 @@
"rpc": ["https://zerorpc.singularity.gold"], "rpc": ["https://zerorpc.singularity.gold"],
"faucets": ["https://zeroscan.singularity.gold"], "faucets": ["https://zeroscan.singularity.gold"],
"infoURL": "https://www.singularity.gold" "infoURL": "https://www.singularity.gold"
}, {
"name": "Step Testnet",
"chainId": 12345,
"shortName": "steptest",
"networkId": 12345,
"nativeCurrency": {
"name": "FITFI",
"symbol": "FITFI",
"decimals": 18
},
"rpc": ["https://testnet.rpc.step.network"],
"faucets": ["https://faucet.step.network"],
"infoURL": "https://step.network"
}, { }, {
"name": "Phoenix Mainnet", "name": "Phoenix Mainnet",
"chainId": 13381, "chainId": 13381,

View File

@ -4236,6 +4236,35 @@
"icon": "ultron", "icon": "ultron",
"standard": "none" "standard": "none"
}] }]
}, {
"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"
}]
}
}, { }, {
"name": "OM Platform Mainnet", "name": "OM Platform Mainnet",
"chain": "omplatform", "chain": "omplatform",
@ -6994,6 +7023,32 @@
"url": "https://zeroscan.singularity.gold", "url": "https://zeroscan.singularity.gold",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"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"
}
}, { }, {
"name": "Phoenix Mainnet", "name": "Phoenix Mainnet",
"chain": "Phoenix", "chain": "Phoenix",

8
icons/step.json Normal file
View File

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

View File

@ -230,6 +230,7 @@
"enter": "eip155:1214", "enter": "eip155:1214",
"UltronTestnet": "eip155:1230", "UltronTestnet": "eip155:1230",
"UtronMainnet": "eip155:1231", "UtronMainnet": "eip155:1231",
"step": "eip155:1234",
"om": "eip155:1246", "om": "eip155:1246",
"HO": "eip155:1280", "HO": "eip155:1280",
"mbeam": "eip155:1284", "mbeam": "eip155:1284",
@ -374,6 +375,7 @@
"SAN": "eip155:11888", "SAN": "eip155:11888",
"tZERO": "eip155:12051", "tZERO": "eip155:12051",
"ZERO": "eip155:12052", "ZERO": "eip155:12052",
"steptest": "eip155:12345",
"Phoenix": "eip155:13381", "Phoenix": "eip155:13381",
"TrustTestnet": "eip155:15555", "TrustTestnet": "eip155:15555",
"mtt": "eip155:16000", "mtt": "eip155:16000",