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

This commit is contained in:
ligi 2023-01-02 16:55:28 +00:00
parent 008dd04c3b
commit 036ca9c5f5
9 changed files with 53 additions and 32 deletions

View File

@ -1422,6 +1422,14 @@
"height": 512, "height": 512,
"format": "svg" "format": "svg"
}] }]
}, {
"name": "xeta",
"icons": [{
"url": "ipfs://QmeEMyhg51fsksmEcCLuc7K6mynaxfFg4NNP4ZMFVwJZ7y",
"width": 200,
"height": 200,
"format": "png"
}]
}, { }, {
"name": "kek", "name": "kek",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,22 +1,25 @@
{ {
"name": "Ambros Chain Testnet", "name": "XANAChain",
"chain": "ambroschain", "chain": "XANAChain",
"rpc": ["https://api.testnet.ambros.network"], "rpc": ["https://mainnet.xana.net/rpc"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "AMBROS", "name": "XETA",
"symbol": "AMBROS", "symbol": "XETA",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://test.ambros.network",
"shortName": "ambrostestnet", "infoURL": "https://xanachain.xana.net/",
"shortName": "XANAChain",
"chainId": 8888, "chainId": 8888,
"networkId": 8888, "networkId": 8888,
"icon": "xeta",
"explorers": [ "explorers": [
{ {
"name": "Ambros Chain Explorer", "name": "XANAChain",
"url": "https://testnet.ambrosscan.com", "url": "https://xanachain.xana.net",
"standard": "none" "standard": "EIP3091"
} }
] ],
"redFlags": ["reusedChainId"]
} }

File diff suppressed because one or more lines are too long

View File

@ -5316,18 +5316,18 @@
"faucets": [], "faucets": [],
"infoURL": "https://alph.network" "infoURL": "https://alph.network"
}, { }, {
"name": "Ambros Chain Testnet", "name": "XANAChain",
"chainId": 8888, "chainId": 8888,
"shortName": "ambrostestnet", "shortName": "XANAChain",
"networkId": 8888, "networkId": 8888,
"nativeCurrency": { "nativeCurrency": {
"name": "AMBROS", "name": "XETA",
"symbol": "AMBROS", "symbol": "XETA",
"decimals": 18 "decimals": 18
}, },
"rpc": ["https://api.testnet.ambros.network"], "rpc": ["https://mainnet.xana.net/rpc"],
"faucets": [], "faucets": [],
"infoURL": "https://test.ambros.network" "infoURL": "https://xanachain.xana.net/"
}, { }, {
"name": "Vyvo Smart Chain", "name": "Vyvo Smart Chain",
"chainId": 8889, "chainId": 8889,

View File

@ -7716,24 +7716,26 @@
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, { }, {
"name": "Ambros Chain Testnet", "name": "XANAChain",
"chain": "ambroschain", "chain": "XANAChain",
"rpc": ["https://api.testnet.ambros.network"], "rpc": ["https://mainnet.xana.net/rpc"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "AMBROS", "name": "XETA",
"symbol": "AMBROS", "symbol": "XETA",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://test.ambros.network", "infoURL": "https://xanachain.xana.net/",
"shortName": "ambrostestnet", "shortName": "XANAChain",
"chainId": 8888, "chainId": 8888,
"networkId": 8888, "networkId": 8888,
"icon": "xeta",
"explorers": [{ "explorers": [{
"name": "Ambros Chain Explorer", "name": "XANAChain",
"url": "https://testnet.ambrosscan.com", "url": "https://xanachain.xana.net",
"standard": "none" "standard": "EIP3091"
}] }],
"redFlags": ["reusedChainId"]
}, { }, {
"name": "Vyvo Smart Chain", "name": "Vyvo Smart Chain",
"chain": "VSC", "chain": "VSC",

8
icons/xeta.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmeEMyhg51fsksmEcCLuc7K6mynaxfFg4NNP4ZMFVwJZ7y",
"width": 200,
"height": 200,
"format": "png"
}
]

View File

@ -408,7 +408,7 @@
"olo": "eip155:8723", "olo": "eip155:8723",
"tolo": "eip155:8724", "tolo": "eip155:8724",
"alph": "eip155:8738", "alph": "eip155:8738",
"ambrostestnet": "eip155:8888", "XANAChain": "eip155:8888",
"vsc": "eip155:8889", "vsc": "eip155:8889",
"mmt": "eip155:8898", "mmt": "eip155:8898",
"jbc": "eip155:8899", "jbc": "eip155:8899",