We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c6e2e commit 7506452Copy full SHA for 7506452
go.mod
@@ -47,3 +47,8 @@ require (
47
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
48
gopkg.in/yaml.v3 v3.0.1 // indirect
49
)
50
+
51
+replace (
52
+ github.com/daoleno/uniswap-sdk-core v0.1.5 => github.com/KyberNetwork/uniswap-sdk-core v0.1.5
53
+ github.com/daoleno/uniswapv3-sdk v0.4.0 => github.com/KyberNetwork/uniswapv3-sdk v0.4.0
54
+)
0 commit comments