Skip to content

Commit

Permalink
fix: USDC.e address on Gnosis (#61)
Browse files Browse the repository at this point in the history
* fix(sdk): usd.e address

* chore(sdk): bump version
  • Loading branch information
adamazad authored Jan 14, 2025
1 parent 02ed85a commit 4a96b5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@karpatkey/gnosis-pay-rewards-sdk",
"private": false,
"version": "4.0.0-rc.0",
"version": "5.0.1-rc.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/src/gnoisPayTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export const moneriumGbpToken: SerializableErc20TokenType = {

export const usdcBridgeToken: SerializableErc20TokenType = {
symbol: 'USDC.e',
address: '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48',
address: '0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0',
decimals: 6,
name: 'Bridged USDC (Gnosis)',
chainId: 1,
chainId: 100,
};

/**
Expand Down

0 comments on commit 4a96b5e

Please sign in to comment.