We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321a8db commit 310eb32Copy full SHA for 310eb32
hardhat.config.ts
@@ -179,11 +179,19 @@ const config: HardhatUserConfig = {
179
},
180
tbaseeth: {
181
url: 'https://sepolia.base.org',
182
- accounts: [`${TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
+ accounts: [
183
+ `${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`,
184
+ `${PLACEHOLDER_KEY}`,
185
+ `${PRIVATE_KEY_FOR_BATCHER_CONTRACT_DEPLOYMENT}`
186
+ ]
187
188
baseeth: {
189
url: 'https://mainnet.base.org/',
- accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
190
191
192
193
194
195
196
tbera: {
197
url: `https://rockbeard-eth-cartio.berachain.com/`,
0 commit comments