Skip to content

Commit

Permalink
Remove mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ytham committed Jan 20, 2024
1 parent b7c4cee commit ca36fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const axiomMain = async (input: UserInput<CircuitInputs>) => {
console.log("Sending Query to Axiom on-chain...");
const receipt = await axiom.sendQuery(args);
console.log("Transaction receipt:", receipt);
console.log(`View your Query on Axiom Explorer: https://explorer.axiom.xyz/v2/sepolia/mock/query/${args.queryId}`);
console.log(`View your Query on Axiom Explorer: https://explorer.axiom.xyz/v2/sepolia/query/${args.queryId}`);
};

axiomMain(inputs);

0 comments on commit ca36fa5

Please sign in to comment.