Arth
Arth
Was done as part of https://github.com/maticnetwork/pos-portal/pull/57 Issue can be closed now
@mudgen Meta transactions are executed by calling the `executeMetaTransaction` function of NativeMetaTransaction contract. This function calls self contract with calldata and userAddress as can be seen here: https://github.com/maticnetwork/pos-portal/blob/master/contracts/common/NativeMetaTransaction.sol#L59-L61 Due to...
@albertocuestacanada I'd like to work on this if someone is not already doing it.