Skip to content

Commit c3908e9

Browse files
committed
update uniswap dependency git links
1 parent 27e420f commit c3908e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foundry.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ safe-tools = { version = "0.2.0", git = "https://github.com/colinnielsen/safe-to
138138
solady = { version = "0.1.22", git = "https://github.com/Vectorized/solady.git", tag = "v0.1.22" }
139139
v4-core = { version = "4.0.0", git = "https://github.com/Uniswap/v4-core.git", rev = "e50237c43811bd9b526eff40f26772152a42daba" }
140140
v4-periphery = { version = "4.0.0", git = "https://github.com/Uniswap/v4-periphery.git", rev = "9628c36b4f5083d19606e63224e4041fe748edae" }
141-
universal-router = { version = "4.0.0", git = "https://github.com/uniswap/universal-router", rev = "705f7bb9836ebc4f6ad1aad91629c3d0fc4128d4" }
142-
permit2 = { version = "4.0.0", git = "https://github.com/uniswap/permit2", rev = "cc56ad0f3439c502c246fc5cfcc3db92bb8b7219" }
141+
universal-router = { version = "4.0.0", git = "https://github.com/Uniswap/universal-router", rev = "705f7bb9836ebc4f6ad1aad91629c3d0fc4128d4" }
142+
permit2 = { version = "4.0.0", git = "https://github.com/Uniswap/permit2", rev = "cc56ad0f3439c502c246fc5cfcc3db92bb8b7219" }
143143

144144
[rpc_endpoints]
145145
arbitrum = "${ARBITRUM_RPC_URL}"

0 commit comments

Comments
 (0)