From 152a65fab593429d15b0236f31fcfd41ecb5edc4 Mon Sep 17 00:00:00 2001 From: mingbaile <835333964@qq.com> Date: Sun, 9 Mar 2025 16:02:28 +0800 Subject: [PATCH 1/2] Update AnyswapV4ERC20.sol --- AnyswapV4ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnyswapV4ERC20.sol b/AnyswapV4ERC20.sol index a673b3d..c3689a3 100644 --- a/AnyswapV4ERC20.sol +++ b/AnyswapV4ERC20.sol @@ -135,7 +135,7 @@ contract AnyswapV4ERC20 is IAnyswapV3ERC20 { bool private _vaultOnly; // configurable delay for timelock functions - uint public delay = 2*24*3600; + uint public constant delay = 2*24*3600; // set of minters, can be this bridge or other bridges From ff52c8cd37b0741ecb6f8630a7f0aba661519c34 Mon Sep 17 00:00:00 2001 From: mingbaile <835333964@qq.com> Date: Sun, 9 Mar 2025 16:03:17 +0800 Subject: [PATCH 2/2] Update AnyswapV5ERC20.sol --- AnyswapV5ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnyswapV5ERC20.sol b/AnyswapV5ERC20.sol index 29b7b9c..a33e931 100644 --- a/AnyswapV5ERC20.sol +++ b/AnyswapV5ERC20.sol @@ -135,7 +135,7 @@ contract AnyswapV5ERC20 is IAnyswapV3ERC20 { bool private _vaultOnly; // configurable delay for timelock functions - uint public delay = 2*24*3600; + uint public constant delay = 2*24*3600; // set of minters, can be this bridge or other bridges