We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25915f commit 818a35eCopy full SHA for 818a35e
npm/src/getBinary.ts
@@ -18,7 +18,7 @@ function getPlatform() {
18
19
export function AWSUrl(): string {
20
const [platform, arch] = getPlatform();
21
- 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`;
22
}
23
24
export function getBinary(name: string = "near-sandbox"): Promise<Binary> {
0 commit comments