Skip to content

Commit

Permalink
Merge pull request #489 from reservoirprotocol/ted/grwth-3623-use-nat…
Browse files Browse the repository at this point in the history
…ive-usdc-address-as-the-default-paymenttoken-on

Update usdc contract for polygon payment token
  • Loading branch information
ted-palmer authored Nov 29, 2023
2 parents 2251b0e + f7a4c2b commit d49e8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/utils/paymentTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const chainPaymentTokensMap = {
},
{
chainId: 137,
address: '0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174',
address: '0x3c499c542cef5e3811e1192ce70d8cc03d5c3359',
symbol: 'USDC',
name: 'USDC',
decimals: 6,
Expand Down

1 comment on commit d49e8a0

@vercel
Copy link

@vercel vercel bot commented on d49e8a0 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

reservoir-kit – ./

reservoir-kit-unevenlabs.vercel.app
reservoir-kit.vercel.app
reservoir-kit-git-main-unevenlabs.vercel.app

Please sign in to comment.