Skip to content

Commit

Permalink
feat: add cache busting timestmap to remoteEntry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
khanti42 committed Jan 7, 2025
1 parent 3f030eb commit 1ee5da9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ class MetaMaskVirtualWallet
{
name: "MetaMaskStarknetSnapWallet",
alias: "MetaMaskStarknetSnapWallet",
entry:
"https://snaps.consensys.io/starknet/get-starknet/v1/remoteEntry.js",
entry: `https://snaps.consensys.io/starknet/get-starknet/v1/remoteEntry.js?ts=${Date.now()}`,
},
],
})
Expand Down

0 comments on commit 1ee5da9

Please sign in to comment.