forked from starknet-edu/basecamp11-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnfoundry.toml
9 lines (8 loc) · 831 Bytes
/
snfoundry.toml
1
2
3
4
5
6
7
8
9
# Visit https://foundry-rs.github.io/starknet-foundry/appendix/snfoundry-toml.html for more information
# [sncast.myprofile1] # Define a profile name
# url = "http://127.0.0.1:5050/" # Url of the RPC provider
# accounts_file = "../account-file" # Path to the file with the account data
# account = "mainuser" # Account from `accounts_file` or default account file that will be used for the transactions
# keystore = "~/keystore" # Path to the keystore file
# wait_params = { timeout = 500, retry_interval = 10 } # Wait for submitted transaction parameters
# block_explorer = "StarkScan" # Block explorer service used to display links to transaction details