@coinbase/cdp-solana-standard-wallet 0.0.51 → 0.0.53
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.
- package/README.md +0 -3
- package/dist/types/index.d.ts +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -276,6 +276,3 @@ The hooks handle various error scenarios gracefully:
|
|
|
276
276
|
- Authentication handled via CDP's secure auth flow
|
|
277
277
|
- Wallet disconnect clears wallet accounts but does not sign out user (maintains session)
|
|
278
278
|
|
|
279
|
-
## Contributing
|
|
280
|
-
|
|
281
|
-
This package is part of the CDP Frontend SDK. See [this page](../../CONTRIBUTING.md) for contributing guidelines.
|
package/dist/types/index.d.ts
CHANGED
|
@@ -15,10 +15,12 @@ export declare const CDP_SOLANA_WALLET_STANDARD_VERSION: "1.0.0";
|
|
|
15
15
|
|
|
16
16
|
export declare const CDP_STANDARD_SOLANA_WALLET_FEATURES: readonly ["solana:signAndSendTransaction", "solana:signTransaction", "solana:signMessage"];
|
|
17
17
|
|
|
18
|
-
declare type CdpFeature = {
|
|
18
|
+
export declare type CdpFeature = {
|
|
19
19
|
"cdp:": true;
|
|
20
20
|
};
|
|
21
21
|
|
|
22
|
+
export declare type CdpSolanaChain = (typeof CDP_SOLANA_CHAINS)[number];
|
|
23
|
+
|
|
22
24
|
export declare class CdpSolanaWallet implements Wallet {
|
|
23
25
|
#private;
|
|
24
26
|
constructor(solanaAddresses: string[]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coinbase/cdp-solana-standard-wallet",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.53",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@wallet-standard/wallet": "^1.1.0",
|
|
23
23
|
"@wallet-standard/features": "^1.1.0",
|
|
24
24
|
"@wallet-standard/app": "^1.1.0",
|
|
25
|
-
"@coinbase/cdp-core": "^0.0.
|
|
25
|
+
"@coinbase/cdp-core": "^0.0.53"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@testing-library/jest-dom": "^6.6.3",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@size-limit/webpack": "^11.2.0",
|
|
38
38
|
"@size-limit/webpack-why": "^11.2.0",
|
|
39
39
|
"size-limit": "^11.2.0",
|
|
40
|
-
"@coinbase/cdp-core": "^0.0.
|
|
40
|
+
"@coinbase/cdp-core": "^0.0.53"
|
|
41
41
|
},
|
|
42
42
|
"size-limit": [
|
|
43
43
|
{
|