From 126e2c573ff843243b13b9c7d669cdd284a6a7db Mon Sep 17 00:00:00 2001 From: NIK Date: Tue, 14 Jun 2022 09:59:12 +0800 Subject: [PATCH] update testnet endpoints --- lib/datasource/remote/firebase/firebase_remote_config.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/datasource/remote/firebase/firebase_remote_config.dart b/lib/datasource/remote/firebase/firebase_remote_config.dart index dfb5cad63..c4e1876e6 100644 --- a/lib/datasource/remote/firebase/firebase_remote_config.dart +++ b/lib/datasource/remote/firebase/firebase_remote_config.dart @@ -26,9 +26,9 @@ const bool testnetMode = false; const bool unitTestMode = false; // set testnetMode and unitTestMode to true for automated tests // TESTNET CONFIG: Used for testing purposes. -const String _testnetEosEndpoints = '[ { "url": "https://test.hypha.earth", "isDefault": true } ]'; -const String _testnetHyphaEndPointUrl = 'https://test.hypha.earth'; -const String _testnetDefaultEndPointUrl = "https://test.hypha.earth"; +const String _testnetEosEndpoints = '[ { "url": "https://api-test.telosfoundation.io", "isDefault": true } ]'; +const String _testnetHyphaEndPointUrl = 'https://api-test.telosfoundation.io'; +const String _testnetDefaultEndPointUrl = "https://api-test.telosfoundation.io"; const String _testnetDefaultV2EndpointUrl = "https://api-test.telosfoundation.io"; // END - TESTNET CONFIG