-
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.
* update readme * minor formatting * fix (#12) * Update Cargo files. * Make action value consistent with guideline. * Update schema. * Update scripts and readme. --------- Co-authored-by: Larry Engineer <[email protected]> Co-authored-by: Piotr Babel <[email protected]>
- Loading branch information
1 parent
a8f941e
commit 56981a7
Showing
13 changed files
with
144 additions
and
92 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 |
---|---|---|
|
@@ -2,12 +2,13 @@ | |
members = ["contracts/*"] | ||
|
||
[workspace.package] | ||
version = "0.1.0" | ||
version = "1.0.0" | ||
authors = [ | ||
"Piotr Babel <[email protected]>", | ||
"Larry Engineer <[email protected]>", | ||
] | ||
edition = "2021" | ||
license = "GPL-3.0-or-later" | ||
repository = "https://github.com/mars-protocol/liquidation-helpers" | ||
homepage = "https://marsprotocol.io" | ||
documentation = "https://docs.marsprotocol.io/" | ||
|
@@ -18,14 +19,10 @@ cosmwasm-schema = "1.2.1" | |
cosmwasm-std = "1.2.1" | ||
cw2 = "1.0.1" | ||
cw-storage-plus = "1.0.1" | ||
cw-utils = "1.0.1" | ||
mars-osmosis = { version = "1.0.0", git = "https://github.com/mars-protocol/red-bank", rev = "3e57365" } | ||
mars-owner = "1.0.0" | ||
# FIXME: update these once they're published to crates.io | ||
mars-red-bank-types = { version = "1.0.0", git = "https://github.com/mars-protocol/red-bank", rev = "3e57365" } | ||
mars-testing = { version = "1.0.0", git = "https://github.com/mars-protocol/red-bank", rev = "3e57365" } | ||
mars-utils = { version = "1.0.0", git = "https://github.com/mars-protocol/red-bank", rev = "3e57365" } | ||
osmosis-std = "0.14.0" | ||
mars-red-bank-types = { version = "1.0.0", git = "https://github.com/mars-protocol/red-bank", rev = "13fcc44" } | ||
mars-testing = { version = "1.0.0", git = "https://github.com/mars-protocol/red-bank", rev = "13fcc44" } | ||
mars-utils = { version = "1.0.0", git = "https://github.com/mars-protocol/red-bank", rev = "13fcc44" } | ||
schemars = "0.8.11" | ||
serde = { version = "1.0.152", default-features = false, features = ["derive"] } | ||
thiserror = "1.0.38" | ||
|
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
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
2 changes: 1 addition & 1 deletion
2
schemas/mars-liquidation-filterer/mars-liquidation-filterer.json
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 +1 @@ | ||
{ "liquidationFilterer": "osmo15p9fjektet5pcqp6g7kcxg9yqgh973n8gmmnq6ltf8txs4fucvsqwljxy0" } | ||
{ "liquidation-filterer": "osmo1lnjyeyr5vtnsj4sv9guv7z322kmeytt3curm9u840yg2y2hk5w6qsdjjzu" } |
Oops, something went wrong.