Skip to content

Commit

Permalink
fix: tokens (#55)
Browse files Browse the repository at this point in the history
There's no CI on constants so this slipped through.
  • Loading branch information
pxrl authored Jul 2, 2024
1 parent e74ee5d commit c214aeb
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.4",
"version": "3.1.5",
"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 @@ -167,6 +167,7 @@ export const TOKEN_SYMBOLS_MAP = {
addresses: {
[CHAIN_IDs.BLAST]: "0x4300000000000000000000000000000000000003",
[CHAIN_IDs.MAINNET]: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
},
},
USDC: {
name: "USD Coin",
Expand Down

0 comments on commit c214aeb

Please sign in to comment.