Skip to content

Commit

Permalink
Merge pull request #571 from onflow/improvement/update-devwallet-conf…
Browse files Browse the repository at this point in the history
…ig-field

Fill in missing dev wallet config values #569
  • Loading branch information
psiemens authored Jul 15, 2022
2 parents efd60ea + 7ad074d commit 604c61a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.6
github.com/onflow/fcl-dev-wallet v0.4.7
github.com/onflow/flow-cli/pkg/flowkit v0.0.0-20220707015502-7b591781ff1b
github.com/onflow/flow-emulator v0.33.3
github.com/onflow/flow-go-sdk v0.26.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ github.com/onflow/cadence v0.24.6 h1:8iBoU42+R4m/hWwEEW1N5BGndmOFu3EtEyBXO5mO5II
github.com/onflow/cadence v0.24.6/go.mod h1:tIJiQ4RIq1WUTXdBewv8p+gNUETN93Eb7jSFedjqs5w=
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.6 h1:Eaq9oPbP2TdcLDsu546BmzACux1jN2W51xzAz5T2D7k=
github.com/onflow/fcl-dev-wallet v0.4.6/go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs=
github.com/onflow/fcl-dev-wallet v0.4.7 h1:Eh4EO8L1hS5ijF/ehjKuvxW40KR1HCRV+871fuHi1bA=
github.com/onflow/fcl-dev-wallet v0.4.7/go.mod h1:xWVEyGZgdDt4/+PLSlpuqhtzobjnWy5giceIGoErPzs=
github.com/onflow/flow-cli/pkg/flowkit v0.0.0-20220707015502-7b591781ff1b h1:HV9qWZ6c6c8hnEv/65aQ3suP4b09bkx6sSDlwN3TzsU=
github.com/onflow/flow-cli/pkg/flowkit v0.0.0-20220707015502-7b591781ff1b/go.mod h1:mEk4DM+oTOKGEu5G+hKFIcnWjnjvxUrTT8OZEfBgou0=
github.com/onflow/flow-core-contracts/lib/go/contracts v0.11.2-0.20220513155751-c4c1f8d59f83 h1:mpJirFu/JWMLV0IhKDZleVrVdN5B8QERV4gSXDef5bA=
Expand Down
4 changes: 4 additions & 0 deletions internal/tools/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ func wallet(
ContractFlowToken: "0x0ae53cb6e3f42a79",
ContractFUSD: "0xf8d6e0586b0a20c7",
ContractFCLCrypto: "0xf8d6e0586b0a20c7",
AvatarURL: "https://avatars.onflow.org/avatar/",
FlowInitAccountsNo: "0",
TokenAmountFLOW: "100.0",
TokenAmountFUSD: "100.0",
}

srv, err := devWallet.NewHTTPServer(walletFlags.Port, &conf)
Expand Down

0 comments on commit 604c61a

Please sign in to comment.