Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit fac5719

Browse files
authored
Merge pull request #374 from kodadot/main
switch to dedicated ipfs gateway
2 parents cd466cf + 9137f1e commit fac5719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dashboard/src/components/rmrk/Gallery/Item/Facts.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class Facts extends Vue {
6464
public multimediaCid: string = '';
6565
public showGwLinks: boolean = false;
6666
public gwList: any = [
67-
'https://gateway.pinata.cloud/ipfs/',
67+
'https://kodadot.mypinata.cloud/ipfs/',
6868
'https://cloudflare-ipfs.com/ipfs/',
6969
'https://gateway.ipfs.io/ipfs/',
7070
'https://ipfs.fleek.co/ipfs/',

dashboard/src/components/rmrk/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const DEFAULT_IPFS_PROVIDER = 'https://ipfs.io/';
1818
export type ProviderKeyType = 'pinata' | 'cloudflare' | 'ipfs' | 'dweb' | 'kodadot'
1919

2020
export const ipfsProviders: Record<ProviderKeyType, string> = {
21-
pinata: 'https://gateway.pinata.cloud/',
21+
pinata: 'https://kodadot.mypinata.cloud/',
2222
cloudflare: 'https://cloudflare-ipfs.com/',
2323
ipfs: DEFAULT_IPFS_PROVIDER,
2424
dweb: 'https://dweb.link/',

0 commit comments

Comments
 (0)