Skip to content

Commit

Permalink
chore(eth-multisig-v4): add bera config
Browse files Browse the repository at this point in the history
Ticket: WIN-3295
  • Loading branch information
adarsh312 committed Aug 21, 2024
1 parent b272f1f commit 59c8655
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,10 @@ const config: HardhatUserConfig = {
},
tbera: {
url: `https://bartio.rpc.berachain.com/`,
accounts: [`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`]
accounts: [
`${PRIVATE_KEY_FOR_V1_WALLET_CONTRACT_DEPLOYMENT}`,
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT_BACKUP}`
]
}
},
gasReporter: {
Expand Down

0 comments on commit 59c8655

Please sign in to comment.