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
Consider to add functionality to add and remove extensions that can be allowed to use AMB to transfer information from one chain to another.
The allowance list should work in the following manner: if at least one mediator address is added to the allowance list, the call requireToPassMessage to AMB from all other contracts will lead to revert.
Interface to add remove contracts from the list should allow to specify one contract address or the list of the contract addresses.
The text was updated successfully, but these errors were encountered:
Consider to add functionality to add and remove extensions that can be allowed to use AMB to transfer information from one chain to another.
The allowance list should work in the following manner: if at least one mediator address is added to the allowance list, the call
requireToPassMessage
to AMB from all other contracts will lead to revert.Interface to add remove contracts from the list should allow to specify one contract address or the list of the contract addresses.
The text was updated successfully, but these errors were encountered: