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 6b6c039 commit 727a5d8Copy full SHA for 727a5d8
foundry.toml
@@ -1,6 +1,11 @@
1
[profile.default]
2
-src = "src"
3
-out = "out"
4
-libs = ["lib"]
+src = 'contracts'
+out = 'out'
+libs = ['lib']
5
+remappings = ['@lukso-smart-contracts/=lib/lsp-smart-contracts/contracts/']
6
+optimizer = true
7
+optimizer_runs = 200
8
+solc_version = '0.8.24'
9
-# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
10
+[rpc_endpoints]
11
+luksoTestnet = "${LUKSO_RPC_URL}"
0 commit comments