Skip to content

Commit

Permalink
Events (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Art3miX authored May 9, 2024
1 parent 2bb574f commit 4b242c7
Show file tree
Hide file tree
Showing 37 changed files with 3,693 additions and 519 deletions.
316 changes: 94 additions & 222 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ valence-macros = { path = "packages/valence-macros" }
valence-package = { path = "packages/valence-package" }
auction-package = { path = "packages/auction-package" }

cosmwasm-schema = "1.5.0"
cosmwasm-std = { version = "1.5.0", features = ["ibc3"] }
cosmwasm-schema = "1.5.4"
cosmwasm-std = { version = "1.5.4", features = ["ibc3"] }
cw-storage-plus = "1.2.0"
cw-utils = "1.0.3"
cw2 = "1.1.2"
Expand All @@ -61,5 +61,5 @@ thiserror = "1.0.31"
schemars = "0.8.10"

# dev-dependencies
cw-multi-test = "0.16.5"
cw-multi-test = "1.1.0"
anyhow = { version = "1.0.51" }
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

## Code ids

- auctions manager = `874`
- auction = `869`
- oracle = `883`
- rebalancer = `898`
- services manager = `872`
- account = `867`
- auctions manager = `904`
- auction = `903`
- oracle = `906`
- rebalancer = `901`
- services manager = `905`
- account = `902`

## Owner / Admin

Expand Down
Loading

0 comments on commit 4b242c7

Please sign in to comment.