Skip to content

Commit

Permalink
Merge pull request #1670 from o1-labs/docs-audit/fetch-events-actions
Browse files Browse the repository at this point in the history
Update actions/events example used in docs
  • Loading branch information
MartinMinkov authored Jun 3, 2024
2 parents 0049cf1 + 225c254 commit b0c2439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/examples/zkapps/voting/run-berkeley.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import {
import { getResults, vote } from './voting-lib.js';

const Berkeley = Mina.Network({
mina: 'https://proxy.berkeley.minaexplorer.com/graphql',
archive: 'https://archive-node-api.p42.xyz/',
mina: 'https://api.minascan.io/node/devnet/v1/graphql',
archive: 'https://api.minascan.io/archive/devnet/v1/graphql',
});
Mina.setActiveInstance(Berkeley);

Expand Down

0 comments on commit b0c2439

Please sign in to comment.