You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 function with the same name but with different parameter lengths in the contract, I'm trying interact with this contract via useContractFunction, but got the following error.. Can anyone help me?
const { send: sendDepositETH, state: stateDepositETH } = useContractFunction(GatewayContract, "depositETH")
There are 2 function with the same name but with different parameter lengths in the contract, I'm trying interact with this contract via
useContractFunction
, but got the following error.. Can anyone help me?The text was updated successfully, but these errors were encountered: