From 68c4ff7937f81135c17209635b62650cdae5f038 Mon Sep 17 00:00:00 2001 From: Andrew Chiw Date: Fri, 1 Mar 2019 12:46:31 +0100 Subject: [PATCH] config: use sdk-mainnet.aepps.com --- aeternity/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aeternity/config.go b/aeternity/config.go index 7c7ede1a..523b75d9 100644 --- a/aeternity/config.go +++ b/aeternity/config.go @@ -77,9 +77,9 @@ type ProfileConfig struct { var Config = ProfileConfig{ Name: "Default Config", Epoch: EpochConfig{ - URL: "https://sdk-unstable.aepps.com", - URLInternal: "https://sdk-unstable.aepps.com", - URLChannels: "https://sdk-unstable.aepps.com", + URL: "https://sdk-mainnet.aepps.com", + URLInternal: "https://sdk-mainnet.aepps.com", + URLChannels: "https://sdk-mainnet.aepps.com", NetworkID: "ae_mainnet", }, Client: ClientConfig{