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@02fe5abf32 🚀
This commit is contained in:
parent
a7e0d8aca4
commit
9e466c66de
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -986,6 +986,19 @@
|
|||
"rpc": ["https://rpc.fuse.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://fuse.io/"
|
||||
}, {
|
||||
"name": "Fuse Sparknet",
|
||||
"chainId": 123,
|
||||
"shortName": "spark",
|
||||
"networkId": 123,
|
||||
"nativeCurrency": {
|
||||
"name": "Spark",
|
||||
"symbol": "SPARK",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.fusespark.io"],
|
||||
"faucets": ["https://get.fusespark.io"],
|
||||
"infoURL": "https://docs.fuse.io/general/fuse-network-blockchain/fuse-testnet"
|
||||
}, {
|
||||
"name": "Decentralized Web Mainnet",
|
||||
"chainId": 124,
|
||||
|
|
|
@ -1331,6 +1331,21 @@
|
|||
"shortName": "fuse",
|
||||
"chainId": 122,
|
||||
"networkId": 122
|
||||
}, {
|
||||
"name": "Fuse Sparknet",
|
||||
"chain": "fuse",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://rpc.fusespark.io"],
|
||||
"faucets": ["https://get.fusespark.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Spark",
|
||||
"symbol": "SPARK",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://docs.fuse.io/general/fuse-network-blockchain/fuse-testnet",
|
||||
"shortName": "spark",
|
||||
"chainId": 123,
|
||||
"networkId": 123
|
||||
}, {
|
||||
"name": "Decentralized Web Mainnet",
|
||||
"shortName": "dwu",
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
"xpr": "eip155:110",
|
||||
"ETL": "eip155:111",
|
||||
"fuse": "eip155:122",
|
||||
"spark": "eip155:123",
|
||||
"dwu": "eip155:124",
|
||||
"feth": "eip155:127",
|
||||
"heco": "eip155:128",
|
||||
|
|
Loading…
Reference in New Issue
Block a user