Add smart gate contract to allow only tribe members to jump

This commit is contained in:
Andrey Fadeev 2025-07-09 17:26:17 +02:00
commit 65582d2c11
No known key found for this signature in database
GPG key ID: 66307964C88A4422
11 changed files with 4096 additions and 0 deletions

6
foundry.toml Normal file
View file

@ -0,0 +1,6 @@
[profile.default]
eth_rpc_url = "https://pyrope-external-sync-node-rpc.live.tech.evefrontier.com"
chain_id = 695569
script_execution_protection = false
extra_output_files = ["abi", "evm.bytecode"]