You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most bridge contracts that are AdminControlled have an admin storage slot at index 0. However, some of the contracts like ERC20Locker have other slots specified. This needs to be fixed for consistency and to reduce the error-prone workflow for possible updates.
The text was updated successfully, but these errors were encountered:
Most bridge contracts that are
AdminControlled
have an admin storage slot at index 0. However, some of the contracts likeERC20Locker
have other slots specified. This needs to be fixed for consistency and to reduce the error-prone workflow for possible updates.The text was updated successfully, but these errors were encountered: