diff --git a/.changeset/tricky-timers-marry.md b/.changeset/tricky-timers-marry.md new file mode 100644 index 000000000..abe206bbe --- /dev/null +++ b/.changeset/tricky-timers-marry.md @@ -0,0 +1,6 @@ +--- +"@swapkit/toolbox-solana": patch +"@swapkit/wallet-keystore": patch +--- + +Adds and updates solana HDKey package dependency diff --git a/bun.lockb b/bun.lockb index 22a97b676..0f9886f7e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/packages/toolboxes/solana/package.json b/packages/toolboxes/solana/package.json index f0c5220fe..686bb498b 100644 --- a/packages/toolboxes/solana/package.json +++ b/packages/toolboxes/solana/package.json @@ -6,7 +6,8 @@ "@solana/spl-token": "0.4.9", "@solana/spl-token-registry": "0.2.4574", "@solana/web3.js": "1.95.3", - "@swapkit/helpers": "workspace:*" + "@swapkit/helpers": "workspace:*", + "micro-key-producer": "0.7.1" }, "description": "SwapKit - Toolbox solana", "files": [ diff --git a/packages/wallets/keystore/package.json b/packages/wallets/keystore/package.json index adcffc49a..b6c8098ba 100644 --- a/packages/wallets/keystore/package.json +++ b/packages/wallets/keystore/package.json @@ -9,7 +9,7 @@ "@swapkit/toolbox-substrate": "workspace:*", "@swapkit/toolbox-utxo": "workspace:*", "blakejs": "1.2.1", - "micro-key-producer": "0.7.0" + "micro-key-producer": "0.7.1" }, "description": "SwapKit Wallet - Keystore", "files": [