Skip to content

Commit

Permalink
config: use sdk-mainnet.aepps.com
Browse files Browse the repository at this point in the history
  • Loading branch information
randomshinichi committed Mar 1, 2019
1 parent 2ef4fbd commit 68c4ff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aeternity/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 68c4ff7

Please sign in to comment.