Skip to content

Commit

Permalink
Merge pull request #75 from CheesecakeLabs/feat_update_soroban_client
Browse files Browse the repository at this point in the history
feat: update soroban version
  • Loading branch information
lucasmagnus authored Dec 19, 2023
2 parents af714b5 + f93bd9b commit 1d65210
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
66 changes: 33 additions & 33 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-slick": "^0.29.0",
"react-timeago": "^7.1.0",
"sass": "~1.59.2",
"soroban-client": "1.0.0-beta.4",
"soroban-client": "^1.0.0",
"swiper": "^10.2.0",
"typescript": "~4.9.5",
"web-vitals": "~3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/soroban/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const getContractOperation = (wrapArgs: {
const createContractArgs = new xdr.CreateContractArgs({
contractIdPreimage:
xdr.ContractIdPreimage.contractIdPreimageFromAsset(xdrAsset),
executable: xdr.ContractExecutable.contractExecutableToken(),
executable: xdr.ContractExecutable.contractExecutableStellarAsset(),
})

const func =
Expand Down

0 comments on commit 1d65210

Please sign in to comment.