fix: ipns resolve

This commit is contained in:
Xmader 2020-11-25 15:57:13 -05:00
parent bb31465fca
commit b658c00a09
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export abstract class ScoreInfo {
}
get msczCidUrl (): string {
return `https://ipfs.infura.io:5001/api/v0/block/stat?arg=${this.msczIpfsRef}`
return `https://ipfs.io/api/v0/block/stat?arg=${this.msczIpfsRef}`
}
public msczUrl: string;