Skip to content

Commit 7a35e82

Browse files
authored
fix smoke test by pinning a specific foundry version (#585)
issue ref: foundry-rs/foundry#10408
1 parent e4d05fa commit 7a35e82

File tree

10 files changed

+10
-0
lines changed

10 files changed

+10
-0
lines changed

end-to-end-tests-v2/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ out = 'out'
1212
cache = true
1313
cache_path = "cache"
1414
incremental = true
15+
script_execution_protection=false
1516

1617
[profile.default.ir]
1718
optimize = true

end-to-end-tests/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ optimizer_runs = 300
88
verbosity = 2
99
src = 'script'
1010
out = 'out'
11+
script_execution_protection=false
1112

1213

mud-contracts/core-v2/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ extra_output_files = [
2222
"evm.bytecode"
2323
]
2424
fs_permissions = [{ access = "read", path = "./"}]
25+
script_execution_protection=false

mud-contracts/core/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extra_output_files = [
2222
"evm.bytecode"
2323
]
2424
fs_permissions = [{ access = "read", path = "./"}]
25+
script_execution_protection=false
2526

2627
[profile.devnet]
2728
eth_rpc_url = "https://devnet-data-sync.nursery.reitnorf.com"

mud-contracts/smart-object-framework-v2/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ extra_output_files = [
2424
"evm.bytecode"
2525
]
2626
fs_permissions = [{ access = "read", path = "./"}]
27+
script_execution_protection=false
2728

2829
[profile.garnet]
2930
eth_rpc_url = "https://rpc.garnetchain.com"

mud-contracts/smart-object-framework/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extra_output_files = [
2222
"evm.bytecode"
2323
]
2424
fs_permissions = [{ access = "read", path = "./"}]
25+
script_execution_protection=false
2526

2627
[profile.devnet]
2728
eth_rpc_url = "https://devnet-data-sync.nursery.reitnorf.com"

mud-contracts/world-v2/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ fs_permissions = [{ access = "read", path = "./"}]
2727
max_test_rejects = 750536
2828
runs = 10
2929
gas_limit = 120000000
30+
script_execution_protection=false
3031

3132
[profile.garnet]
3233
eth_rpc_url = "https://rpc.garnetchain.com"

mud-contracts/world/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extra_output_files = [
2222
"evm.bytecode"
2323
]
2424
fs_permissions = [{ access = "read", path = "./"}]
25+
script_execution_protection=false
2526

2627
[profile.devnet]
2728
eth_rpc_url = "https://devnet-data-sync.nursery.reitnorf.com"

standard-contracts-v2/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ extra_output_files = [
1515
"evm.bytecode"
1616
]
1717
fs_permissions = [{ access = "read", path = "./"}]
18+
script_execution_protection=false
1819

1920
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

standard-contracts/foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ extra_output_files = [
1515
"evm.bytecode"
1616
]
1717
fs_permissions = [{ access = "read", path = "./"}]
18+
script_execution_protection=false
1819

1920
# See more config options https://github.com/foundry-rs/foundry/tree/master/config

0 commit comments

Comments
 (0)