WalletConnect / web3modal-vanilla-js-example

An example application how to use Web3modal from vanilla JavaScript
https://web3modal.com/
173 stars 147 forks source link

fix 404 error when fetching web3modal from unpkg #3

Closed polats closed 4 years ago

polats commented 4 years ago

Hello, I applied this fix to get the web3modal example to work on my end, it was unable to fetch the dist from unpckg

image

cupOJoseph commented 4 years ago

the wallet connect link there (https://unpkg.com/@walletconnect/web3-provider/lib/index.js) is also giving me a 404

polats commented 4 years ago

@jschiarizzi got that error also just now, to fix it I changed the wallet connect import to:

<script type="text/javascript" src="https://unpkg.com/@walletconnect/web3-provider"></script>