Skip to content

Commit

Permalink
fix: connect snap locally
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamParkhi committed Sep 23, 2024
1 parent 4c8fee3 commit 6ac81f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/site/src/utils/snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const connectSnap = async (
await window.ethereum.request({
method: 'wallet_requestSnaps',
params: {
[snapId]: params,
'local:http://localhost:8080': {},
},
});
};
Expand Down

0 comments on commit 6ac81f5

Please sign in to comment.