mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-07 12:17:38 +00:00
fix(@wallet): enable all networks by default
This commit is contained in:
parent
9e8796f161
commit
2b92c1561e
@ -67,7 +67,7 @@ var NETWORKS* = %* [
|
||||
"nativeCurrencyDecimals": 18,
|
||||
"isTest": true,
|
||||
"layer": 2,
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"relatedChainId": 10,
|
||||
},
|
||||
{
|
||||
@ -101,7 +101,7 @@ var NETWORKS* = %* [
|
||||
"nativeCurrencyDecimals": 18,
|
||||
"isTest": true,
|
||||
"layer": 2,
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"relatedChainId": 42161,
|
||||
},
|
||||
{
|
||||
@ -135,7 +135,7 @@ var NETWORKS* = %* [
|
||||
"nativeCurrencyDecimals": 18,
|
||||
"isTest": true,
|
||||
"layer": 2,
|
||||
"enabled": false,
|
||||
"enabled": true,
|
||||
"relatedChainId": 42161,
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user