Add a modifier to UniversalContract
that prevents it from being called by anyone except gateway
#341
Milestone
UniversalContract
that prevents it from being called by anyone except gateway
#341
The gateway equivalent to the
onlySystem
modifier.https://github.com/zeta-chain/example-contracts/blob/ae9e49fd46f4d7c24321fa958ae3488d6dc4df1b/omnichain/swap/contracts/Swap.sol#L28
https://github.com/zeta-chain/toolkit/blob/748d3778fcefdd028ea38cc59de675d754149bdc/contracts/OnlySystem.sol
The text was updated successfully, but these errors were encountered: