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

This commit is contained in:
ligi 2023-02-08 19:47:42 +00:00
parent 99806b6cd2
commit 351e89a60b
8 changed files with 68 additions and 4 deletions

File diff suppressed because one or more lines are too long

27
chains/eip155-2047.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "Stratos Testnet",
"chain": "STOS",
"rpc": ["https://web3-testnet-rpc.thestratos.org"],
"faucets": [],
"nativeCurrency": {
"name": "STOS",
"symbol": "STOS",
"decimals": 18
},
"infoURL": "https://www.thestratos.org",
"shortName": "stos-testnet",
"chainId": 2047,
"networkId": 2047,
"explorers": [
{
"name": "Stratos EVM Explorer (Blockscout)",
"url": "https://web3-testnet-explorer.thestratos.org",
"standard": "none"
},
{
"name": "Stratos Cosmos Explorer (BigDipper)",
"url": "https://big-dipper-dev.thestratos.org",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -4366,6 +4366,19 @@
"rpc": ["https://astrosat.origintrail.network", "wss://parachain-rpc.origin-trail.network"], "rpc": ["https://astrosat.origintrail.network", "wss://parachain-rpc.origin-trail.network"],
"faucets": [], "faucets": [],
"infoURL": "https://parachain.origintrail.io" "infoURL": "https://parachain.origintrail.io"
}, {
"name": "Stratos Testnet",
"chainId": 2047,
"shortName": "stos-testnet",
"networkId": 2047,
"nativeCurrency": {
"name": "STOS",
"symbol": "STOS",
"decimals": 18
},
"rpc": ["https://web3-testnet-rpc.thestratos.org"],
"faucets": [],
"infoURL": "https://www.thestratos.org"
}, { }, {
"name": "Stratos Mainnet", "name": "Stratos Mainnet",
"chainId": 2048, "chainId": 2048,

View File

@ -6273,6 +6273,29 @@
"shortName": "otp", "shortName": "otp",
"chainId": 2043, "chainId": 2043,
"networkId": 2043 "networkId": 2043
}, {
"name": "Stratos Testnet",
"chain": "STOS",
"rpc": ["https://web3-testnet-rpc.thestratos.org"],
"faucets": [],
"nativeCurrency": {
"name": "STOS",
"symbol": "STOS",
"decimals": 18
},
"infoURL": "https://www.thestratos.org",
"shortName": "stos-testnet",
"chainId": 2047,
"networkId": 2047,
"explorers": [{
"name": "Stratos EVM Explorer (Blockscout)",
"url": "https://web3-testnet-explorer.thestratos.org",
"standard": "none"
}, {
"name": "Stratos Cosmos Explorer (BigDipper)",
"url": "https://big-dipper-dev.thestratos.org",
"standard": "none"
}]
}, { }, {
"name": "Stratos Mainnet", "name": "Stratos Mainnet",
"chain": "STOS", "chain": "STOS",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -335,6 +335,7 @@
"taycan-testnet": "eip155:2023", "taycan-testnet": "eip155:2023",
"rpg": "eip155:2025", "rpg": "eip155:2025",
"otp": "eip155:2043", "otp": "eip155:2043",
"stos-testnet": "eip155:2047",
"stos-mainnet": "eip155:2048", "stos-mainnet": "eip155:2048",
"QKA": "eip155:2077", "QKA": "eip155:2077",
"eco": "eip155:2100", "eco": "eip155:2100",