Merge branch 'ts-client' into dev

This commit is contained in:
microwavedcola1 2023-03-30 17:43:43 +02:00
commit fc764446bd
1 changed files with 1 additions and 2 deletions

View File

@ -94,8 +94,7 @@ export class Id {
}
static async fromApi(groupPk: PublicKey): Promise<Id> {
const groupMetadataApiUrl =
'https://mango-transaction-log.herokuapp.com/v4/group-metadata';
const groupMetadataApiUrl = 'https://api.mngo.cloud/data/v4/group-metadata';
const response = await fetch(groupMetadataApiUrl);
const jsonData = await response.json();