Skip to content

Commit

Permalink
Merge pull request #23 from multiversx/use-webpack
Browse files Browse the repository at this point in the history
Use webpack instead of browserify. Reference newer HW-provider
  • Loading branch information
andreibancioiu authored Jun 22, 2023
2 parents 8a1f4f0 + a49bb23 commit d6d67c9
Show file tree
Hide file tree
Showing 5 changed files with 2,064 additions and 3,208 deletions.
8 changes: 4 additions & 4 deletions signing-providers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ <h3>Hardware Wallet</h3>
<script src="./out/app.js"></script>

<script>
const webWallet = new app.WebWallet();
const extension = new app.Extension();
const walletConnectV2 = new app.WalletConnectV2();
const hw = new app.HW();
const webWallet = new WebWallet();
const extension = new Extension();
const walletConnectV2 = new WalletConnectV2();
const hw = new HW();
</script>
</body>

Expand Down
Loading

0 comments on commit d6d67c9

Please sign in to comment.