diff --git a/services/image/src/tests/type-endpoint.test.ts b/services/image/src/tests/type-endpoint.test.ts index 693e466..7866bf4 100644 --- a/services/image/src/tests/type-endpoint.test.ts +++ b/services/image/src/tests/type-endpoint.test.ts @@ -88,7 +88,7 @@ test('type-endpoint - 200 - image - original', async () => { expect(data).toMatchInlineSnapshot(` Blob { Symbol(kHandle): Blob {}, - Symbol(kLength): 631349, + Symbol(kLength): 86783, Symbol(kType): "image/png", } `) diff --git a/services/image/src/utils/ipfs.ts b/services/image/src/utils/ipfs.ts index 4b66f71..8d2dff5 100644 --- a/services/image/src/utils/ipfs.ts +++ b/services/image/src/utils/ipfs.ts @@ -39,6 +39,7 @@ export async function fetchIPFS({ path }: { path: string }) { const gateways: HTTPS_URI[] = [ ipfsProviders.ipfs, + ipfsProviders.w3s, ipfsProviders.filebase_kodadot, ]