Skip to content

Commit

Permalink
build(ts-bindings): use newest stellar-sdk branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Mar 14, 2024
1 parent 406f906 commit a0450cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@stellar/freighter-api": "2.0.0",
"buffer": "6.0.3",
"@stellar/stellar-sdk": "AhaLabs/js-stellar-sdk#fix/no-jsification"
"@stellar/stellar-sdk": "AhaLabs/js-stellar-sdk#feat/contract-client"
},
"scripts": {
"build": "node ./scripts/build.mjs"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/crates/soroban-spec-typescript/ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ava": "^5.3.1",
"dotenv": "^16.3.1",
"eslint": "^8.53.0",
"@stellar/stellar-sdk": "AhaLabs/js-stellar-sdk#fix/no-jsification",
"@stellar/stellar-sdk": "AhaLabs/js-stellar-sdk#feat/contract-client",
"typescript": "^5.3.3"
},
"ava": {
Expand Down

0 comments on commit a0450cf

Please sign in to comment.