From 1bbdf2005db4d3e491a974dd5bd4550723572e4e Mon Sep 17 00:00:00 2001 From: Emre Tepe Date: Fri, 16 Sep 2022 01:41:12 +0300 Subject: [PATCH] Update the informational link (#3703) (cherry picked from commit 76b538c226df019a1451467d36351b3c61cd4139) --- contracts/metatx/MinimalForwarder.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/metatx/MinimalForwarder.sol b/contracts/metatx/MinimalForwarder.sol index 8433a65f860..34ca2922d7e 100644 --- a/contracts/metatx/MinimalForwarder.sol +++ b/contracts/metatx/MinimalForwarder.sol @@ -57,7 +57,7 @@ contract MinimalForwarder is EIP712 { ); // Validate that the relayer has sent enough gas for the call. - // See https://ronan.eth.link/blog/ethereum-gas-dangers/ + // See https://ronan.eth.limo/blog/ethereum-gas-dangers/ if (gasleft() <= req.gas / 63) { // We explicitly trigger invalid opcode to consume all gas and bubble-up the effects, since // neither revert or assert consume all gas since Solidity 0.8.0