Skip to content

Commit

Permalink
chore(eth-multisig-v4): add arbeth and opeth config
Browse files Browse the repository at this point in the history
  • Loading branch information
gianchandania committed Nov 22, 2023
1 parent 3c37efe commit 4431ca8
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 @@ -72,11 +72,11 @@ const config: HardhatUserConfig = {
accounts: [`${TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
},
tarbeth: {
url: QUICKNODE_ARBITRUM_SEPOLIA_API_KEY,
url: `${QUICKNODE_ARBITRUM_SEPOLIA_API_KEY}`,
accounts: [`${TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
},
topeth: {
url: QUICKNODE_OPTIMISM_SEPOLIA_API_KEY,
url: `${QUICKNODE_OPTIMISM_SEPOLIA_API_KEY}`,
accounts: [`${TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
},
},
Expand Down

0 comments on commit 4431ca8

Please sign in to comment.