From 389e85c9755e8992dfb727cdf3e1cc0691096bd6 Mon Sep 17 00:00:00 2001 From: Artur Yurii Korchynskyi <42449190+akorchyn@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:25:03 +0300 Subject: [PATCH] Update lib.rs --- crate/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crate/src/lib.rs b/crate/src/lib.rs index c9ab7bf..cabd92d 100644 --- a/crate/src/lib.rs +++ b/crate/src/lib.rs @@ -12,7 +12,7 @@ pub mod sync; // Should be updated to the latest release of nearcore. // Currently pointing to nearcore@v2.2.0 released on September 9, 2024 pub const DEFAULT_NEAR_SANDBOX_VERSION: &str = - "master/52b4684c1c8f4a5e18a9439c7a9cef969ebd116c/stable"; + "master/9a72275a585ad197f4b296c236b27fa3ce71354e/stable"; const fn platform() -> Option<&'static str> { #[cfg(all(target_os = "linux", target_arch = "x86_64"))]