Skip to content

Commit

Permalink
fix: don't auto-migrate v1 balances since this incurs cost to the acc…
Browse files Browse the repository at this point in the history
…ount that migrates the balances
  • Loading branch information
jaensen committed Dec 16, 2024
1 parent 95a61dc commit adbcd39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/sdk/src/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,6 @@ export class Sdk implements SdkInterface {
batch.addTransaction(calculateIssuanceTx);
}

// // 4. Migrate V1 tokens
// // Add 'migrateV1Tokens' to the batch
await this.migrateV1TokensBatch(avatar, undefined, batch);

// 4. Migrate trust relations
if (trustRelations) {
// Add 'trust' to the batch
Expand Down

0 comments on commit adbcd39

Please sign in to comment.