Skip to content

Commit

Permalink
commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Aug 12, 2024
1 parent b638726 commit 2959eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/src/deploy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl DeployConfig {
let tx_hash = receipt.transaction_hash.debug_lavender();
greyln!("deployment tx hash: {tx_hash}");
println!(
r#"we recommend running cargo stylus cache --address={} to cache your activated contract in ArbOS.
r#"INFO: Your program is not yet part of the Stylus contract cache. We recommend running `cargo stylus cache --address={}` to cache your activated contract in ArbOS.
Cached contracts benefit from cheaper calls. To read more about the Stylus contract cache, see
https://docs.arbitrum.io/stylus/concepts/stylus-cache-manager"#,
hex::encode(contract)
Expand Down

0 comments on commit 2959eff

Please sign in to comment.