Skip to content

Commit 90af3fe

Browse files
committed
fix build script
1 parent 6746cc1 commit 90af3fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contract_manager/scripts/upgrade_ton_contract.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ async function main() {
6262
);
6363

6464
// Read the compiled contract from the build directory
65+
// NOTE: Remember to build the contract first before running this script to get the latest build, command: `npm run build:blueprint` on target_chains/ton/contracts
6566
const compiledPath = path.resolve(
6667
__dirname,
6768
"../../target_chains/ton/contracts/build/Main.compiled.json"

target_chains/ton/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"scripts": {
66
"start": "blueprint run",
7-
"build:blueprint": "echo Pyth | blueprint build",
7+
"build:blueprint": "blueprint build Main",
88
"test:unit": "jest --verbose"
99
},
1010
"devDependencies": {

0 commit comments

Comments
 (0)