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@381d53a364 🚀
This commit is contained in:
parent
6290cdaf39
commit
873ff8043b
File diff suppressed because one or more lines are too long
|
@ -2,8 +2,11 @@
|
|||
"name": "Filecoin - Hyperspace testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.hyperspace.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://hyperspace.filtest.network/#faucet"],
|
||||
"rpc": [
|
||||
"https://api.hyperspace.node.glif.io/rpc/v1",
|
||||
"https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"
|
||||
],
|
||||
"faucets": ["https://hyperspace.yoga/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
"symbol": "tFIL",
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
"name": "Filecoin - Wallaby testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://wallaby.network/#faucet"],
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://wallaby.yoga/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
"symbol": "tFIL",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Filecoin - Calibration testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4597,8 +4597,8 @@
|
|||
"symbol": "tFIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://api.hyperspace.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://hyperspace.filtest.network/#faucet"],
|
||||
"rpc": ["https://api.hyperspace.node.glif.io/rpc/v1", "https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"],
|
||||
"faucets": ["https://hyperspace.yoga/#faucet"],
|
||||
"infoURL": "https://filecoin.io"
|
||||
}, {
|
||||
"name": "Debounce Subnet Testnet",
|
||||
|
@ -6508,8 +6508,8 @@
|
|||
"symbol": "tFIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://wallaby.network/#faucet"],
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://wallaby.yoga/#faucet"],
|
||||
"infoURL": "https://filecoin.io"
|
||||
}, {
|
||||
"name": "Bitgert Mainnet",
|
||||
|
@ -7873,7 +7873,7 @@
|
|||
"symbol": "tFIL",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||
"infoURL": "https://filecoin.io"
|
||||
}, {
|
||||
|
|
|
@ -6606,8 +6606,8 @@
|
|||
"name": "Filecoin - Hyperspace testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.hyperspace.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://hyperspace.filtest.network/#faucet"],
|
||||
"rpc": ["https://api.hyperspace.node.glif.io/rpc/v1", "https://filecoin-hyperspace.chainstacklabs.com/rpc/v1"],
|
||||
"faucets": ["https://hyperspace.yoga/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
"symbol": "tFIL",
|
||||
|
@ -9520,8 +9520,8 @@
|
|||
"name": "Filecoin - Wallaby testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
||||
"faucets": ["https://wallaby.network/#faucet"],
|
||||
"rpc": ["https://wallaby.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://wallaby.yoga/#faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
"symbol": "tFIL",
|
||||
|
@ -11647,7 +11647,7 @@
|
|||
"name": "Filecoin - Calibration testnet",
|
||||
"chain": "FIL",
|
||||
"icon": "filecoin",
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v0"],
|
||||
"rpc": ["https://api.calibration.node.glif.io/rpc/v1"],
|
||||
"faucets": ["https://faucet.calibration.fildev.network/"],
|
||||
"nativeCurrency": {
|
||||
"name": "testnet filecoin",
|
||||
|
|
Loading…
Reference in New Issue
Block a user