From f84051182bad2e17a62af887a10b035e8ef6bb07 Mon Sep 17 00:00:00 2001 From: geleeroyale Date: Wed, 21 Feb 2024 10:04:23 +0100 Subject: [PATCH] Update config.example.testnet.json Fix testnet config example to avoid unfilled axios request to staging server --- config.example.testnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.testnet.json b/config.example.testnet.json index b32e963..dd4bad6 100644 --- a/config.example.testnet.json +++ b/config.example.testnet.json @@ -1,4 +1,4 @@ -{ "environment": "staging", +{ "environment": "production", "logLevel": "debug", "network": "testnet", "web3SignerUrl": "http://signer:9000",