fix(functional-tests)_: disable testnet (#6181)
This commit is contained in:
parent
616a760985
commit
943ae13358
|
@ -94,7 +94,7 @@ class StatusBackend(RpcClient, SignalClient):
|
|||
"customizationColor": "blue",
|
||||
"logEnabled": True,
|
||||
"logLevel": "DEBUG",
|
||||
"testNetworksEnabled": True,
|
||||
"testNetworksEnabled": False,
|
||||
"networkId": 31337,
|
||||
"networksOverride": [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue