Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Add event for update-top-level-domain-registration-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
foxytanuki committed Dec 22, 2023
1 parent 0f098db commit 76e422a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x/registry/types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,11 @@ const (
AttributeExtendTopLevelDomainExpirationDateEventRegistrationFeeToBurn = "registration-fee-to-burn"
AttributeExtendTopLevelDomainExpirationDateEventRegistrationFeeToTreasury = "registration-fee-to-treasury"
)

// Update top-level-domain registration policy
const (
EventTypeUpdateTopLevelDomainRegistrationPolicy = "update-top-level-domain-registration-policy"

AttributeUpdateTopLevelDomainRegistrationPolicyEventDomainName = "name"
AttributeUpdateTopLevelDomainRegistrationPolicyEventRegistrationPolicy = "registration-policy"
)

0 comments on commit 76e422a

Please sign in to comment.