Skip to content

Commit

Permalink
Frontend fix ethers.js not found error new CDN URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz authored Sep 28, 2024
1 parent 34818e0 commit 7cebccf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@
</div>

<!-- ethers.js library import -->
<script src="https://cdn.ethers.io/lib/ethers-5.6.umd.min.js" type="text/javascript"></script>
<!-- Javascript for this page source -->
<!-- <script src="https://cdn.ethers.io/lib/ethers-5.6.umd.min.js" type="text/javascript"></script> -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/ethers/5.6.0/ethers.umd.min.js" type="text/javascript"></script>
<!-- Javascript for this page source -->
<script src="index.js"></script>

</body>
Expand Down

0 comments on commit 7cebccf

Please sign in to comment.