From 1df773708c4ad3bfb96f24f9643c6de53935c902 Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Fri, 1 Nov 2024 20:14:30 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20use=20*.ipfs.*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/commands/storage/get.test.ts | 6 +++--- src/commands/storage/list.test.ts | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/commands/storage/get.test.ts b/src/commands/storage/get.test.ts index 83d4b7d4..b82addfd 100644 --- a/src/commands/storage/get.test.ts +++ b/src/commands/storage/get.test.ts @@ -138,7 +138,7 @@ describe('Get storage files/folder for the given cid or name', () => { cid: 'bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru', 'filecoin id': '58027558', 'arweave id': '', - link: 'https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.flk-ipfs.xyz', + link: 'https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.ipfs.flk-ipfs.xyz', }, ]); }); @@ -164,14 +164,14 @@ describe('Get storage files/folder for the given cid or name', () => { cid: 'bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4', 'filecoin id': '61342544', 'arweave id': '', - link: 'https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.flk-ipfs.xyz', + link: 'https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.ipfs.flk-ipfs.xyz', }, { filename: 'basic.car', cid: 'bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle', 'filecoin id': '61342549', 'arweave id': '', - link: 'https://bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle.flk-ipfs.xyz', + link: 'https://bafkreiebwzjtd62ctklmmidldy2z2exinzr2mc72tzhkbe7ftjxm7cwnle.ipfs.flk-ipfs.xyz', }, ]); }); diff --git a/src/commands/storage/list.test.ts b/src/commands/storage/list.test.ts index 209a413c..70bbe284 100644 --- a/src/commands/storage/list.test.ts +++ b/src/commands/storage/list.test.ts @@ -95,14 +95,14 @@ describe('List storage files/folder for the selected project', () => { cid: 'bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru', 'filecoin id': '58027558', 'arweave id': '', - link: 'https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.flk-ipfs.xyz', + link: 'https://bafybeifylyzjlrpec75l66kggycx65yuouyavweaaqxmf22jvbtnmmaqru.ipfs.flk-ipfs.xyz', }, { filename: 'basic.car', cid: 'bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4', 'filecoin id': '61342544', 'arweave id': '', - link: 'https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.flk-ipfs.xyz', + link: 'https://bafkreieasoapp3osmpdt2lwdqy6oqx75nhdsxgkoswyjuwy2675eyhvcg4.ipfs.flk-ipfs.xyz', }, ]); });