Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Jan 15, 2025
1 parent f40b3f3 commit 4c1267d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/injective-test-tube/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ exclude = [ "injective-core", "test_artifacts" ]
[dependencies]
base64 = "0.21.5"
cosmrs = { version = "0.20.0", features = [ "cosmwasm", "rpc" ] }
cosmwasm-schema = { version = "2.1.1" }
cosmwasm-std = { version = "2.1.0", features = [ "abort", "cosmwasm_1_2", "cosmwasm_1_3", "cosmwasm_1_4", "cosmwasm_2_0", "iterator", "stargate" ] }
hex = "0.4.2"
injective-cosmwasm = { version = "0.3.0" }
injective-std = { version = "1.13.5" }
injective-std = { version = "1.13.6" }
prost = { version = "0.13.4", features = [ "prost-derive" ] }
serde = "1.0.144"
serde_json = "1.0.85"
Expand Down
3 changes: 2 additions & 1 deletion packages/injective-test-tube/src/module/auction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ mod tests {
response.params,
Some(Params {
auction_period: 604800,
min_next_bid_increment_rate: 2_500_000_000_000_000u128.to_string()
min_next_bid_increment_rate: 2_500_000_000_000_000u128.to_string(),
inj_basket_max_cap: "10000000000000000000000".to_string(),
})
);

Expand Down

0 comments on commit 4c1267d

Please sign in to comment.