Skip to content

Commit

Permalink
Change sandbox to use node/1.40-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticTempest committed Jun 18, 2024
1 parent 4ca9c1f commit 4f310a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod sync;
// The current version of the sandbox node we want to point to.
// Should be updated to the latest release of nearcore.
// Currently pointing to [email protected] released on March 18, 2024
pub const DEFAULT_NEAR_SANDBOX_VERSION: &str = "1.38.0/aac5e42fe8975e27faca53e31f53f9c67a5b4e35";
pub const DEFAULT_NEAR_SANDBOX_VERSION: &str = "1.40.0-rc.1";

const fn platform() -> Option<&'static str> {
#[cfg(all(target_os = "linux", target_arch = "x86_64"))]
Expand Down

0 comments on commit 4f310a5

Please sign in to comment.