Add smart gate contract to allow only tribe members to jump
This commit is contained in:
commit
65582d2c11
11 changed files with 4096 additions and 0 deletions
6
foundry.toml
Normal file
6
foundry.toml
Normal 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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue