Skip to content

Commit

Permalink
Update default config to latest iota-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Nov 1, 2023
1 parent 89f6098 commit 0385479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion accountwallet/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var accountConfigFile = "config.json"

var (
dockerAccountConfigJSON = `{
"bindAddress": "http://localhost:8080",
"bindAddress": "http://localhost:8050",
"faucetBindAddress": "http://localhost:8088",
"accountStatesFile": "wallet.dat",
"genesisSeed": "7R1itJx5hVuo9w9hjg5cwKFmek4HMSoBDgJZN8hKGxih",
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// Nodes used during the test, use at least two nodes to be able to double spend.
var (
// urls = []string{"http://bootstrap-01.feature.shimmer.iota.cafe:8080", "http://vanilla-01.feature.shimmer.iota.cafe:8080", "http://drng-01.feature.shimmer.iota.cafe:8080"}
urls = []string{"http://localhost:8080", "http://localhost:8090"} //, "http://localhost:8070", "http://localhost:8040"}
urls = []string{"http://localhost:8050", "http://localhost:8060"} //, "http://localhost:8070", "http://localhost:8040"}
)

var (
Expand Down
2 changes: 1 addition & 1 deletion evilwallet/evilwallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
)

var (
defaultClientsURLs = []string{"http://localhost:8080", "http://localhost:8090"}
defaultClientsURLs = []string{"http://localhost:8050", "http://localhost:8060"}
defaultFaucetURL = "http://localhost:8088"
)

Expand Down

0 comments on commit 0385479

Please sign in to comment.