Skip to content

Commit

Permalink
chore: set custom verifier URL for base mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Dec 1, 2023
1 parent d96383d commit 3cb97e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gemforge.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,10 @@ module.exports = {
rpcUrl: process.env.BASE_GOERLI_RPC_URL,
verifierUrl: "https://api-goerli.basescan.org/api",
},
base: { rpcUrl: process.env.BASE_MAINNET_RPC_URL },
base: {
rpcUrl: process.env.BASE_MAINNET_RPC_URL,
verifierUrl: "https://api.basescan.org/api"
},
baseFork: { rpcUrl: "http://localhost:8545" },
},
// Targets to deploy
Expand Down

0 comments on commit 3cb97e4

Please sign in to comment.