Merge pull request #769 from cypherstack/epicbox

Change default americas epicbox server to stackwallet.epicbox.com
This commit is contained in:
Diego Salazar 2024-02-22 14:08:29 -07:00 committed by GitHub
commit 68a90a61a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ abstract class DefaultEpicBoxes {
static List<String> get defaultIds => ['americas', 'asia', 'europe'];
static EpicBoxServerModel get americas => EpicBoxServerModel(
host: 'epicbox.epic.tech',
host: 'stackwallet.epicbox.com',
port: 443,
name: 'Americas',
id: 'americas',