fix(functional-tests)_: disable testnet (#6181)

This commit is contained in:
Igor Sirotin 2024-12-09 11:41:50 +00:00 committed by GitHub
parent 616a760985
commit 943ae13358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class StatusBackend(RpcClient, SignalClient):
"customizationColor": "blue",
"logEnabled": True,
"logLevel": "DEBUG",
"testNetworksEnabled": True,
"testNetworksEnabled": False,
"networkId": 31337,
"networksOverride": [
{