mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +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 EpicBoxServerModel get americas => EpicBoxServerModel(
|
||||
host: 'epicbox.epic.tech',
|
||||
host: 'stackwallet.epicbox.com',
|
||||
port: 443,
|
||||
name: 'Americas',
|
||||
id: 'americas',
|
||||
|
|
Loading…
Reference in a new issue