Skip to content

Commit

Permalink
Merge pull request #123 from propeller-heads/zz/price-printer/tiny-do…
Browse files Browse the repository at this point in the history
…cstring-improvement

docs(example): correct list for `RPC_URL` early check docstring
  • Loading branch information
zizou0x authored Jan 10, 2025
2 parents 0ad0b2e + b98b6f8 commit eea83d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/price_printer/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async fn main() {

// Perform an early check to ensure `RPC_URL` is set.
// This prevents errors from occurring later during UI interactions.
// Can be commented out if only using the example with uniswap_v2 and uniswap_v3.
// Can be commented out if only using the example with uniswap_v2, uniswap_v3 and balancer_v2.
env::var("RPC_URL").expect("RPC_URL env variable should be set");

// Create communication channels for inter-thread communication
Expand Down

0 comments on commit eea83d1

Please sign in to comment.