Eeshaan Sawant
Eeshaan Sawant
So, if we are to put the button there, it has to be directed to the Layer5 site. Do I make sense? @UtkarshMishra12 ?
Any idea what could be causing this? @UtkarshMishra12 The irregular spaces?
@Nikhil-Ladha can we have this merged? It is been pending for quite a while now.
@adrianhajdin @KhGunindro (Since you completed the project ), I am wondering if you could help.
@KhGunindro , I named in the func donaateToCampaign in the smart contract by mistake, so using the same everywhere. As far as `await donate` goes, yes I missed the second...
**whole index.jsx** ``` import React, { useContext, createContext } from "react"; import { useAddress, useContract, useMetamask, useContractWrite, } from "@thirdweb-dev/react"; import { ethers } from "ethers"; const StateContext = createContext();...
> have you tried passing in this parameter **( { value: ethers.utils.parseEther(amount)})** to you `const data = await contract.call('donateToCampaign', [pId]);` like this: `const data = await contract.call('donateToCampaign', [pId], { value:...
@KhGunindro you are a gem. Thanks a lot. I missed that. Thats for looking into this in so much detail. It works now. I owe you one. PS - I...
Thanks for this, @himanshu1221 . I have raised a similar PR for the same. #436
Is there any other improvements this issue needs? Happy to brainstorm and help!