diff --git a/npm/src/getBinary.ts b/npm/src/getBinary.ts index 6899020..075c637 100644 --- a/npm/src/getBinary.ts +++ b/npm/src/getBinary.ts @@ -18,7 +18,7 @@ function getPlatform() { export function AWSUrl(): string { const [platform, arch] = getPlatform(); - return `https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/${platform}-${arch}/2.0.0/sandbox.tar.gz`; + return `https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/${platform}-${arch}/2.0.0/near-sandbox.tar.gz`; } export function getBinary(name: string = "near-sandbox"): Promise {