From 70b8870c14d8ceea34d59eeabacec8d5cb071998 Mon Sep 17 00:00:00 2001 From: Phuong Nguyen Date: Tue, 18 Jun 2024 13:43:52 -0700 Subject: [PATCH] Bump to node 1.40 --- crate/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crate/src/lib.rs b/crate/src/lib.rs index 3d79ba8..4381239 100644 --- a/crate/src/lib.rs +++ b/crate/src/lib.rs @@ -11,8 +11,8 @@ 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 nearcore@v1.38.0 released on March 18, 2024 -pub const DEFAULT_NEAR_SANDBOX_VERSION: &str = "1.38.0/aac5e42fe8975e27faca53e31f53f9c67a5b4e35"; +// Currently pointing to nearcore@v1.40.0 released on June 17, 2024 +pub const DEFAULT_NEAR_SANDBOX_VERSION: &str = "1.40.0"; const fn platform() -> Option<&'static str> { #[cfg(all(target_os = "linux", target_arch = "x86_64"))]