artgenexyz / webflow-nft-components

Connect web3 to Webflow without coding skills

Home Page:https://buildship.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Cronos blockchain

frynze opened this issue · comments

image

I'm trying to add a minting button to my website, I have a project on Cronos (it's an EVM)

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>

https://github.com/buildship-dev/webflow-nft-components#how-to-use-this-with-polygon-binance-or-other-ethereum-based-networks

Also you have strange errors going on, please check that you didn't put the embed script twice into a page