Skip to content

Commit

Permalink
refactor: router (#431)
Browse files Browse the repository at this point in the history
* refactor: SwapRoute, DrySwapRoute
* test: calculateSqrtPriceLimitForSwap
* remove: compute_routes
* refactor: use `grc20reg` realm to support multiple grc20 tokens
* test: calculateSqrtPriceLimitForSwap
* feat: split SwapRouter function

---------

Co-authored-by: Blake <[email protected]>
Co-authored-by: n3wbie <[email protected]>
Co-authored-by: 0xTopaz <[email protected]>
  • Loading branch information
4 people authored Dec 27, 2024
1 parent 43d2606 commit 913ed41
Show file tree
Hide file tree
Showing 49 changed files with 2,805 additions and 1,243 deletions.
1 change: 1 addition & 0 deletions emission/emission.gno
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"gno.land/p/demo/ufmt"

"gno.land/r/gnoswap/v1/consts"
"gno.land/r/gnoswap/v1/common"
"gno.land/r/gnoswap/v1/consts"
"gno.land/r/gnoswap/v1/gns"
Expand Down
Loading

0 comments on commit 913ed41

Please sign in to comment.