Skip to content

Commit

Permalink
update testnet endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 committed Jun 14, 2022
1 parent d6dbb19 commit 126e2c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/datasource/remote/firebase/firebase_remote_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 126e2c5

Please sign in to comment.