Skip to content

Commit 07fbd3d

Browse files
committed
fix: Remove unnecessary --ffi flag from deploy scripts and ensure ffi is enabled in foundry.toml
1 parent c025eac commit 07fbd3d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ deploy-adapter:
1616
forge script script/RLCAdapter.s.sol:Deploy \
1717
--rpc-url $(SEPOLIA_RPC_URL) \
1818
--account $(ACCOUNT) \
19-
--ffi \
2019
--broadcast \
2120
-vvv
2221

@@ -25,7 +24,6 @@ deploy-oft:
2524
forge script script/RLCOFT.s.sol:Deploy \
2625
--rpc-url $(ARBITRUM_SEPOLIA_RPC_URL) \
2726
--account $(ACCOUNT) \
28-
--ffi \
2927
--broadcast \
3028
-vvv \
3129

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ optimizer = true
77
optimizer_runs = 200
88

99
## Needed by openzepplin upgrade plugin
10+
ffi = true
1011
ast = true
1112
build_info = true
1213
extra_output = ["storageLayout"]

0 commit comments

Comments
 (0)