Skip to content

Commit 818a35e

Browse files
authored
chore: npm version was pointing to sandbox.tar.gz instead of near-sandbox.tar.gz (#91)
1 parent c25915f commit 818a35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/src/getBinary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function getPlatform() {
1818

1919
export function AWSUrl(): string {
2020
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`;
21+
return `https://s3-us-west-1.amazonaws.com/build.nearprotocol.com/nearcore/${platform}-${arch}/2.0.0/near-sandbox.tar.gz`;
2222
}
2323

2424
export function getBinary(name: string = "near-sandbox"): Promise<Binary> {

0 commit comments

Comments
 (0)