Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/setup-prerequisites/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ runs:
- name: Setup foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: v1.1.0
version: nightly
1 change: 1 addition & 0 deletions e2e/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false
1 change: 1 addition & 0 deletions examples/custom-world/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"
Expand Down
1 change: 1 addition & 0 deletions examples/local-explorer/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"
Expand Down
1 change: 1 addition & 0 deletions examples/minimal/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false
1 change: 1 addition & 0 deletions examples/multiple-namespaces/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/cli/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/gas-report/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/paymaster/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/schema-type/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/store/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/world-consumer/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/world-module-callwithsignature/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/world-module-erc20/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/world-module-metadata/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/world-modules/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions packages/world/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ extra_output_files = [
"abi",
"evm.bytecode"
]
script_execution_protection = false
1 change: 1 addition & 0 deletions templates/phaser/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"
Expand Down
1 change: 1 addition & 0 deletions templates/react-ecs/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"
Expand Down
1 change: 1 addition & 0 deletions templates/react/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"
Expand Down
1 change: 1 addition & 0 deletions templates/threejs/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"
Expand Down
1 change: 1 addition & 0 deletions templates/vanilla/packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false

[profile.garnet]
eth_rpc_url = "https://rpc.garnetchain.com"
Expand Down
1 change: 1 addition & 0 deletions test/mock-game-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false
1 change: 1 addition & 0 deletions test/puppet-modules/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false
1 change: 1 addition & 0 deletions test/system-libraries/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ extra_output_files = [
"evm.bytecode"
]
fs_permissions = [{ access = "read", path = "./"}]
script_execution_protection = false
Loading