Skip to content

Commit b044e7d

Browse files
committed
Fixed zksync profile
Signed-off-by: Faisal Usmani <[email protected]>
1 parent c3e00b7 commit b044e7d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

foundry.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ fs_permissions = [{ access = "read", path = "./"}]
3535
solc = "0.8.23"
3636
evm_version = "prague"
3737

38+
[profile.zksync.zksync]
39+
compile = true
40+
fallback_oz = true
41+
mode = '3'
42+
zksolc = "1.5.7"
43+
3844
[rpc_endpoints]
3945
arbitrum = "${NODE_URL_42161}"
4046
base = "${NODE_URL_8453}"
@@ -53,11 +59,6 @@ soneium = "${NODE_URL_1868}"
5359
unichain = "${NODE_URL_130}"
5460
world-chain = "${NODE_URL_480}"
5561

56-
[profile.zksync]
57-
compile = true
58-
fallback_oz = true
59-
mode = '3'
60-
zksync = true
6162

6263
[etherscan]
6364
ethereum = { key = "${ETHERSCAN_API_KEY}" }

0 commit comments

Comments
 (0)