🌐Relaying the signature

Now it's time to dispatch the transaction

Access the callPermit precompile

const callPermitAddress = "0x000000000000000000000000000000000000080a"

You'll find the callPermit full solidity Interface on the Moonbeam foundation github.

Last updated