Skip to content

Commit

Permalink
fix usdc icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1n-peters committed Dec 13, 2024
1 parent 90514ce commit a3614b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wormhole-connect/src/config/mainnet/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export const MAINNET_TOKENS: TokensConfig = {
address:
'0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC',
},
icon: Icon.USDC,
icon: TokenIcon.USDC,
coinGeckoId: 'usd-coin',
color: '#2774CA',
decimals: 6,
Expand Down
2 changes: 1 addition & 1 deletion wormhole-connect/src/config/testnet/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const TESTNET_TOKENS: TokensConfig = {
address:
'0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29::usdc::USDC',
},
icon: Icon.USDC,
icon: TokenIcon.USDC,
coinGeckoId: 'usd-coin',
color: '#2774CA',
decimals: 6,
Expand Down

0 comments on commit a3614b3

Please sign in to comment.