mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@3f9d2740db 🚀
This commit is contained in:
parent
c8b2f6daf6
commit
b9ff4f93a4
File diff suppressed because one or more lines are too long
26
chains/eip155-868.json
Normal file
26
chains/eip155-868.json
Normal 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
|
@ -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,
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user