diff --git a/.changeset/beige-jeans-camp.md b/.changeset/beige-jeans-camp.md new file mode 100644 index 00000000..ec896cbe --- /dev/null +++ b/.changeset/beige-jeans-camp.md @@ -0,0 +1,5 @@ +--- +'@reservoir0x/relay-kit-ui': patch +--- + +Add usdc to ink chain's suggested tokens diff --git a/packages/ui/src/constants/ChainSuggestedTokens.ts b/packages/ui/src/constants/ChainSuggestedTokens.ts index 7442e23d..8b076657 100644 --- a/packages/ui/src/constants/ChainSuggestedTokens.ts +++ b/packages/ui/src/constants/ChainSuggestedTokens.ts @@ -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, @@ -451,6 +452,18 @@ const ChainSuggestedTokens: Record = { 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,