Skip to content

Commit

Permalink
chore: 🤖 use *.ipfs.*
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 1, 2024
1 parent 992386e commit 1df7737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/commands/storage/get.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]);
});
Expand All @@ -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',
},
]);
});
Expand Down
4 changes: 2 additions & 2 deletions src/commands/storage/list.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]);
});
Expand Down

0 comments on commit 1df7737

Please sign in to comment.