mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-20 19:39:22 +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,
|
"nativeCurrencyDecimals": 18,
|
||||||
"isTest": true,
|
"isTest": true,
|
||||||
"layer": 2,
|
"layer": 2,
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"relatedChainId": 10,
|
"relatedChainId": 10,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -101,7 +101,7 @@ var NETWORKS* = %* [
|
|||||||
"nativeCurrencyDecimals": 18,
|
"nativeCurrencyDecimals": 18,
|
||||||
"isTest": true,
|
"isTest": true,
|
||||||
"layer": 2,
|
"layer": 2,
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"relatedChainId": 42161,
|
"relatedChainId": 42161,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -135,7 +135,7 @@ var NETWORKS* = %* [
|
|||||||
"nativeCurrencyDecimals": 18,
|
"nativeCurrencyDecimals": 18,
|
||||||
"isTest": true,
|
"isTest": true,
|
||||||
"layer": 2,
|
"layer": 2,
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"relatedChainId": 42161,
|
"relatedChainId": 42161,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user