Skip to content

Commit

Permalink
Update building manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kkawula committed Nov 21, 2024
1 parent 35fb640 commit 0f97dc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sncast/src/helpers/global_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ fn build_default_manifest() -> String {
[sncast.default]
url = "{default_url}"
accounts-file = "{default_accounts_file}"
block-explorer = "{default_block_explorer}"
wait-params = {{ timeout = {default_wait_timeout}, retry-interval = {default_wait_retry_interval} }}
show-explorer-links = {default_show_explorer_links}
account = "{default_account}"
# accounts-file = "{default_accounts_file}"
# account = "{default_account}"
# keystore = "{default_keystore}"
"#,
default_url = FREE_RPC_PROVIDER_URL,
Expand Down

0 comments on commit 0f97dc7

Please sign in to comment.