Skip to content

Commit

Permalink
feat: swap
Browse files Browse the repository at this point in the history
  • Loading branch information
kimurayu45z committed May 19, 2024
1 parent 61709de commit 670f7a8
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 137 deletions.
170 changes: 85 additions & 85 deletions api/sunrise/swap/route.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/sunrise/swap/route.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option go_package = "github.com/sunriselayer/sunrise/x/swap/types";
message Route {
string denom_in = 1;
string denom_out = 2;
oneof type {
oneof strategy {
RoutePool pool = 3;
RouteSeries series = 4;
RouteParallel parallel = 5;
Expand Down
Loading

0 comments on commit 670f7a8

Please sign in to comment.