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

This commit is contained in:
ligi 2022-11-29 01:48:44 +00:00
parent 4ae9597700
commit 1c5080fa1a
7 changed files with 114 additions and 2 deletions

File diff suppressed because one or more lines are too long

23
chains/eip155-13000.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "SPS",
"chain": "SPS",
"rpc": ["https://marketplace.ssquad.games"],
"faucets": [],
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"infoURL": "https://ssquad.games/",
"shortName": "SPS",
"chainId": 13000,
"networkId": 13000,
"explorers": [
{
"name": "SPS Explorer",
"url": "http://spsscan.ssquad.games",
"standard": "EIP3091"
}
],
"status": "incubating"
}

22
chains/eip155-14000.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "SPS Testnet",
"chain": "SPS-Testnet",
"rpc": ["https://www.3sps.net"],
"faucets": [],
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"infoURL": "https://ssquad.games/",
"shortName": "SPS-Test",
"chainId": 14000,
"networkId": 14000,
"explorers": [
{
"name": "SPS Test Explorer",
"url": "https://explorer.3sps.net",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5263,6 +5263,19 @@
"rpc": ["https://rpc.testnet.step.network"],
"faucets": ["https://faucet.step.network"],
"infoURL": "https://step.network"
}, {
"name": "SPS",
"chainId": 13000,
"shortName": "SPS",
"networkId": 13000,
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"rpc": ["https://marketplace.ssquad.games"],
"faucets": [],
"infoURL": "https://ssquad.games/"
}, {
"name": "Phoenix Mainnet",
"chainId": 13381,
@ -5276,6 +5289,19 @@
"rpc": ["https://rpc.phoenixplorer.com/"],
"faucets": [],
"infoURL": "https://cryptophoenix.org/phoenix"
}, {
"name": "SPS Testnet",
"chainId": 14000,
"shortName": "SPS-Test",
"networkId": 14000,
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"rpc": ["https://www.3sps.net"],
"faucets": [],
"infoURL": "https://ssquad.games/"
}, {
"name": "Trust EVM Testnet",
"chainId": 15555,

View File

@ -7598,6 +7598,26 @@
"type": "L2",
"chain": "eip155-43113"
}
}, {
"name": "SPS",
"chain": "SPS",
"rpc": ["https://marketplace.ssquad.games"],
"faucets": [],
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"infoURL": "https://ssquad.games/",
"shortName": "SPS",
"chainId": 13000,
"networkId": 13000,
"explorers": [{
"name": "SPS Explorer",
"url": "http://spsscan.ssquad.games",
"standard": "EIP3091"
}],
"status": "incubating"
}, {
"name": "Phoenix Mainnet",
"chain": "Phoenix",
@ -7619,6 +7639,25 @@
"icon": "phoenixplorer",
"standard": "EIP3091"
}]
}, {
"name": "SPS Testnet",
"chain": "SPS-Testnet",
"rpc": ["https://www.3sps.net"],
"faucets": [],
"nativeCurrency": {
"name": "ECG",
"symbol": "ECG",
"decimals": 18
},
"infoURL": "https://ssquad.games/",
"shortName": "SPS-Test",
"chainId": 14000,
"networkId": 14000,
"explorers": [{
"name": "SPS Test Explorer",
"url": "https://explorer.3sps.net",
"standard": "EIP3091"
}]
}, {
"name": "Trust EVM Testnet",
"chain": "Trust EVM Testnet",

View File

@ -404,7 +404,9 @@
"tZERO": "eip155:12051",
"ZERO": "eip155:12052",
"steptest": "eip155:12345",
"SPS": "eip155:13000",
"Phoenix": "eip155:13381",
"SPS-Test": "eip155:14000",
"TrustTestnet": "eip155:15555",
"mtt": "eip155:16000",
"mtttest": "eip155:16001",