Skip to content

Commit

Permalink
feat([email protected]): redelegation tx content
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Apr 9, 2024
1 parent 1164579 commit 6401fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/namada/namada-tx-content.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export default {
'tx_deactivate_validator.wasm': DeactivateValidator,
'tx_init_account.wasm': InitAccount,
'tx_init_proposal.wasm': InitProposal,
'tx_redelegate.wasm': Redelegation,
'tx_reactivate_validator.wasm': ReactivateValidator,
'tx_resign_steward.wasm': ResignSteward,
'tx_reveal_pk.wasm': RevealPK,
Expand Down
2 changes: 1 addition & 1 deletion packages/namada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"main": "namada.ts",
"files": [ "*.ts", "!target", "pkg/*" ],
"version": "1.0.0-rc.21",
"version": "1.0.0-rc.22",
"license": "AGPL-3.0-only",
"keywords": [
"tendermint", "namada", "cosmos", "cosmwasm"
Expand Down

0 comments on commit 6401fa7

Please sign in to comment.