fix(@wallet): enable all networks by default

This commit is contained in:
Anthony Laibe 2023-11-03 13:04:53 +01:00
parent 9e8796f161
commit 2b92c1561e
1 changed files with 3 additions and 3 deletions

View File

@ -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,
}
]