Skip to content

Commit

Permalink
Merge pull request #10 from setheum-js/dev
Browse files Browse the repository at this point in the history
Update setheum.ts
  • Loading branch information
balqaasem authored Dec 22, 2021
2 parents f261d24 + c796a1c commit 823b664
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 823b664

Please sign in to comment.