Skip to content
Open
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.19
0.1.19.post1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ class UniswapV3FactoryAddresses:
class Ethereum:
Uniswap = "0x1F98431c8aD98523631AE4a59f267346ea31F984"

class UniswapV3RouterAddress:
class Base:
ROUTER = "0x2626664c2603336E57B271c5C0b26F421741e481"
Router = "0x2626664c2603336E57B271c5C0b26F421741e481"


MAX_TICK = 887272
Expand Down
Loading