zeta-chain / protocol-contracts

Protocol contracts implementing the core logic of the protocol, deployed on ZetaChain and on connected chains
MIT License
71 stars 58 forks source link

Use `uint256` instead of `uint64` for amount in revert context #375

Closed lumtis closed 1 month ago

lumtis commented 1 month ago

All amount should be uint256

https://github.com/zeta-chain/protocol-contracts/blob/8d665c0769730b6c9db3c9b0a4fbe589bfcc19e1/v2/contracts/Revert.sol#L26