Skip to content

Commit

Permalink
new metadata url
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Nov 25, 2024
1 parent 83a3b2d commit ec3b2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/src/ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Id {
}

static async fromApi(groupPk: PublicKey): Promise<Id> {
const groupMetadataApiUrl = 'https://api.mngo.cloud/data/v4/group-metadata';
const groupMetadataApiUrl = 'https://mango-v4-simple-api.fly.dev/metadata';
const response = await fetch(groupMetadataApiUrl);
const jsonData = await response.json();

Expand Down

0 comments on commit ec3b2b5

Please sign in to comment.