Skip to content

Commit

Permalink
fix: bump contract and fix capabilities (#17)
Browse files Browse the repository at this point in the history
Before merging:

- [x] Wait until
babylonchain/babylon-contract#183 is merged and
tagged
  • Loading branch information
SebastianElvis authored Jun 24, 2024
1 parent 312f29e commit 3a809d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions demo/app/wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ func AllCapabilities() []string {
"cosmwasm_1_1",
"cosmwasm_1_2",
"cosmwasm_1_3",
"cosmwasm_1_4",
"cosmwasm_2_0",
"virtual_staking",
}
}
Binary file modified tests/testdata/babylon_contract.wasm
Binary file not shown.
Binary file modified tests/testdata/btc_staking.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/testdata/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.7.0-rc.0
v0.7.0-rc.2

0 comments on commit 3a809d4

Please sign in to comment.