Skip to content

Commit

Permalink
fix dev page
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Dec 27, 2021
1 parent 70293c6 commit f3c2c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<script src="https://cdn.ethers.io/lib/ethers-5.4.umd.min.js" type="application/javascript"></script>
<script crossorigin src="https://unpkg.com/@depay/web3-constants@4/dist/umd/index.js"></script>
<script crossorigin src="https://unpkg.com/@depay/walletconnect-v1@1/dist/umd/index.js"></script>
<script crossorigin src="https://unpkg.com/@depay/walletconnect-v1@1"></script>
<script crossorigin src="https://unpkg.com/@depay/web3-blockchains@3/dist/umd/index.js"></script>
<script crossorigin src="https://unpkg.com/@depay/web3-client@7/dist/umd/index.js"></script>
<script crossorigin src="https://unpkg.com/@depay/web3-wallets@6/dist/umd/index.js"></script>
Expand Down

0 comments on commit f3c2c99

Please sign in to comment.