Closed ctharvey closed 4 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>
Thanks for pointing it out! 🙌 Fixed on commit https://github.com/Web3Modal/web3modal-vanilla-js-example/commit/97fc9211c9057d8a3e15df7a55b9a5240b19c263
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>