Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
style: Rename eNEAR to NEAR.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed May 14, 2021
1 parent b707f72 commit 03767a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ export async function getNearData () {
balance: eNearBalance,
allowance: '-1',
decimals: 24,
name: 'eNEAR',
name: 'NEAR',
icon: 'near.svg',
nep141: {
address: 'near',
balance: nearBalance,
name: 'NEAR'
name: '$NEAR'
}
}
}
Expand Down

0 comments on commit 03767a9

Please sign in to comment.