Commit aa76909 1 parent 503fab0 commit aa76909 Copy full SHA for aa76909
File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ pub mod sync;
10
10
11
11
// The current version of the sandbox node we want to point to.
12
12
// Should be updated to the latest release of nearcore.
13
- // Currently pointing to nearcore@v2.0.0 released on August 5 , 2024
14
- pub const DEFAULT_NEAR_SANDBOX_VERSION : & str = "2.0.0 " ;
13
+ // Currently pointing to nearcore@v2.1.1 released on August 20 , 2024
14
+ pub const DEFAULT_NEAR_SANDBOX_VERSION : & str = "2.1.1 " ;
15
15
16
16
const fn platform ( ) -> Option < & ' static str > {
17
17
#[ cfg( all( target_os = "linux" , target_arch = "x86_64" ) ) ]
Original file line number Diff line number Diff line change
1
+ ---
2
+ " near-sandbox " : patch
3
+ ---
4
+
5
+ Updated near-sandbox to 2.1.1
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ function getPlatform() {
18
18
19
19
export function AWSUrl ( ) : string {
20
20
const [ platform , arch ] = getPlatform ( ) ;
21
- return `https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/${ platform } -${ arch } /2.0.0 /near-sandbox.tar.gz` ;
21
+ return `https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/${ platform } -${ arch } /2.1.1 /near-sandbox.tar.gz` ;
22
22
}
23
23
24
24
export function getBinary ( name : string = "near-sandbox" ) : Promise < Binary > {
You can’t perform that action at this time.
0 commit comments