Skip to content

Commit 7ac3999

Browse files
chore: shasum
1 parent 15ebd5f commit 7ac3999

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/snap/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snap-solana-wallet.git"
88
},
99
"source": {
10-
"shasum": "Wz3gtyw2ZvaXCBJWXOm0RRlPbhJHKXS21e0/0OOdB6w=",
10+
"shasum": "tWTe+7InQX32jj/Bn9zUyxFhyJGUb2XP1kW4pm0RWls=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/snap/src/snapContext.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ const transactionScanService = new TransactionScanService(
118118

119119
const confirmationHandler = new ConfirmationHandler();
120120

121-
const webSocketConnectionRepository = new WebSocketConnectionRepository();
121+
const webSocketConnectionRepository = new WebSocketConnectionRepository(
122+
configProvider,
123+
);
122124

123125
const webSocketConnectionService = new WebSocketConnectionService(
124126
webSocketConnectionRepository,

0 commit comments

Comments
 (0)