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

This commit is contained in:
ligi 2023-03-24 13:56:49 +00:00
parent 86b0a0d17c
commit 8e3e615e82
10 changed files with 118 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "http://doschain.io/", "infoURL": "http://doschain.io/",
"shortName": "DOS", "shortName": "TDOS",
"chainId": 1311, "chainId": 1311,
"networkId": 1311, "networkId": 1311,
"explorers": [ "explorers": [

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

@ -0,0 +1,22 @@
{
"name": "DOS Tesnet",
"chain": "DOS",
"rpc": ["https://test.doschain.com"],
"faucets": [],
"nativeCurrency": {
"name": "DOS",
"symbol": "DOS",
"decimals": 18
},
"infoURL": "http://doschain.io/",
"shortName": "dost",
"chainId": 3939,
"networkId": 3939,
"explorers": [
{
"name": "DOScan-Test",
"url": "https://test.doscan.io",
"standard": "EIP3091"
}
]
}

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

@ -0,0 +1,22 @@
{
"name": "DOS Chain",
"chain": "DOS",
"rpc": ["https://main.doschain.com"],
"faucets": [],
"nativeCurrency": {
"name": "DOS",
"symbol": "DOS",
"decimals": 18
},
"infoURL": "https://doschain.io",
"shortName": "dos",
"chainId": 7979,
"networkId": 7979,
"explorers": [
{
"name": "DOScan",
"url": "https://doscan.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -3966,7 +3966,7 @@
}, { }, {
"name": "Dos Fuji Subnet", "name": "Dos Fuji Subnet",
"chainId": 1311, "chainId": 1311,
"shortName": "DOS", "shortName": "TDOS",
"networkId": 1311, "networkId": 1311,
"nativeCurrency": { "nativeCurrency": {
"name": "Dos Native Token", "name": "Dos Native Token",
@ -5393,6 +5393,19 @@
"rpc": ["https://www.dracscan.com/rpc"], "rpc": ["https://www.dracscan.com/rpc"],
"faucets": ["https://www.dracscan.io/faucet"], "faucets": ["https://www.dracscan.io/faucet"],
"infoURL": "https://drac.io/" "infoURL": "https://drac.io/"
}, {
"name": "DOS Tesnet",
"chainId": 3939,
"shortName": "dost",
"networkId": 3939,
"nativeCurrency": {
"name": "DOS",
"symbol": "DOS",
"decimals": 18
},
"rpc": ["https://test.doschain.com"],
"faucets": [],
"infoURL": "http://doschain.io/"
}, { }, {
"name": "DYNO Mainnet", "name": "DYNO Mainnet",
"chainId": 3966, "chainId": 3966,
@ -6095,6 +6108,19 @@
"rpc": ["https://hatlas.rpc.hazlor.com:8545", "wss://hatlas.rpc.hazlor.com:8546"], "rpc": ["https://hatlas.rpc.hazlor.com:8545", "wss://hatlas.rpc.hazlor.com:8546"],
"faucets": ["https://faucet.hazlor.com"], "faucets": ["https://faucet.hazlor.com"],
"infoURL": "https://hazlor.com" "infoURL": "https://hazlor.com"
}, {
"name": "DOS Chain",
"chainId": 7979,
"shortName": "dos",
"networkId": 7979,
"nativeCurrency": {
"name": "DOS",
"symbol": "DOS",
"decimals": 18
},
"rpc": ["https://main.doschain.com"],
"faucets": [],
"infoURL": "https://doschain.io"
}, { }, {
"name": "Teleport", "name": "Teleport",
"chainId": 8000, "chainId": 8000,

View File

@ -5796,7 +5796,7 @@
"decimals": 18 "decimals": 18
}, },
"infoURL": "http://doschain.io/", "infoURL": "http://doschain.io/",
"shortName": "DOS", "shortName": "TDOS",
"chainId": 1311, "chainId": 1311,
"networkId": 1311, "networkId": 1311,
"explorers": [{ "explorers": [{
@ -7980,6 +7980,25 @@
"url": "https://www.dracscan.io", "url": "https://www.dracscan.io",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "DOS Tesnet",
"chain": "DOS",
"rpc": ["https://test.doschain.com"],
"faucets": [],
"nativeCurrency": {
"name": "DOS",
"symbol": "DOS",
"decimals": 18
},
"infoURL": "http://doschain.io/",
"shortName": "dost",
"chainId": 3939,
"networkId": 3939,
"explorers": [{
"name": "DOScan-Test",
"url": "https://test.doscan.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "DYNO Mainnet", "name": "DYNO Mainnet",
"chain": "DYNO", "chain": "DYNO",
@ -9085,6 +9104,25 @@
"url": "https://explorer.hazlor.com", "url": "https://explorer.hazlor.com",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "DOS Chain",
"chain": "DOS",
"rpc": ["https://main.doschain.com"],
"faucets": [],
"nativeCurrency": {
"name": "DOS",
"symbol": "DOS",
"decimals": 18
},
"infoURL": "https://doschain.io",
"shortName": "dos",
"chainId": 7979,
"networkId": 7979,
"explorers": [{
"name": "DOScan",
"url": "https://doscan.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "Teleport", "name": "Teleport",
"chain": "Teleport", "chain": "Teleport",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -304,7 +304,7 @@
"mrock": "eip155:1288", "mrock": "eip155:1288",
"Bobabeam": "eip155:1294", "Bobabeam": "eip155:1294",
"Bobabase": "eip155:1297", "Bobabase": "eip155:1297",
"DOS": "eip155:1311", "TDOS": "eip155:1311",
"alyx": "eip155:1314", "alyx": "eip155:1314",
"aitd": "eip155:1319", "aitd": "eip155:1319",
"aitdtestnet": "eip155:1320", "aitdtestnet": "eip155:1320",
@ -414,6 +414,7 @@
"csb": "eip155:3737", "csb": "eip155:3737",
"alv": "eip155:3797", "alv": "eip155:3797",
"drac": "eip155:3912", "drac": "eip155:3912",
"dost": "eip155:3939",
"dyno": "eip155:3966", "dyno": "eip155:3966",
"tdyno": "eip155:3967", "tdyno": "eip155:3967",
"ycc": "eip155:3999", "ycc": "eip155:3999",
@ -468,6 +469,7 @@
"canto": "eip155:7700", "canto": "eip155:7700",
"RiseOfTheWarbotsTestnet": "eip155:7777", "RiseOfTheWarbotsTestnet": "eip155:7777",
"tscas": "eip155:7878", "tscas": "eip155:7878",
"dos": "eip155:7979",
"teleport": "eip155:8000", "teleport": "eip155:8000",
"teleport-testnet": "eip155:8001", "teleport-testnet": "eip155:8001",
"mdgl": "eip155:8029", "mdgl": "eip155:8029",