We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f59bd1 commit 5fe2389Copy full SHA for 5fe2389
1 file changed
foundry.toml
@@ -4,6 +4,12 @@ out = "out"
4
libs = ["lib"]
5
via_ir = true
6
7
+[profile.ci]
8
+src = "src"
9
+out = "out"
10
+libs = ["lib"]
11
+via_ir = true
12
+
13
[rpc_endpoints]
14
ethereum = "${ETHEREUM_RPC_URL}"
15
optimism = "${OPTIMISM_RPC_URL}"
0 commit comments