Skip to content

Commit

Permalink
change to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Sep 9, 2024
1 parent 2cfb88d commit 55097ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/replyAttestation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {getProvider} from "../helpers/ethers.js";
import {NETWORK_IDS} from "../helpers/constants.js";
import {JsonRpcProvider} from "ethers";

const baseAttestationScan = 'https://base-sepolia.easscan.org/attestation/view/';
const baseAttestationScan = 'https://base.easscan.org/attestation/view/';

const wait = async (ms: number) => new Promise(resolve => setTimeout(resolve, ms));

Expand Down

0 comments on commit 55097ac

Please sign in to comment.