Skip to content

Commit

Permalink
fix: production path for remoteEntry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Oct 25, 2024
1 parent 26a51a2 commit 83fa4dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const metaMaskVirtualWallet: VirtualWallet & Eip6963SupportedWallet = {
name: "MetaMaskStarknetSnapWallet",
alias: "MetaMaskStarknetSnapWallet",
entry:
"https://dev.snaps.consensys.io/starknet/get-starknet/v1/remoteEntry.js", //"http://localhost:8082/remoteEntry.js",
"https://snaps.consensys.io/starknet/get-starknet/v1/remoteEntry.js", //"http://localhost:8082/remoteEntry.js",
},
],
})
Expand Down

0 comments on commit 83fa4dd

Please sign in to comment.