Skip to content

Commit

Permalink
Update Meson gateway with new API
Browse files Browse the repository at this point in the history
  • Loading branch information
guoliu authored and TomasC committed Aug 16, 2022
1 parent 9690210 commit 4393e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/resolvers/gatewayUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const gatewayUrlsResolver = async () => {
const gatwayUrls = checkers.filter(({ alive }) => alive).map(({ url }) => url)

// meson network use 302 redirect, so we have to push it in mannually
gatwayUrls.unshift('https://matters-meson.net/api/cdn/10vbg9/ipfs/:hash')
gatwayUrls.unshift('https://pz-matters.meson.network/ipfs/:hash')

return gatwayUrls
}
Expand Down

0 comments on commit 4393e5e

Please sign in to comment.