Skip to content

Commit 7506452

Browse files
committed
fix: update dependencies
1 parent d6c6e2e commit 7506452

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ require (
4747
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
4848
gopkg.in/yaml.v3 v3.0.1 // indirect
4949
)
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

Comments
 (0)