Near-One / rainbow-token-connector

ERC-20/NEP-141 Token Connector for Rainbow Bridge
62 stars 18 forks source link

AdminControlled: slot consistency #90

Open sept-en opened 2 years ago

sept-en commented 2 years ago

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.