Skip to content

Commit

Permalink
Merge branch 'main' into refact-staker
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon authored Dec 16, 2024
2 parents e645cda + 61f36d4 commit 41804a6
Show file tree
Hide file tree
Showing 38 changed files with 4,820 additions and 2,790 deletions.
690 changes: 0 additions & 690 deletions _deploy/p/gnoswap/pool/__TEST_sqrt_price_math_test.gnoA

This file was deleted.

202 changes: 0 additions & 202 deletions _deploy/p/gnoswap/pool/__TEST_swap_math_test.gnoA

This file was deleted.

1 change: 1 addition & 0 deletions _deploy/p/gnoswap/pool/consts.gno
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const (
MAX_UINT128 string = "340282366920938463463374607431768211455"
MAX_UINT160 string = "1461501637330902918203684832716283019655932542975"
MAX_UINT256 string = "115792089237316195423570985008687907853269984665640564039457584007913129639935"
MAX_INT256 string = "57896044618658097711785492504343953926634992332820282019728792003956564819967"

Q64 string = "18446744073709551616" // 2 ** 64
Q96 string = "79228162514264337593543950336" // 2 ** 96
Expand Down
6 changes: 0 additions & 6 deletions _deploy/p/gnoswap/pool/gno.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
module gno.land/p/gnoswap/pool

require (
gno.land/p/gnoswap/int256 v0.0.0-latest
gno.land/p/gnoswap/uint256 v0.0.0-latest
gno.land/r/gnoswap/v1/consts v0.0.0-latest
)
Loading

0 comments on commit 41804a6

Please sign in to comment.