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

This commit is contained in:
ligi 2023-01-22 19:22:29 +00:00
parent c8b2f6daf6
commit b9ff4f93a4
6 changed files with 61 additions and 2 deletions

File diff suppressed because one or more lines are too long

26
chains/eip155-868.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "Fantasia Chain Mainnet",
"chain": "FSC",
"rpc": [
"https://mainnet-data1.fantasiachain.com/",
"https://mainnet-data2.fantasiachain.com/",
"https://mainnet-data3.fantasiachain.com/"
],
"faucets": [],
"nativeCurrency": {
"name": "FST",
"symbol": "FST",
"decimals": 18
},
"infoURL": "https://fantasia.technology/",
"shortName": "FSCMainnet",
"chainId": 868,
"networkId": 868,
"explorers": [
{
"name": "FSCScan",
"url": "https://explorer.fantasiachain.com",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -2793,6 +2793,19 @@
"rpc": ["https://rpc.dev.zeeth.io"], "rpc": ["https://rpc.dev.zeeth.io"],
"faucets": [], "faucets": [],
"infoURL": "" "infoURL": ""
}, {
"name": "Fantasia Chain Mainnet",
"chainId": 868,
"shortName": "FSCMainnet",
"networkId": 868,
"nativeCurrency": {
"name": "FST",
"symbol": "FST",
"decimals": 18
},
"rpc": ["https://mainnet-data1.fantasiachain.com/", "https://mainnet-data2.fantasiachain.com/", "https://mainnet-data3.fantasiachain.com/"],
"faucets": [],
"infoURL": "https://fantasia.technology/"
}, { }, {
"name": "Dexit Network", "name": "Dexit Network",
"chainId": 877, "chainId": 877,

View File

@ -4006,6 +4006,25 @@
"url": "https://explorer.dev.zeeth.io", "url": "https://explorer.dev.zeeth.io",
"standard": "none" "standard": "none"
}] }]
}, {
"name": "Fantasia Chain Mainnet",
"chain": "FSC",
"rpc": ["https://mainnet-data1.fantasiachain.com/", "https://mainnet-data2.fantasiachain.com/", "https://mainnet-data3.fantasiachain.com/"],
"faucets": [],
"nativeCurrency": {
"name": "FST",
"symbol": "FST",
"decimals": 18
},
"infoURL": "https://fantasia.technology/",
"shortName": "FSCMainnet",
"chainId": 868,
"networkId": 868,
"explorers": [{
"name": "FSCScan",
"url": "https://explorer.fantasiachain.com",
"standard": "EIP3091"
}]
}, { }, {
"name": "Dexit Network", "name": "Dexit Network",
"chain": "DXT", "chain": "DXT",

View File

@ -214,6 +214,7 @@
"tara": "eip155:841", "tara": "eip155:841",
"taratest": "eip155:842", "taratest": "eip155:842",
"zeethdev": "eip155:859", "zeethdev": "eip155:859",
"FSCMainnet": "eip155:868",
"DXT": "eip155:877", "DXT": "eip155:877",
"ambros": "eip155:880", "ambros": "eip155:880",
"wan": "eip155:888", "wan": "eip155:888",