Skip to content

Commit

Permalink
Rename ticker to symbol
Browse files Browse the repository at this point in the history
It should be closer to the terminology used by the Token API.
  • Loading branch information
danroc committed Dec 13, 2024
1 parent ec71c69 commit 5657a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SIPS/sip-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ type FungibleAssetUnit = {
// Human-friendly name of the asset unit.
name: string;

// Ticker of the asset unit.
ticker: string;
// Ticker symbol of the asset unit.
symbol: string;

// Number of decimals of the asset unit.
decimals: number;
Expand All @@ -202,8 +202,8 @@ type FungibleAssetMetadata = {
// Human-friendly name of the asset.
name: string;

// Ticker of the asset.
ticker: string;
// Ticker symbol of the asset's main unit.
symbol: string;

// Whether the asset is native to the chain.
native: boolean;
Expand Down

0 comments on commit 5657a9c

Please sign in to comment.