WalletConnect / web3modal-vanilla-js-example

An example application how to use Web3modal from vanilla JavaScript

Home Page:https://web3modal.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EVM link in index.html doesn't work properly

ctharvey opened this issue · comments

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 97fc921