Skip to content

Commit

Permalink
Merge pull request #314 from kodadot/chore--add-w3s-gateway
Browse files Browse the repository at this point in the history
chore: add w3s gateway
  • Loading branch information
preschian authored Jun 25, 2024
2 parents f674f89 + b7a4fe6 commit 21fb3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion services/image/src/tests/type-endpoint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
`)
Expand Down
1 change: 1 addition & 0 deletions services/image/src/utils/ipfs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export async function fetchIPFS({ path }: { path: string }) {

const gateways: HTTPS_URI[] = [
ipfsProviders.ipfs,
ipfsProviders.w3s,
ipfsProviders.filebase_kodadot,
]

Expand Down

0 comments on commit 21fb3d7

Please sign in to comment.