File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- [ Unreleased ] : https://github.com/MetaMask/solana-wallet-standard/
10+ ## [ 0.1.0]
11+
12+ ### Changed
13+
14+ - Initial release
15+
16+ [ Unreleased ] : https://github.com/MetaMask/solana-wallet-standard/compare/v0.1.0...HEAD
17+ [ 0.1.0 ] : https://github.com/MetaMask/solana-wallet-standard/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1414
1515``` typescript
1616import { getMultichainClient , getDefaultTransport } from ' @metamask/multichain-api-client' ;
17- import { client } from ' @metamask/solana-wallet-standard' ;
17+ import { registerSolanaWalletStandard } from ' @metamask/solana-wallet-standard' ;
1818
19- const client = await getMultichainClient ({ transport: getDefaultTransport () });
19+ const client = getMultichainClient ({ transport: getDefaultTransport () });
2020
2121registerSolanaWalletStandard ({ client });
2222```
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/solana-wallet-standard" ,
3- "version" : " 0.0 .0" ,
3+ "version" : " 0.1 .0" ,
44 "license" : " ISC" ,
55 "description" : " The MetaMask Solana wallet-standard implementation" ,
66 "homepage" : " https://github.com/MetaMask/solana-wallet-standard#readme" ,
You can’t perform that action at this time.
0 commit comments