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@c323636c10 🚀
This commit is contained in:
parent
3d937353aa
commit
a739b265ac
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,10 @@
|
||||||
"name": "Filecoin - Wallaby testnet",
|
"name": "Filecoin - Wallaby testnet",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"status": "incubating",
|
"status": "incubating",
|
||||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
"rpc": [
|
||||||
|
"https://wallaby.filfox.info/rpc/v0",
|
||||||
|
"https://wallaby.node.glif.io/rpc/v0"
|
||||||
|
],
|
||||||
"faucets": ["https://wallaby.network/#faucet"],
|
"faucets": ["https://wallaby.network/#faucet"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
|
@ -16,6 +19,11 @@
|
||||||
"networkId": 31415,
|
"networkId": 31415,
|
||||||
"slip44": 1,
|
"slip44": 1,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Filfox",
|
||||||
|
"url": "https://wallaby.filfox.info",
|
||||||
|
"standard": "none"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Glif Explorer",
|
"name": "Glif Explorer",
|
||||||
"url": "https://explorer.glif.io/wallaby",
|
"url": "https://explorer.glif.io/wallaby",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -5962,7 +5962,7 @@
|
||||||
"symbol": "tFIL",
|
"symbol": "tFIL",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
"rpc": ["https://wallaby.filfox.info/rpc/v0", "https://wallaby.node.glif.io/rpc/v0"],
|
||||||
"faucets": ["https://wallaby.network/#faucet"],
|
"faucets": ["https://wallaby.network/#faucet"],
|
||||||
"infoURL": "https://filecoin.io"
|
"infoURL": "https://filecoin.io"
|
||||||
}, {
|
}, {
|
||||||
|
|
|
@ -8644,7 +8644,7 @@
|
||||||
"name": "Filecoin - Wallaby testnet",
|
"name": "Filecoin - Wallaby testnet",
|
||||||
"chain": "FIL",
|
"chain": "FIL",
|
||||||
"status": "incubating",
|
"status": "incubating",
|
||||||
"rpc": ["https://wallaby.node.glif.io/rpc/v0"],
|
"rpc": ["https://wallaby.filfox.info/rpc/v0", "https://wallaby.node.glif.io/rpc/v0"],
|
||||||
"faucets": ["https://wallaby.network/#faucet"],
|
"faucets": ["https://wallaby.network/#faucet"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "testnet filecoin",
|
"name": "testnet filecoin",
|
||||||
|
@ -8658,6 +8658,10 @@
|
||||||
"networkId": 31415,
|
"networkId": 31415,
|
||||||
"slip44": 1,
|
"slip44": 1,
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
|
"name": "Filfox",
|
||||||
|
"url": "https://wallaby.filfox.info",
|
||||||
|
"standard": "none"
|
||||||
|
}, {
|
||||||
"name": "Glif Explorer",
|
"name": "Glif Explorer",
|
||||||
"url": "https://explorer.glif.io/wallaby",
|
"url": "https://explorer.glif.io/wallaby",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user