File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ const config: HardhatUserConfig = {
103103 hteth : {
104104 url : `https://ethereum-hoodi-rpc.publicnode.com` ,
105105 accounts : [
106- `${ TESTNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT } ` ,
107- `${ PLACEHOLDER_KEY } ` ,
106+ `${ PRIVATE_KEY_FOR_V1_WALLET_CONTRACT_DEPLOYMENT } ` ,
107+ `${ PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT_BACKUP } ` ,
108108 `${ PRIVATE_KEY_FOR_BATCHER_CONTRACT_DEPLOYMENT } `
109109 ]
110110 } ,
Original file line number Diff line number Diff line change 1010 },
1111 "scripts" : {
1212 "deploy-prod" : " hardhat run scripts/deploy.ts --network" ,
13- "deploy-test" : " hardhat run scripts/deploy .ts --network" ,
13+ "deploy-test" : " hardhat run scripts/deployV1FactoryContracts .ts --network" ,
1414 "deploy-batcher" : " hardhat run scripts/deployBatcherContract.ts --network" ,
1515 "test" : " hardhat test" ,
1616 "coverage" : " hardhat coverage" ,
You can’t perform that action at this time.
0 commit comments