Skip to content

Commit

Permalink
Merge pull request #433 from reservoirprotocol/ted/relay-6709-add-ink…
Browse files Browse the repository at this point in the history
…-usdc-to-suggested-tokens-hardcoded-list

Add usdc to ink chain's suggested tokens
  • Loading branch information
pedromcunha authored Jan 15, 2025
2 parents f8ff3d4 + bbc62bc commit 96f896e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-jeans-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-kit-ui': patch
---

Add usdc to ink chain's suggested tokens
13 changes: 13 additions & 0 deletions packages/ui/src/constants/ChainSuggestedTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export enum ChainId {
ARBITRUM_NOVA = 42170,
AVALANCHE = 43114,
SUPERPOSITION = 55244,
INK = 57073,
LINEA = 59144,
BOB = 60808,
PROOF_OF_PLAY_APEX = 70700,
Expand Down Expand Up @@ -451,6 +452,18 @@ const ChainSuggestedTokens: Record<number, Token[]> = {
verified: true
}
],
[ChainId.INK]: [
{
chainId: ChainId.INK,
address: '0xf1815bd50389c46847f0bda824ec8da914045d14',
name: 'Bridge USDC (Stargate)',
symbol: 'USDC',
decimals: 6,
logoURI:
'https://coin-images.coingecko.com/coins/images/6319/large/usdc.png?169650669',
verified: true
}
],
[ChainId.LINEA]: [
{
chainId: ChainId.LINEA,
Expand Down

0 comments on commit 96f896e

Please sign in to comment.