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

Commit

Permalink
feat: optional icons property in Asset type (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre authored Mar 29, 2023
1 parent 2b8417e commit 10e9c9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/asset-service/src/service/AssetService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type Asset = {
color: string
networkColor?: string
icon: string
icons?: string[]
networkIcon?: string
explorer: string
explorerTxLink: string
Expand Down

0 comments on commit 10e9c9c

Please sign in to comment.