Skip to content

Commit

Permalink
feat/add_wasm_light_client
Browse files Browse the repository at this point in the history
  • Loading branch information
tungleanh0902 committed Mar 6, 2024
1 parent ee1c18d commit 7751e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ import (
"github.com/CosmWasm/wasmd/x/wasm"
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
// add wasm light client

Check failure on line 137 in app/app.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(cosmossdk.io) -s prefix(github.com/cosmos/cosmos-sdk) -s prefix(github.com/CosmWasm/wasmd) --custom-order (gci)
)

const appName = "EveApp"
Expand Down

0 comments on commit 7751e41

Please sign in to comment.