Skip to content

Commit

Permalink
Fix default IPFS gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldowman committed Mar 12, 2024
1 parent e941dc3 commit 7cc966c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eqty/risc-zero-verifier-react",
"version": "0.1.0",
"version": "0.1.2",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
Expand Down
2 changes: 1 addition & 1 deletion react/src/Verifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useEffect, useMemo, useState } from 'react';
import JournalParser from './JournalParser.js';

const DEFAULT_REGISTRY = 'https://cuddly-couscous-rrm454j.pages.github.io/registry.json';
const DEFAULT_IPFS_GATEWAY = 'http://localhost:8080';
const DEFAULT_IPFS_GATEWAY = 'https://w3s.link';

const cssPrefix = "risc-zero-verifier";

Expand Down

0 comments on commit 7cc966c

Please sign in to comment.