Skip to content

Commit

Permalink
fix: rename token metadata url
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Dec 7, 2023
1 parent 3f43f38 commit 6efa876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mrgn-common/src/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function parseTokenMetadatas(tokenMetadataListRaw: TokenMetadataListRaw): {
async function loadTokenMetadatas(): Promise<{
[symbol: string]: TokenMetadata;
}> {
const response = await fetch(`https://storage.googleapis.com/mrgn-public/mrgn-token-metadata-cache.json`, {
const response = await fetch(`https://storage.googleapis.com/mrgn-public/token-metadata.json`, {
headers: {
Accept: "application/json",
},
Expand Down

3 comments on commit 6efa876

@vercel
Copy link

@vercel vercel bot commented on 6efa876 Dec 7, 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:

marginfi-landing-page – ./apps/marginfi-landing-page

www.marginfi.com
marginfi-landing-page.vercel.app
marginfi-landing-page-mrgn.vercel.app
marginfi.com
marginfi-landing-page-git-production-mrgn.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6efa876 Dec 7, 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:

omni – ./apps/omni

omni.marginfi.com
omni-git-production-mrgn.vercel.app
omni-one.vercel.app
omni-mrgn.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6efa876 Dec 7, 2023

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.