Skip to content

Commit 727a5d8

Browse files
committed
Init
1 parent 6b6c039 commit 727a5d8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

foundry.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[profile.default]
2-
src = "src"
3-
out = "out"
4-
libs = ["lib"]
2+
src = 'contracts'
3+
out = 'out'
4+
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'
59

6-
# 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

Comments
 (0)