Skip to content

Commit

Permalink
fix: add wasm module to axelar (#26)
Browse files Browse the repository at this point in the history
Axelar `v0.35` [upgrade](https://docs.axelar.dev/resources/mainnet/upgrades/v35) enables CosmWasm. So include the `wasm` module when pruning.
  • Loading branch information
milapsheth authored Apr 17, 2024
1 parent 305b8ea commit b49d76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/pruner.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ func pruneAppState(home string) error {
"axelarnet", // axelarnetTypes.StoreKey,
"reward", // rewardTypes.StoreKey,
"permission", // permissionTypes.StoreKey,
"wasm", // wasm.StoreKey,
)

for key, value := range axelarKeys {
Expand Down

0 comments on commit b49d76e

Please sign in to comment.