Skip to content

Commit

Permalink
fix: aave icon swaps (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Nov 19, 2024
1 parent 07f1ac2 commit 460dd57
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions src/ui-config/TokenList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4893,7 +4893,8 @@ export const TOKEN_LIST: TokenList = {
name: 'Aave',
symbol: 'AAVE',
decimals: 18,
logoURI: 'https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110',
logoURI:
'https://assets.coingecko.com/coins/images/12645/standard/aave-token-round.png?1720472354',
extensions: {
bridgeInfo: {
'1': {
Expand Down Expand Up @@ -5552,6 +5553,16 @@ export const TOKEN_LIST: TokenList = {
decimals: 6,
logoURI: 'https://ethereum-optimism.github.io/data/USDC/logo.png',
},

{
chainId: 43114,
address: '0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664',
name: 'Bridged USDC',
symbol: 'USDC.e',
decimals: 6,
logoURI: 'https://ethereum-optimism.github.io/data/USDC/logo.png',
},

{
name: 'Tether USD',
address: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58',
Expand Down Expand Up @@ -5702,7 +5713,8 @@ export const TOKEN_LIST: TokenList = {
name: 'Aave',
symbol: 'AAVE',
decimals: 18,
logoURI: 'https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110',
logoURI:
'https://assets.coingecko.com/coins/images/12645/standard/aave-token-round.png?1720472354',
extensions: {
bridgeInfo: {
'1': {
Expand Down Expand Up @@ -6802,7 +6814,8 @@ export const TOKEN_LIST: TokenList = {
name: 'Aave',
symbol: 'AAVE',
decimals: 18,
logoURI: 'https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110',
logoURI:
'https://assets.coingecko.com/coins/images/12645/standard/aave-token-round.png?1720472354',
extensions: {
bridgeInfo: {
'1': {
Expand Down Expand Up @@ -9764,7 +9777,8 @@ export const TOKEN_LIST: TokenList = {
name: 'Aave',
symbol: 'AAVE',
decimals: 18,
logoURI: 'https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110',
logoURI:
'https://assets.coingecko.com/coins/images/12645/standard/aave-token-round.png?1720472354',
extensions: {
bridgeInfo: {
'1': {
Expand Down Expand Up @@ -11954,7 +11968,8 @@ export const TOKEN_LIST: TokenList = {
name: 'Aave',
symbol: 'AAVE',
decimals: 18,
logoURI: 'https://assets.coingecko.com/coins/images/12645/thumb/AAVE.png?1601374110',
logoURI:
'https://assets.coingecko.com/coins/images/12645/standard/aave-token-round.png?1720472354',
extensions: {
bridgeInfo: {
'1': {
Expand Down

2 comments on commit 460dd57

@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.