My team and I are working on setting up metatransactions for our Dapp. I've followed the metatransactions guide, but have noticed that BaseRelayRecipient is deperecated and isn't accessible through import "openzeppelin-solidity/contracts/metatx/BaseRelayRecipient.sol";
.
So I've used ERC2771 instead and I'm having trouble understanding how I integrate relayer with it, so that the user doesn't have to pay gas fee.
Environment
Details
Code to reproduce