Skip to content

Commit

Permalink
Add the BIND_CONTRACT_ALIAS event to the ContractEvent enum
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperschwartz committed May 10, 2022
1 parent 69a7e7e commit 9bfd39e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum class ContractEvent(val contractName: String, val isHandled: Boolean = fals
TOGGLE_ASSET_DEFINITION("toggle_asset_definition"),
ADD_ASSET_VERIFIER("add_asset_verifier"),
UPDATE_ASSET_VERIFIER("update_asset_verifier"),
BIND_CONTRACT_ALIAS("bind_contract_alias"),
;

companion object {
Expand Down

0 comments on commit 9bfd39e

Please sign in to comment.