Closed fadeev closed 2 weeks ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@coderabbitai review
To prevent malicious third-party contract from calling
onCall
andonRevert
.Summary by CodeRabbit
New Features
onlyGateway
, to enhance security across multiple contracts, ensuring that critical functions can only be executed by the designated gateway.onCall
,onRevert
) to include theonlyGateway
modifier, reinforcing access restrictions.Bug Fixes
Universal
contract to revert with aTransferFailed
error if gas fee transfers fail.Chores
test.sh
script to include calls to display NFT balances across different blockchain networks, enhancing visibility during execution.