File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111 github.com/manifoldco/promptui v0.9.0
1212 github.com/onflow/cadence v0.24.6
1313 github.com/onflow/cadence/languageserver v0.24.0
14- github.com/onflow/fcl-dev-wallet v0.4.4
14+ github.com/onflow/fcl-dev-wallet v0.4.5
1515 github.com/onflow/flow-core-contracts/lib/go/templates v0.11.2-0.20220513155751-c4c1f8d59f83
1616 github.com/onflow/flow-emulator v0.33.3
1717 github.com/onflow/flow-go v0.26.12
Original file line number Diff line number Diff line change @@ -1396,8 +1396,8 @@ github.com/onflow/cadence/languageserver v0.23.5-0.20220608222314-31dcf01be513/g
13961396github.com/onflow/cadence/languageserver v0.24.0 h1:LufBiLHJt9LmWhVVpxaLHO/yRvVsPNpKKEdo6ykyB/U =
13971397github.com/onflow/cadence/languageserver v0.24.0 /go.mod h1:5w1rJx0mvrto0EvWgZkbF4STuK2SggMyamwL1spTGlQ =
13981398github.com/onflow/fcl-dev-wallet v0.4.2 /go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs =
1399- github.com/onflow/fcl-dev-wallet v0.4.4 h1:SI4fHETrjt/m76XPYYMEbU8GhLBuFL5VMZ1JzpoiIu0 =
1400- github.com/onflow/fcl-dev-wallet v0.4.4 /go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs =
1399+ github.com/onflow/fcl-dev-wallet v0.4.5 h1:aIQpjy1J6FeMgke92Vb9a33F/OPt0o4pHRT2FDgDgko =
1400+ github.com/onflow/fcl-dev-wallet v0.4.5 /go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs =
14011401github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621 /go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c =
14021402github.com/onflow/flow v0.2.4 /go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c =
14031403github.com/onflow/flow v0.2.5 /go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c =
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
3333
3434type FlagsWallet struct {
3535 Port uint `default:"8701" flag:"port" info:"Dev wallet port to listen on"`
36- Host string `default:"http://localhost:8080 " flag:"emulator-host" info:"Host for access node connection"`
36+ Host string `default:"http://localhost:8888 " flag:"emulator-host" info:"Host for access node connection"`
3737}
3838
3939var walletFlags = FlagsWallet {}
You can’t perform that action at this time.
0 commit comments