Francisldn
Francisldn
I need some KETH too, my address as below. Thanks. 0x332314866e7fC517328A19682B79627fB1411ab8
To do: 1. withdrawWithSignature should calculate amount from points rather than directly transfer the passed amount. 2. we should use nonce to mark claims as used. the Activate backend will...
Hi @gpxl-dev, regarding this issue, do I fetch the signerFee from the SwapContract instance, ie. ``` const contract = ethers.Contract(swapContractAddress, swapContractAbi, provider); const signerFee = contract.protocolFee(); ``` Please advise if...