Skip to content

Commit

Permalink
back to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Sep 10, 2024
1 parent a0c606f commit 18d9ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Please cast in a channel to praise`,
try {
reply = await neynarClient.publishCast(
process.env.SIGNER_UUID,
'Woo! Let\'s mint Praise attestation to your friends account 🎉 Thanks for helping to foster a culture of on-chain gratitude!',
'Woo! Let\'s mint a Praise attestation to your friend\'s account 🎉 Thanks for helping to foster a culture of on-chain gratitude!',
{
embeds: [
{
Expand Down
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 {baseAttestationScan, NETWORK_IDS} from "../helpers/constants.js";
import {JsonRpcProvider} from "ethers";

const chainId = NETWORK_IDS.BASE_SEPOLIA as 84532;
const chainId = NETWORK_IDS.BASE_MAINNET as 8453;

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

Expand Down

0 comments on commit 18d9ace

Please sign in to comment.