-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathsnfoundry.toml
More file actions
12 lines (11 loc) · 1.14 KB
/
snfoundry.toml
File metadata and controls
12 lines (11 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
# Visit https://foundry-rs.github.io/starknet-foundry/appendix/snfoundry-toml.html
# and https://foundry-rs.github.io/starknet-foundry/projects/configuration.html for more information
[sncast.c6] # Define a profile name
# url = "https://free-rpc.nethermind.io/sepolia-juno/v0_7" # Url of the RPC provider
url = "https://api.cartridge.gg/x/starknet/sepolia" # Url of the RPC provider
accounts-file = "~/.starknet_accounts/starknet_open_zeppelin_accounts.json" # Path to the file with the account data
account = "c6" # 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 = 300, retry-interval = 10 } # Wait for submitted transaction parameters
block-explorer = "StarkScan" # Block explorer service used to display links to transaction details
# show-explorer-links = true # Print links pointing to pages with transaction details in the chosen block explorer