Skip to content

Commit f76a238

Browse files
authored
Fixed broken create-onchain-agent builds (coinbase#880)
1 parent 7260a56 commit f76a238

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@coinbase/agentkit": patch
3+
---
4+
5+
Fixed broken create-onchain-agent builds due to breaking changes in newer zora sdk versions

typescript/agentkit/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"@zerodev/ecdsa-validator": "^5.4.5",
5555
"@zerodev/intent": "^0.0.24",
5656
"@zerodev/sdk": "^5.4.28",
57-
"@zoralabs/coins-sdk": "^0.2.8",
57+
"@zoralabs/coins-sdk": "0.2.8",
58+
"@zoralabs/protocol-deployments": "0.6.1",
5859
"axios": "^1.9.0",
5960
"bs58": "^4.0.1",
6061
"canonicalize": "^2.1.0",

typescript/create-onchain-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint:fix": "eslint -c .eslintrc.json \"src/**/*.ts\" --fix",
1515
"check:types": "tsc --noEmit",
1616
"clean": "rm -rf dist tsconfig.tsbuildinfo",
17-
"dev": "tsx src/cli.ts"
17+
"dev": "pnpm run build && node dist/esm/create.js"
1818
},
1919
"files": [
2020
"dist/**",

typescript/pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)