Skip to content

Commit

Permalink
Bump @orangekit packages to the latest versions
Browse files Browse the repository at this point in the history
When the withdrawal transaction is relayed I get "Unexpected error"
with: `GelatoRelaySDK/getTaskStatus: Failed with error: Status not
found` logged in the console. In the latest versions of orangekit
packages, this case has been improved.

Ref: thesis/orangekit#133
  • Loading branch information
r-czajkowski committed Aug 28, 2024
1 parent 187014c commit 7462621
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 30 deletions.
2 changes: 1 addition & 1 deletion dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@orangekit/react": "1.0.0-beta.29",
"@orangekit/react": "1.0.0-beta.30",
"@orangekit/sign-in-with-wallet": "1.0.0-beta.6",
"@reduxjs/toolkit": "^2.2.0",
"@rehooks/local-storage": "^2.4.5",
Expand Down
38 changes: 10 additions & 28 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@acre-btc/contracts": "workspace:*",
"@keep-network/tbtc-v2.ts": "2.5.0-dev.3",
"@ledgerhq/wallet-api-client": "1.5.0",
"@orangekit/sdk": "1.0.0-beta.14",
"@orangekit/sdk": "1.0.0-beta.16",
"@swan-bitcoin/xpub-lib": "0.1.5",
"ethers": "6.10.0",
"ethers-v5": "npm:ethers@^5.5.2"
Expand Down

0 comments on commit 7462621

Please sign in to comment.