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 0924bbd commit 124024bCopy full SHA for 124024b
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: test
2
3
deploy:
4
- forge script scripts/DeployDevelopment.s.sol --broadcast --fork-url $$ETH_RPC_URL --private-key $$PRIVATE_KEY
+ forge script scripts/DeployDevelopment.s.sol --broadcast --fork-url $$ETH_RPC_URL --private-key $$PRIVATE_KEY --code-size-limit 50000
5
6
update-abis:
7
forge inspect UniswapV3Factory abi > ui/src/abi/Factory.json
0 commit comments