Skip to content

Commit

Permalink
fix: Change file extension of ACX image (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Nov 28, 2022
1 parent 275d068 commit 16f2643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export const tokenList: TokenInfoList = [
name: "Across Protocol Token",
symbol: "ACX",
decimals: 18,
logoURI: "/logos/acx-logo.png",
logoURI: "/logos/acx-logo.svg",
mainnetAddress: getAddress("0x44108f0223A3C3028F5Fe7AEC7f9bb2E66beF82F"),
},
];
Expand Down

2 comments on commit 16f2643

@vercel
Copy link

@vercel vercel bot commented on 16f2643 Nov 28, 2022

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:

goerli-frontend-v2 – ./

goerli-frontend-v2-uma.vercel.app
goerli-frontend-v2-git-master-uma.vercel.app
goerli-frontend-v2.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 16f2643 Nov 28, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.