File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ if (shouldInjectProvider()) {
90
90
getMultichainClient ( {
91
91
transport : getDefaultTransport ( ) ,
92
92
} ) . then ( ( client ) => {
93
- registerSolanaWalletStandard ( { client } ) ;
93
+ registerSolanaWalletStandard ( {
94
+ client,
95
+ walletName : process . env . METAMASK_BUILD_NAME ,
96
+ } ) ;
94
97
} ) ;
95
98
}
Original file line number Diff line number Diff line change 328
328
"@metamask/snaps-sdk" : " ^6.22.1" ,
329
329
"@metamask/snaps-utils" : " ^9.2.1" ,
330
330
"@metamask/solana-wallet-snap" : " ^1.24.0" ,
331
- "@metamask/solana-wallet-standard" : " ^0.3.0 " ,
331
+ "@metamask/solana-wallet-standard" : " ^0.4.1 " ,
332
332
"@metamask/transaction-controller" : " ^54.3.0" ,
333
333
"@metamask/user-operation-controller" : " ^31.0.0" ,
334
334
"@metamask/utils" : " ^11.1.0" ,
Original file line number Diff line number Diff line change @@ -6577,17 +6577,17 @@ __metadata:
6577
6577
languageName: node
6578
6578
linkType: hard
6579
6579
6580
- "@metamask/solana-wallet-standard@npm:^0.3.0 ":
6581
- version: 0.3 .1
6582
- resolution: "@metamask/solana-wallet-standard@npm:0.3 .1"
6580
+ "@metamask/solana-wallet-standard@npm:^0.4.1 ":
6581
+ version: 0.4 .1
6582
+ resolution: "@metamask/solana-wallet-standard@npm:0.4 .1"
6583
6583
dependencies:
6584
6584
"@solana/wallet-standard-chains": "npm:^1.1.1"
6585
6585
"@solana/wallet-standard-features": "npm:^1.3.0"
6586
6586
"@wallet-standard/base": "npm:^1.1.0"
6587
6587
"@wallet-standard/features": "npm:^1.1.0"
6588
6588
"@wallet-standard/wallet": "npm:^1.1.0"
6589
6589
bs58: "npm:^6.0.0"
6590
- checksum: 10/429a69cc5f040c1f22baf8c38fa4f9d07629d0b37fc343ae0175b282c80016c19e846462205aa584fb6cbfe9a56c06ef7bfffcc8236aceec921f934c41402f41
6590
+ checksum: 10/dda61cc772c6e2ee2d43749b0c688714dce6ab722e6f213a810ecce0731cc45e5a9c4d74360240f1303d2deb0c4fb7c7b3d8dca316cd856465e3ce3ffeb57e90
6591
6591
languageName: node
6592
6592
linkType: hard
6593
6593
@@ -30070,7 +30070,7 @@ __metadata:
30070
30070
"@metamask/snaps-sdk": "npm:^6.22.1"
30071
30071
"@metamask/snaps-utils": "npm:^9.2.1"
30072
30072
"@metamask/solana-wallet-snap": "npm:^1.24.0"
30073
- "@metamask/solana-wallet-standard": "npm:^0.3.0 "
30073
+ "@metamask/solana-wallet-standard": "npm:^0.4.1 "
30074
30074
"@metamask/test-bundler": "npm:^1.0.0"
30075
30075
"@metamask/test-dapp": "npm:9.3.0"
30076
30076
"@metamask/test-dapp-multichain": "npm:^0.10.0"
You can’t perform that action at this time.
0 commit comments