Skip to content

Commit

Permalink
feat: allow gho swap [skip cypress] (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka authored Jul 30, 2024
1 parent ad98a3c commit 7976de5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/ui-config/TokenList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12695,7 +12695,17 @@ export const TOKEN_LIST: TokenList = {
symbol: 'GHO',
decimals: 18,
chainId: 1,
logoURI: 'https://assets.coingecko.com/coins/images/30663/standard/ghoaave.jpeg?1696529533',
logoURI:
'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
},
{
name: 'Gho Token',
address: '0x7dff72693f6a4149b17e7c6314655f6a9f7c8b33',
symbol: 'GHO',
decimals: 18,
chainId: 42161,
logoURI:
'https://assets.coingecko.com/coins/images/30663/standard/gho-token-logo.png?1720517092',
},
],
};
Expand Down

4 comments on commit 7976de5

@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

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