Skip to content

Commit

Permalink
chore: Fix metadata type.
Browse files Browse the repository at this point in the history
  • Loading branch information
paouvrard committed Dec 21, 2021
1 parent 269ba6a commit c061277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aurora-nep141/src/natural-nep141/getMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default async function getMetadata (
nearAccount?: Account
}
}
): Promise<{symbol: string, decimals: number, name: string}> {
): Promise<{symbol: string, decimals: number, name: string, icon: string}> {
options = options ?? {}
const nearAccount = options.nearAccount ?? await getNearAccount()
if (tokenMetadata[nep141Address]) return tokenMetadata[nep141Address]!
Expand Down

0 comments on commit c061277

Please sign in to comment.