Skip to content

Commit

Permalink
Update main/src/constants.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Colvin <[email protected]>
  • Loading branch information
rauljordan and joshuacolvin0 authored Sep 4, 2024
1 parent 44fbf62 commit 193d8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ pub const PROJECT_HASH_SECTION_NAME: &str = "project_hash";
pub const TOOLCHAIN_FILE_NAME: &str = "rust-toolchain.toml";

/// The default endpoint for connections to a Stylus-enabled Arbitrum node.
pub const DEFAULT_ENDPOINT: &str = "https://arb1.arbitrum.io/rpc";
pub const DEFAULT_ENDPOINT: &str = "http://localhost:8547";

0 comments on commit 193d8a8

Please sign in to comment.