Skip to content

Commit

Permalink
fix(Zora): Map USDzC to USDC (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Aug 15, 2024
1 parent 1803352 commit 321637b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/constants",
"version": "3.1.13",
"version": "3.1.14",
"description": "Export commonly re-used values for Across repositories",
"repository": "https://github.com/across-protocol/constants.git",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,6 @@ export const TOKEN_SYMBOLS_MAP = {
export const TOKEN_EQUIVALENCE_REMAPPING: { [symbol: string]: string } = {
[TOKEN_SYMBOLS_MAP["USDC.e"].symbol]: TOKEN_SYMBOLS_MAP["USDC"].symbol,
[TOKEN_SYMBOLS_MAP["USDbC"].symbol]: TOKEN_SYMBOLS_MAP["USDC"].symbol,
[TOKEN_SYMBOLS_MAP["USDzC"].symbol]: TOKEN_SYMBOLS_MAP["USDC"].symbol,
[TOKEN_SYMBOLS_MAP["USDB"].symbol]: TOKEN_SYMBOLS_MAP["DAI"].symbol,
};

0 comments on commit 321637b

Please sign in to comment.