Merge pull request #781 from cypherstack/epicbox

Change Epicbox to epicbox.stackwallet.com
This commit is contained in:
Diego Salazar 2024-02-28 12:29:32 -07:00 committed by GitHub
commit 5b18631dcc
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 List<String> get defaultIds => ['americas', 'asia', 'europe'];
static EpicBoxServerModel get americas => EpicBoxServerModel( static EpicBoxServerModel get americas => EpicBoxServerModel(
host: 'stackwallet.epicbox.com', host: 'epicbox.stackwallet.com',
port: 443, port: 443,
name: 'Americas', name: 'Americas',
id: 'americas', id: 'americas',