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",
|
"customizationColor": "blue",
|
||||||
"logEnabled": True,
|
"logEnabled": True,
|
||||||
"logLevel": "DEBUG",
|
"logLevel": "DEBUG",
|
||||||
"testNetworksEnabled": True,
|
"testNetworksEnabled": False,
|
||||||
"networkId": 31337,
|
"networkId": 31337,
|
||||||
"networksOverride": [
|
"networksOverride": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue