Skip to content

Commit

Permalink
feat: new reserve icons [skip cypress] (#2184)
Browse files Browse the repository at this point in the history
  • Loading branch information
grothem authored Sep 23, 2024
1 parent 6e59fc6 commit 53e3fe3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/icons/tokens/cbbtc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/icons/tokens/tbtc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/ui-config/reservePatches.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ export interface IconMapInterface {

export function fetchIconSymbolAndName({ underlyingAsset, symbol, name }: IconSymbolInterface) {
const underlyingAssetMap: Record<string, IconMapInterface> = {
'0x18084fba666a33d37592fa2633fd49a74dd93a88': {
name: 'tBTC',
symbol: 'tBTC',
iconSymbol: 'tBTC',
},
'0xdd974d5c2e2928dea5f71b9825b8b646686bd200': {
name: 'Kyber Legacy',
symbol: 'KNCL',
Expand Down

3 comments on commit 53e3fe3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.