Skip to content

Commit

Permalink
Merge pull request #87 from availproject/toufeeq/proxy_types
Browse files Browse the repository at this point in the history
Added proxy types
  • Loading branch information
ToufeeqP authored Sep 9, 2024
2 parents 0bcf051 + 15b9ef2 commit 9927c74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/apps-config/src/api/typesBundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16393,6 +16393,16 @@ export const typesBundle = {
"Cell": {
"row": "BlockLengthRows",
"col": "BlockLengthColumns"
},
"ProxyType": {
"_enum": [
"Any",
"NonTransfer",
"Governance",
"Staking",
"IdentityJudgement",
"NominationPools"
]
}
}
}
Expand Down

0 comments on commit 9927c74

Please sign in to comment.