Skip to content

Commit b124579

Browse files
authored
Merge pull request #551 from onflow/improvement/update-devwallet-0.4.5
update dev wallet to 0.4.5
2 parents 2bbe3e3 + d390bec commit b124579

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,8 +1396,8 @@ github.com/onflow/cadence/languageserver v0.23.5-0.20220608222314-31dcf01be513/g
13961396
github.com/onflow/cadence/languageserver v0.24.0 h1:LufBiLHJt9LmWhVVpxaLHO/yRvVsPNpKKEdo6ykyB/U=
13971397
github.com/onflow/cadence/languageserver v0.24.0/go.mod h1:5w1rJx0mvrto0EvWgZkbF4STuK2SggMyamwL1spTGlQ=
13981398
github.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=
14011401
github.com/onflow/flow v0.2.3-0.20220131193101-d4e2ca43a621/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
14021402
github.com/onflow/flow v0.2.4/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=
14031403
github.com/onflow/flow v0.2.5/go.mod h1:lzyAYmbu1HfkZ9cfnL5/sjrrsnJiUU8fRL26CqLP7+c=

internal/tools/wallet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333

3434
type 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

3939
var walletFlags = FlagsWallet{}

0 commit comments

Comments
 (0)