Skip to content

Commit

Permalink
Merge pull request #151 from TrustlessComputer/feat/airdrop
Browse files Browse the repository at this point in the history
feat: claim airdrop
  • Loading branch information
271212 authored Jan 30, 2024
2 parents 8554402 + dc9fe96 commit 1fb9054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/vc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const defaultSummary: IPublicSaleDepositInfo = {
total_usdt: '0',
total_usdc: '0',
total_usdt_value: '0',
total_usdt_value_not_boost: '0',
};

export interface IGenerateTOkenWithSecretCode {
Expand Down

0 comments on commit 1fb9054

Please sign in to comment.