Skip to content

Commit

Permalink
Update setheum.ts
Browse files Browse the repository at this point in the history
Add setheum vesting Types
  • Loading branch information
balqaasem committed Dec 22, 2021
1 parent d96ab48 commit c796a1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/apps-config/src/api/spec/setheum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ const definitions: OverrideBundleDefinition = {
"AmountOf": "Amount",
"AuctionId": "u32",
"AuctionIdOf": "AuctionId",
"VestingSchedule": {
"start": "BlockNumber",
"period": "BlockNumber",
"periodCount": "u32",
"perPeriod": "Compact<Balance>"
},
"VestingScheduleOf": "VestingSchedule",
"TokenSymbol": {
"_enum": {
"SETM": 0,
Expand Down

0 comments on commit c796a1c

Please sign in to comment.