fix: add missing error

This commit is contained in:
Sebastian.Bor 2021-08-03 11:08:07 +01:00
parent 543398a97b
commit 92fe4c9d94
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ export const GovernanceError: Record<number, string> = [
'Realm council mint change is not supported', // RealmCouncilMintChangeIsNotSupported
'Not supported mint max vote weight source', // MintMaxVoteWeightSourceNotSupported
'Invalid max vote weight supply fraction', // InvalidMaxVoteWeightSupplyFraction
"Owner doesn't have enough governing tokens to create Governance", // NotEnoughTokensToCreateGovernance
];
export const TokenError: Record<number, string> = [