Skip to content

Commit 06e6af7

Browse files
Merge pull request #271 from BitGo/WIN-BASEETH
chore: changing the private key for contract deployment
2 parents 321a8db + 310eb32 commit 06e6af7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

hardhat.config.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,19 @@ const config: HardhatUserConfig = {
179179
},
180180
tbaseeth: {
181181
url: 'https://sepolia.base.org',
182-
accounts: [`${TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
182+
accounts: [
183+
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`,
184+
`${PLACEHOLDER_KEY}`,
185+
`${PRIVATE_KEY_FOR_BATCHER_CONTRACT_DEPLOYMENT}`
186+
]
183187
},
184188
baseeth: {
185189
url: 'https://mainnet.base.org/',
186-
accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
190+
accounts: [
191+
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`,
192+
`${PLACEHOLDER_KEY}`,
193+
`${PRIVATE_KEY_FOR_BATCHER_CONTRACT_DEPLOYMENT}`
194+
]
187195
},
188196
tbera: {
189197
url: `https://rockbeard-eth-cartio.berachain.com/`,

0 commit comments

Comments
 (0)