Skip to content

Commit

Permalink
Merge pull request #199 from greenlucid/fix/new-ipfs-provider-evidenc…
Browse files Browse the repository at this point in the history
…e-timeline

fix: use cdn.kleros.link in evidence
  • Loading branch information
0xferit authored Oct 12, 2024
2 parents 4337c98 + 9f393c2 commit d3c34f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/evidenceTimeline.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ EvidenceTimeline.propTypes = {
};

EvidenceTimeline.defaultProps = {
ipfsGateway: "https://ipfs.kleros.io",
ipfsGateway: "https://cdn.kleros.link",
publishCallback: async (e) => {
console.error(e);
await new Promise((r) => setTimeout(r, 4000));
Expand Down

0 comments on commit d3c34f1

Please sign in to comment.