Closed n1c01a5 closed 3 years ago
Maybe it can be useful to inherit the UBI smart contract from BaseRelayRecipient.sol https://github.com/opengsn/gsn/blob/master/packages/contracts/src/BaseRelayRecipient.sol to allow metaTx.
BaseRelayRecipient.sol
Cons: more gas / more complexity
This is definitely an interesting feature, but right now we are currently aggressively optimizing gas consumption of the contract as we are ready to deploy on mainnet.
Maybe it can be useful to inherit the UBI smart contract from
BaseRelayRecipient.sol
https://github.com/opengsn/gsn/blob/master/packages/contracts/src/BaseRelayRecipient.sol to allow metaTx.Cons: more gas / more complexity