Skip to content

Commit

Permalink
Merge pull request #551 from onflow/improvement/update-devwallet-0.4.5
Browse files Browse the repository at this point in the history
update dev wallet to 0.4.5
  • Loading branch information
psiemens authored Jul 4, 2022
2 parents 2bbe3e3 + d390bec commit b124579
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/manifoldco/promptui v0.9.0
github.com/onflow/cadence v0.24.6
github.com/onflow/cadence/languageserver v0.24.0
github.com/onflow/fcl-dev-wallet v0.4.4
github.com/onflow/fcl-dev-wallet v0.4.5
github.com/onflow/flow-core-contracts/lib/go/templates v0.11.2-0.20220513155751-c4c1f8d59f83
github.com/onflow/flow-emulator v0.33.3
github.com/onflow/flow-go v0.26.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1396,8 +1396,8 @@ github.com/onflow/cadence/languageserver v0.23.5-0.20220608222314-31dcf01be513/g
github.com/onflow/cadence/languageserver v0.24.0 h1:LufBiLHJt9LmWhVVpxaLHO/yRvVsPNpKKEdo6ykyB/U=
github.com/onflow/cadence/languageserver v0.24.0/go.mod h1:5w1rJx0mvrto0EvWgZkbF4STuK2SggMyamwL1spTGlQ=
github.com/onflow/fcl-dev-wallet v0.4.2/go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs=
github.com/onflow/fcl-dev-wallet v0.4.4 h1:SI4fHETrjt/m76XPYYMEbU8GhLBuFL5VMZ1JzpoiIu0=
github.com/onflow/fcl-dev-wallet v0.4.4/go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs=
github.com/onflow/fcl-dev-wallet v0.4.5 h1:aIQpjy1J6FeMgke92Vb9a33F/OPt0o4pHRT2FDgDgko=
github.com/onflow/fcl-dev-wallet v0.4.5/go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs=
github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
github.com/onflow/flow v0.2.4/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
github.com/onflow/flow v0.2.5/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

type FlagsWallet struct {
Port uint `default:"8701" flag:"port" info:"Dev wallet port to listen on"`
Host string `default:"http://localhost:8080" flag:"emulator-host" info:"Host for access node connection"`
Host string `default:"http://localhost:8888" flag:"emulator-host" info:"Host for access node connection"`
}

var walletFlags = FlagsWallet{}
Expand Down

0 comments on commit b124579

Please sign in to comment.