Skip to content

Commit

Permalink
chore: fix meme scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMinarsch committed Dec 10, 2024
1 parent 0e6dcd5 commit b9c1e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
chainId: 10,
},
base: {
url: "https://mainnet.base",
url: "https://mainnet.base.org",
accounts: accounts,
chainId: 8453,
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/deployment/verify_03_meme_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const globalsFile = "globals.json";
let dataFromJSON = fs.readFileSync(globalsFile, "utf8");
const parsedData = JSON.parse(dataFromJSON);

const redemptionsFile = "scripts/deployment/memebase_redemption.json";
const redemptionsFile = "scripts/deployment/memebase_campaign.json";
dataFromJSON = fs.readFileSync(redemptionsFile, "utf8");
const redemptionsData = JSON.parse(dataFromJSON);

Expand Down

0 comments on commit b9c1e76

Please sign in to comment.