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
On Solana, ownership transfer is double commit. This means that the new admin must accept the ownership transfer to finalize it. The old owner can also cancel the ownership transfer before the new admin accepts.
On EVM, ownership transfer is single-shot. This is risky in case the owner accidentally transfers to the wrong address.
We should update EVM ownership transfer to be double commit.
The text was updated successfully, but these errors were encountered:
On Solana, ownership transfer is double commit. This means that the new admin must accept the ownership transfer to finalize it. The old owner can also cancel the ownership transfer before the new admin accepts.
On EVM, ownership transfer is single-shot. This is risky in case the owner accidentally transfers to the wrong address.
We should update EVM ownership transfer to be double commit.
The text was updated successfully, but these errors were encountered: