Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions artifacts/checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
6751147df3820468674b76e49dd069642513f36b59404847de1ca5e9ce4eca7c dex_aggregator.wasm
46dcce8409830a30b424dd342887f1cc203ef9c203f4b754b172c2203a7c0ad7 mock_swap.wasm
d565fcb50e8379e218e8896f90a9f1e02aa737bd0eb7c1b77756f918c0d38ec0 dex_aggregator.wasm
f33d353816a46e3219f95c046682efeef68408252c9a31ce15599b2de9ba7aaa mock_swap.wasm
Binary file modified artifacts/dex_aggregator.wasm
Binary file not shown.
Binary file modified artifacts/mock_swap.wasm
Binary file not shown.
2 changes: 2 additions & 0 deletions contracts/dex_aggregator/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ pub struct Stage {
pub struct PlannedSwap {
pub operation: Operation,
pub amount: Uint128,
pub split_index: usize,
pub op_index: usize,
}

pub struct StagePlan {
Expand Down
Loading