Skip to content

Commit

Permalink
rem constant
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Aug 15, 2024
1 parent 82e08d4 commit 40eb1c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions check/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,5 @@ pub const PROJECT_HASH_SECTION_NAME: &str = "project_hash";
/// Name of the toolchain file used to specify the Rust toolchain version for a project.
pub const TOOLCHAIN_FILE_NAME: &str = "rust-toolchain.toml";

/// Base Rust image version to be used for reproducible builds. This simply installs cargo and the Rust
/// compiler, but the user will specify the exact version of the Rust toolchain to use for building within
/// the docker container.
pub const RUST_BASE_IMAGE_VERSION: &str = "1.79.0";

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

0 comments on commit 40eb1c1

Please sign in to comment.