Skip to content

Commit 124024b

Browse files
committed
Increase code limit size
1 parent 0924bbd commit 124024b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: test
22

33
deploy:
4-
forge script scripts/DeployDevelopment.s.sol --broadcast --fork-url $$ETH_RPC_URL --private-key $$PRIVATE_KEY
4+
forge script scripts/DeployDevelopment.s.sol --broadcast --fork-url $$ETH_RPC_URL --private-key $$PRIVATE_KEY --code-size-limit 50000
55

66
update-abis:
77
forge inspect UniswapV3Factory abi > ui/src/abi/Factory.json

0 commit comments

Comments
 (0)