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

This commit is contained in:
ligi 2022-12-10 03:44:42 +00:00
parent e7b395ece1
commit fda3fd4ab3
6 changed files with 57 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

@ -0,0 +1,22 @@
{
"name": "Dexit Network",
"chain": "DXT",
"rpc": ["https://dxt.dexit.network"],
"faucets": ["https://faucet.dexit.network"],
"nativeCurrency": {
"name": "Dexit network",
"symbol": "DXT",
"decimals": 18
},
"infoURL": "https://dexit.network",
"shortName": "DXT",
"chainId": 877,
"networkId": 877,
"explorers": [
{
"name": "dxtscan",
"url": "https://dxtscan.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2598,6 +2598,19 @@
"rpc": [],
"faucets": [],
"infoURL": "https://callisto.network"
}, {
"name": "Dexit Network",
"chainId": 877,
"shortName": "DXT",
"networkId": 877,
"nativeCurrency": {
"name": "Dexit network",
"symbol": "DXT",
"decimals": 18
},
"rpc": ["https://dxt.dexit.network"],
"faucets": ["https://faucet.dexit.network"],
"infoURL": "https://dexit.network"
}, {
"name": "Ambros Chain Mainnet",
"chainId": 880,

View File

@ -3689,6 +3689,25 @@
"chainId": 821,
"networkId": 2,
"status": "deprecated"
}, {
"name": "Dexit Network",
"chain": "DXT",
"rpc": ["https://dxt.dexit.network"],
"faucets": ["https://faucet.dexit.network"],
"nativeCurrency": {
"name": "Dexit network",
"symbol": "DXT",
"decimals": 18
},
"infoURL": "https://dexit.network",
"shortName": "DXT",
"chainId": 877,
"networkId": 877,
"explorers": [{
"name": "dxtscan",
"url": "https://dxtscan.com",
"standard": "EIP3091"
}]
}, {
"name": "Ambros Chain Mainnet",
"chain": "ambroschain",

View File

@ -199,6 +199,7 @@
"meer": "eip155:813",
"clo": "eip155:820",
"tclo": "eip155:821",
"DXT": "eip155:877",
"ambros": "eip155:880",
"wan": "eip155:888",
"gar-test-s0": "eip155:900",