Skip to content

Commit

Permalink
Merge pull request #64 from AssetMantle/deepanshu
Browse files Browse the repository at this point in the history
adding define enable property
  • Loading branch information
deepanshutr committed Aug 18, 2023
2 parents 13dfca1 + c652437 commit 0e4158d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/properties/constants/properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var (
BurnEnabledProperty = base.NewMetaProperty(baseIDs.NewStringID("burnEnabled"), baseData.NewBooleanData(false))
BurnHeightProperty = base.NewMetaProperty(baseIDs.NewStringID("burnHeight"), baseData.NewHeightData(baseTypes.NewHeight(-1)).ZeroValue())
DenomProperty = base.NewMetaProperty(baseIDs.NewStringID("denom"), baseData.NewStringData(""))
DefineEnabledProperty = base.NewMetaProperty(baseIDs.NewStringID("defineEnabled"), baseData.NewBooleanData(false))
DeputizeAllowedProperty = base.NewMetaProperty(baseIDs.NewStringID("deputizeAllowed"), baseData.NewBooleanData(false))
CreationHeightProperty = base.NewMetaProperty(baseIDs.NewStringID("creationHeight"), baseData.NewHeightData(baseTypes.NewHeight(-1)).ZeroValue())
ExchangeRateProperty = base.NewMetaProperty(baseIDs.NewStringID("exchangeRate"), baseData.NewDecData(sdkTypes.SmallestDec()).ZeroValue())
Expand Down

0 comments on commit 0e4158d

Please sign in to comment.