Skip to content

Commit

Permalink
chore(eth-multisig-v4): update deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Jan 18, 2024
1 parent 3f10404 commit 06aa57a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const config: HardhatUserConfig = {
//ethereum
mainnet: `${ETHERSCAN_API_KEY}`,
goerli: `${ETHERSCAN_API_KEY}`,
holesky: `${ETHERSCAN_API_KEY}`,
hteth: `${ETHERSCAN_API_KEY}`,
//polygon
polygon: `${POLYGONSCAN_API_KEY}`,
polygonMumbai: `${POLYGONSCAN_API_KEY}`,
Expand All @@ -104,7 +104,7 @@ const config: HardhatUserConfig = {
},
customChains: [
{
network: 'holesky',
network: 'hteth',
chainId: 17000,
urls: {
apiURL: 'https://api-holesky.etherscan.io/api',
Expand Down

0 comments on commit 06aa57a

Please sign in to comment.