Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AnyswapV4ERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion AnyswapV5ERC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down