Skip to content

Commit f214079

Browse files
committed
fix: alias order
1 parent 71db167 commit f214079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/sdk-legacy/tokens/tokenData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ export class TokenData {
101101
this.address = address;
102102

103103
this.title =
104-
payload.title ||
105104
HUMAN_READABLE_TITLES[payload.symbol] ||
106105
HUMAN_READABLE_TITLES[address] ||
106+
payload.title ||
107107
payload.symbol;
108108
this.symbol = payload.symbol;
109109
this.name = payload.name;

0 commit comments

Comments
 (0)