-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump contract versions to 2.0 (#173)
* bump contract versions to 2.0 * exclude failing migrate tests- it will be removed when v2 migration is done
- Loading branch information
1 parent
f58aec5
commit a4a6092
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
846fd11a6291b84bfba03a657d90fdbc04d192039b41e86d13f85580e1a4fa13 hydro.wasm | ||
aaa56f92b74aaaa88bb0e02775b6bc2984fe2c34fac5f80461d8a6578102fa9b tribute.wasm | ||
52866b130b633cbf90fd58dc1c9a975896a1060a9ed9ea590e9640efe3fee954 hydro.wasm | ||
15437347bcd5b5b65b541dc0eec9f1658250c25d893610cf720475b20a0feb51 tribute.wasm |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pub mod migrate; | ||
|
||
#[cfg(test)] | ||
mod testing_migrate; | ||
// #[cfg(test)] | ||
// mod testing_migrate; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters