Skip to content

Commit

Permalink
feat(ARIO token): update all IO refernces to ARIO
Browse files Browse the repository at this point in the history
BREAKING CHANGE: All exported IO and IOToken are now repleced with
ARIO and ARIOToken respectively

PE-7225
  • Loading branch information
fedellen committed Dec 9, 2024
1 parent a08dcb5 commit 8fb2188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ makeCommand<AddressCLIOptions>({
mIOBalance: result,
message: `Provided address current has a balance of ${formatARIOWithCommas(
new mARIOToken(result).toARIO(),
)} IO`,
)} ARIO`,
})),
});

Expand Down Expand Up @@ -395,7 +395,7 @@ makeCommand<PaginationAddressCLIOptions>({

makeCommand({
name: 'transfer',
description: 'Transfer IO to another address',
description: 'Transfer ARIO to another address',
options: transferOptions,
action: transfer,
});
Expand Down

0 comments on commit 8fb2188

Please sign in to comment.