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

This commit is contained in:
ligi 2022-08-20 16:50:48 +00:00
parent f161c1fbf6
commit 0a17717607
7 changed files with 119 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,27 @@
{
"name": "Dogechain Mainnet",
"chain": "DC",
"rpc": [
"https://rpc-sg.dogechain.dog",
"https://rpc-us.dogechain.dog",
"https://rpc.dogechain.dog",
"https://rpc01-sg.dogechain.dog",
"https://rpc02-sg.dogechain.dog",
"https://rpc03-sg.dogechain.dog"
],
"faucets": [],
"nativeCurrency": {
"name": "Wrapped Dogecoin",
"symbol": "wDOGE",
"decimals": 18
},
"infoURL": "https://dogechain.dog",
"shortName": "dc",
"chainId": 2000,
"networkId": 2000,
"explorers": [{
"name": "dogechain explorer",
"url": "https://explorer.dogechain.dog",
"standard": "EIP3091"
}]
}

24
chains/eip155-568.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "Dogechain Testnet",
"chain": "DC",
"rpc": [
"https://rpc-testnet.dogechain.dog"
],
"faucets": [
"https://faucet.dogechain.dog"
],
"nativeCurrency": {
"name": "Wrapped Dogecoin",
"symbol": "wDOGE",
"decimals": 18
},
"infoURL": "https://dogechain.dog",
"shortName": "dct",
"chainId": 568,
"networkId": 568,
"explorers": [{
"name": "dogechain testnet explorer",
"url": "https://explorer-testnet.dogechain.dog",
"standard": "EIP3091"
}]
}

File diff suppressed because one or more lines are too long

View File

@ -2052,6 +2052,19 @@
"rpc": ["https://rpc.testnet.tao.network", "http://rpc.testnet.tao.network:8545", "https://rpc.tao.network", "wss://rpc.tao.network"],
"faucets": [],
"infoURL": "https://tao.network"
}, {
"name": "Dogechain Testnet",
"chainId": 568,
"shortName": "dct",
"networkId": 568,
"nativeCurrency": {
"name": "Wrapped Dogecoin",
"symbol": "wDOGE",
"decimals": 18
},
"rpc": ["https://rpc-testnet.dogechain.dog"],
"faucets": ["https://faucet.dogechain.dog"],
"infoURL": "https://dogechain.dog"
}, {
"name": "Metis Stardust Testnet",
"chainId": 588,
@ -3118,6 +3131,19 @@
"rpc": ["https://jsonrpc.egem.io/custom"],
"faucets": [],
"infoURL": "https://egem.io"
}, {
"name": "Dogechain Mainnet",
"chainId": 2000,
"shortName": "dc",
"networkId": 2000,
"nativeCurrency": {
"name": "Wrapped Dogecoin",
"symbol": "wDOGE",
"decimals": 18
},
"rpc": ["https://rpc-sg.dogechain.dog", "https://rpc-us.dogechain.dog", "https://rpc.dogechain.dog", "https://rpc01-sg.dogechain.dog", "https://rpc02-sg.dogechain.dog", "https://rpc03-sg.dogechain.dog"],
"faucets": [],
"infoURL": "https://dogechain.dog"
}, {
"name": "Milkomeda C1 Mainnet",
"chainId": 2001,

View File

@ -2899,6 +2899,25 @@
"shortName": "tao",
"chainId": 558,
"networkId": 558
}, {
"name": "Dogechain Testnet",
"chain": "DC",
"rpc": ["https://rpc-testnet.dogechain.dog"],
"faucets": ["https://faucet.dogechain.dog"],
"nativeCurrency": {
"name": "Wrapped Dogecoin",
"symbol": "wDOGE",
"decimals": 18
},
"infoURL": "https://dogechain.dog",
"shortName": "dct",
"chainId": 568,
"networkId": 568,
"explorers": [{
"name": "dogechain testnet explorer",
"url": "https://explorer-testnet.dogechain.dog",
"standard": "EIP3091"
}]
}, {
"name": "Metis Stardust Testnet",
"chain": "ETH",
@ -4354,6 +4373,25 @@
"chainId": 1987,
"networkId": 1987,
"slip44": 1987
}, {
"name": "Dogechain Mainnet",
"chain": "DC",
"rpc": ["https://rpc-sg.dogechain.dog", "https://rpc-us.dogechain.dog", "https://rpc.dogechain.dog", "https://rpc01-sg.dogechain.dog", "https://rpc02-sg.dogechain.dog", "https://rpc03-sg.dogechain.dog"],
"faucets": [],
"nativeCurrency": {
"name": "Wrapped Dogecoin",
"symbol": "wDOGE",
"decimals": 18
},
"infoURL": "https://dogechain.dog",
"shortName": "dc",
"chainId": 2000,
"networkId": 2000,
"explorers": [{
"name": "dogechain explorer",
"url": "https://explorer.dogechain.dog",
"standard": "EIP3091"
}]
}, {
"name": "Milkomeda C1 Mainnet",
"chain": "milkAda",

View File

@ -157,6 +157,7 @@
"CNDL": "eip155:534",
"CLASS": "eip155:555",
"tao": "eip155:558",
"dct": "eip155:568",
"metis-stardust": "eip155:588",
"astr": "eip155:592",
"maca": "eip155:595",
@ -239,6 +240,7 @@
"boya": "eip155:1898",
"euntest": "eip155:1984",
"egem": "eip155:1987",
"dc": "eip155:2000",
"milkAda": "eip155:2001",
"cloudwalk_testnet": "eip155:2008",
"cloudwalk_mainnet": "eip155:2009",