Skip to content

Commit ed060d7

Browse files
committed
added new binary compilation
1 parent 7fa2380 commit ed060d7

3 files changed

Lines changed: 126 additions & 133 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ logs
55
node_modules
66
out
77
.DS_Store
8+
arweave.json

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",
7-
"build:binaries": "yarn build && rimraf out && pkg package.json",
7+
"build:binaries": "yarn build && rimraf out && pkg --output out/kyve package.json && node ./node_modules/@kyve/core/dist/src/checksum.js",
88
"start": "node ./dist/src/index.js",
99
"format": "prettier --write ."
1010
},
@@ -14,16 +14,15 @@
1414
"assets": "./node_modules/@kyve/sdk/dist/proto/*",
1515
"targets": [
1616
"latest-linux-x64",
17-
"latest-macos-x64",
18-
"latest-win-x64"
17+
"latest-macos-x64"
1918
],
2019
"outputPath": "out"
2120
},
2221
"prettier": {
2322
"singleQuote": true
2423
},
2524
"dependencies": {
26-
"@kyve/core": "^1.0.8",
25+
"@kyve/core": "KYVENetwork/core#v0.4.0",
2726
"ethers": "^5.6.5"
2827
},
2928
"devDependencies": {

0 commit comments

Comments
 (0)