Skip to content

Commit

Permalink
wip: adding exchange extended...
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Jun 28, 2023
1 parent 4791829 commit 52baa97
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 253 deletions.
2 changes: 1 addition & 1 deletion contracts/main/CurveStableSwap2NG.vy
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ WETH20: public(immutable(address))
N_COINS: constant(uint256) = 2
N_COINS_128: constant(int128) = 2
PRECISION: constant(uint256) = 10 ** 18
IS_REBASING: immutable(bool)
IS_REBASING: public(immutable(bool))

factory: public(address)
coins: public(address[N_COINS])
Expand Down
Loading

0 comments on commit 52baa97

Please sign in to comment.