change default americas epicbox server to stackwallet.epicbox.com

This commit is contained in:
sneurlax 2024-02-22 14:56:20 -06:00
parent 9eb1acafbd
commit 7865e36638

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',