Register a resource ID with a contract address for a handler.
--bridge <address> Bridge contract address
--handler <address> Handler address
--targetContract <address> Contract address to be registered
--resourceId <address> Resource ID to be registered
Register a resource ID with a contract address for a generic handler.
Note: The
--hash
flag can be used to avoid computing the function selector ahead of time.
--bridge <address> Bridge contract address
--handler <address> Handler contract address
--targetContract <address> Contract address to be registered
--resourceId <address> ResourceID to be registered
--deposit <string> Deposit function signature
--execute <string> Execute proposal function signature
--hash Treat signature inputs as function prototype strings, hash and take the first 4 bytes
Set a token contract as mintable/burnable in a handler.
--bridge <address> Bridge contract address
--handler <address> ERC20 handler contract address
--tokenContract <address> Token contract to be registered
Cancels an expired proposal.
--bridge <address> Bridge contract address
--chainId <id> Chain ID of proposal to cancel
--depositNonce <value> Deposit nonce of proposal to cancel
Queries an inbound proposal.
--bridge <address> Bridge contract address
--chainId <id> Source chain ID of proposal
--depositNonce <value> Deposit nonce of proposal
--dataHash <value> Hash of proposal metadata
Queries the contract address associated with the provided resource ID for a specific handler contract.
--handler <address> Handler contract address
--resourceId <address> ResourceID to query