Skip to content

Commit

Permalink
fix: eccrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Nov 7, 2023
1 parent b3bd334 commit b1bc97f
Show file tree
Hide file tree
Showing 4 changed files with 994 additions and 876 deletions.
12 changes: 6 additions & 6 deletions packages/bridge-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@injectivelabs/bridge-ts",
"description": "Bridge utilities and abstractions in TypeScript to be used in Injective products",
"version": "1.14.2-beta.16",
"version": "1.14.2-beta.15",
"sideEffects": false,
"author": {
"name": "Bojan Angjelkoski",
Expand Down Expand Up @@ -31,12 +31,12 @@
"start": "node dist/index.js"
},
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.11.7",
"@injectivelabs/exceptions": "^1.14.2-beta.3",
"@injectivelabs/networks": "^1.14.2-beta.4",
"@injectivelabs/sdk-ts": "^1.14.2-beta.16",
"@axelar-network/axelarjs-sdk": "^0.13.6",
"@injectivelabs/exceptions": "^1.14.2-beta.2",
"@injectivelabs/networks": "^1.14.2-beta.3",
"@injectivelabs/sdk-ts": "^1.14.2-beta.15",
"@injectivelabs/ts-types": "^1.14.2-beta.0",
"@injectivelabs/utils": "^1.14.2-beta.3",
"@injectivelabs/utils": "^1.14.2-beta.2",
"@injectivelabs/wormhole-sdk": "^1.12.0-beta.0",
"@solana/spl-token": "^0.3.6",
"@solana/wallet-adapter-base": "^0.9.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@bangjelkoski/eth-crypto": "^2.6.0",
"@bangjelkoski/eth-crypto": "^2.6.1",
"@cosmjs/amino": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@ledgerhq/hw-transport-webhid": "6.27.19",
"@ledgerhq/hw-transport-webusb": "6.27.19",
"@metamask/eth-sig-util": "^4.0.0",
"@solana/wallet-adapter-wallets": "^0.19.5",
"@solana/wallet-adapter-wallets": "^0.19.23",
"@toruslabs/torus-embed": "^1.39.0",
"@trezor/connect-web": "^9.0.6",
"alchemy-sdk": "^2.6.3",
Expand Down
Loading

0 comments on commit b1bc97f

Please sign in to comment.