@shelby-protocol/solana-kit 0.1.2-alpha.1 → 0.1.2-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,8 +18,6 @@ pnpm install @shelby-protocol/solana-kit
18
18
  pnpm install react react-dom
19
19
  ```
20
20
 
21
- > **Note**: `@shelby-protocol/solana-kit` includes `@solana/web3.js`, `@aptos-labs/ts-sdk`, and `@shelby-protocol/sdk` as dependencies, so you don't need to install them separately.
22
-
23
21
  ## Acquire a Shelby API Key
24
22
 
25
23
  API keys authenticate your app and manage rate limits when using Shelby services. Without one, your client runs in "anonymous" mode with much lower limits, which can affect performance.
@@ -161,7 +159,7 @@ function MyComponent() {
161
159
  apiKey: "AG-***",
162
160
  });
163
161
 
164
- const { storageAccountAddress, signAndSubmitTransaction } = useStorageAccount(
162
+ const { storageAccountAddress } = useStorageAccount(
165
163
  {
166
164
  client: shelbyClient,
167
165
  wallet,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelby-protocol/solana-kit",
3
- "version": "0.1.2-alpha.1",
3
+ "version": "0.1.2-alpha.2",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -47,7 +47,7 @@
47
47
  }
48
48
  },
49
49
  "dependencies": {
50
- "@aptos-labs/derived-wallet-solana": "^0.9.1",
50
+ "@aptos-labs/derived-wallet-solana": "0.11.0-alpha.0",
51
51
  "@aptos-labs/gas-station-client": "^2.0.3",
52
52
  "@aptos-labs/ts-sdk": "^5.1.1",
53
53
  "@aptos-labs/wallet-standard": "^0.5.2",