Problem with Cronos blockchain
frynze opened this issue · comments
frynze commented
Aleksey Bykhun commented
To use custom chain, you need to open a PR (you did: #26) and use the Vercel build from that URL:
<script src="https://nftcomponents-git-fork-frynze-patch-1-buildship.vercel.app/static/js/main.js"></script>
<link href="https://nftcomponents-git-fork-frynze-patch-1-buildship.vercel.app/static/css/main.css" rel="stylesheet">
Edit: Also don't forget to set NETWORK_ID
in the code, set it to 25
in your case:
<script>
...
NETWORK_ID = 25
...
</script>
Aleksey Bykhun commented
Also you have strange errors going on, please check that you didn't put the embed script twice into a page