Skip to content

Commit

Permalink
Update Mainnet hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed Oct 15, 2024
1 parent a075731 commit ddcddf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eth/hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,11 @@ if (ETHEREUM_PRIVATE_KEY) {
url: "https://ethereum-rpc.publicnode.com",
accounts: [ETHEREUM_PRIVATE_KEY],
deploymentConfig: {
guardianIds: [ETHEREUM_GUARDIAN_ADDRESS],
dev: false,
guardianIds: ["0xD9fc6a92a9E4b9994B5F0A2Ca0d92bF4Fd80DF50"],
threshold: 1,
weth: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
tokenConfigPath: "../cfg/tokens_mainnet.json",
},
};
}
Expand Down

0 comments on commit ddcddf0

Please sign in to comment.