mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-05-03 03:12:18 +00:00
Merge pull request #769 from cypherstack/epicbox
Change default americas epicbox server to stackwallet.epicbox.com
This commit is contained in:
commit
68a90a61a7
1 changed files with 1 additions and 1 deletions
|
@ -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: 'epicbox.epic.tech',
|
host: 'stackwallet.epicbox.com',
|
||||||
port: 443,
|
port: 443,
|
||||||
name: 'Americas',
|
name: 'Americas',
|
||||||
id: 'americas',
|
id: 'americas',
|
||||||
|
|
Loading…
Reference in a new issue