Marcellus Ifeanyi

Results 3 comments of Marcellus Ifeanyi
trafficstars

Thanks man, this worked for me. const donate = async (pId, amount) => { const data = await contract.call("donateToCampaign", [pId], { value: ethers.utils.parseEther(amount), }); return data; }; i was initially...

> This worked for me: > > 1. Go to your "client/main.jsx" > 2. In main.jsx file, change attribute desiredChainId to activeChain in ThirdwebProvider (Line 13 on mine) > 3....