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

This commit is contained in:
ligi 2023-02-08 18:06:43 +00:00
parent 5c6ab01ac1
commit 99806b6cd2
7 changed files with 48 additions and 3 deletions

File diff suppressed because one or more lines are too long

16
chains/eip155-2048.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "Stratos Mainnet",
"chain": "STOS",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "STOS",
"symbol": "STOS",
"decimals": 18
},
"infoURL": "https://www.thestratos.org",
"shortName": "stos-mainnet",
"chainId": 2048,
"networkId": 2048,
"status": "incubating"
}

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 Mainnet",
"chainId": 2048,
"shortName": "stos-mainnet",
"networkId": 2048,
"nativeCurrency": {
"name": "STOS",
"symbol": "STOS",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://www.thestratos.org"
}, { }, {
"name": "Quokkacoin Mainnet", "name": "Quokkacoin Mainnet",
"chainId": 2077, "chainId": 2077,

View File

@ -6273,6 +6273,21 @@
"shortName": "otp", "shortName": "otp",
"chainId": 2043, "chainId": 2043,
"networkId": 2043 "networkId": 2043
}, {
"name": "Stratos Mainnet",
"chain": "STOS",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "STOS",
"symbol": "STOS",
"decimals": 18
},
"infoURL": "https://www.thestratos.org",
"shortName": "stos-mainnet",
"chainId": 2048,
"networkId": 2048,
"status": "incubating"
}, { }, {
"name": "Quokkacoin Mainnet", "name": "Quokkacoin Mainnet",
"chain": "Qkacoin", "chain": "Qkacoin",

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-mainnet": "eip155:2048",
"QKA": "eip155:2077", "QKA": "eip155:2077",
"eco": "eip155:2100", "eco": "eip155:2100",
"esp": "eip155:2101", "esp": "eip155:2101",