WalletConnect / web3modal-vanilla-js-example

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

EVM link in index.html doesn't work properly #8

Closed ctharvey closed 3 years ago

ctharvey commented 3 years ago

Causes example to fail if git is cloned. Resolved by replacing:

<script type="text/javascript" src="https://unpkg.com/evm-chains/lib/index.js"></script>

with

<script type="text/javascript" src="https://unpkg.com/evm-chains@0.2.0/dist/umd/index.min.js"></script>

pedrouid commented 3 years ago

Thanks for pointing it out! 🙌 Fixed on commit https://github.com/Web3Modal/web3modal-vanilla-js-example/commit/97fc9211c9057d8a3e15df7a55b9a5240b19c263