Skip to content

Commit

Permalink
refactor: Update explorer-url to point to node-runners page.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomenezes committed Mar 27, 2024
1 parent af99f05 commit 8334195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { ProtocolClient } from "./pos";
import * as monitoring from "./monitoring";
import { constants } from "ethers";

const explorerUrl = "https://explorer.cartesi.io/staking";
const explorerUrl = "https://explorer.cartesi.io/node-runners";

export class BlockProducer {
private address: string;
Expand Down

0 comments on commit 8334195

Please # to comment.