Skip to content

Commit 73826c6

Browse files
committed
chore: adds missing changeset
1 parent 02ae289 commit 73826c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tiny-timers-smash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@lens-chain/storage-client": patch
3+
---
4+
5+
**feat:** change the default chainId for the prod env

src/StorageClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe(`Given an instance of the '${StorageClient.name}'`, () => {
7474
const files = [file1, file2];
7575

7676
it('Then it should create the expected resources', async () => {
77-
const result = await client.uploadFolder(files);
77+
const result = await client.uploadFolder(files, { acl: immutable(37111) });
7878

7979
await assertFileExist(client.resolve(result.files[0]?.uri ?? never()));
8080
});

0 commit comments

Comments
 (0)