@@ -17,7 +17,7 @@ BASE_KEY = --private-key ${PRIVATE_KEY}
1717
1818
1919
20- custom_ethereum := --with-gas-price 2000000000 # 53 gwei
20+ custom_ethereum := --with-gas-price 500000000 # 0.5 gwei
2121# custom_polygon := --with-gas-price 190000000000 # 560 gwei
2222# custom_avalanche := --with-gas-price 27000000000 # 27 gwei
2323# custom_metis-testnet := --legacy --verifier-url https://goerli.explorer.metisdevops.link/api/
@@ -39,7 +39,7 @@ custom_ethereum-testnet := --legacy --with-gas-price 27000000000 --force # 1 gw
3939define deploy_single_fn
4040forge script \
4141 scripts/$(1 ) .s.sol:$(if $(3 ) ,$(if $(PROD ) ,$(3 ) ,$(3 ) _testnet) ,$(shell UP=$(if $(PROD ) ,$(2 ) ,$(2 ) _testnet) ; echo $${UP} | perl -nE 'say ucfirst') ) \
42- --rpc-url $(if $(PROD ) ,$(2 ) ,$(2 ) -testnet) --broadcast --verify -vvvv \
42+ --rpc-url $(if $(PROD ) ,$(2 ) ,$(2 ) -testnet) --broadcast --verify --legacy - vvvv \
4343 $(if $(LEDGER ) ,$(BASE_LEDGER ) ,$(BASE_KEY ) ) \
4444 $(custom_$(if $(PROD ) ,$(2 ) ,$(2 ) -testnet) )
4545
@@ -165,23 +165,23 @@ deploy-full:
165165
166166# Deploy Proxy Factories on all networks
167167deploy-proxy-factory-test :
168- $(call deploy_fn,InitialDeployments,bob )
168+ $(call deploy_fn,InitialDeployments,plasma )
169169
170170# Deploy Cross Chain Infra on all networks
171171deploy-cross-chain-infra-test :
172- $(call deploy_fn,ccc/DeployCCC,bob )
172+ $(call deploy_fn,ccc/DeployCCC,plasma )
173173
174174# # Deploy CCIP bridge adapters on all networks
175175deploy-ccip-bridge-adapters-test :
176176 $(call deploy_fn,adapters/DeployCCIPAdapter,ethereum)
177177
178178# # Deploy LayerZero bridge adapters on all networks
179179deploy-lz-bridge-adapters-test :
180- $(call deploy_fn,adapters/DeployLZ,sonic )
180+ $(call deploy_fn,adapters/DeployLZ,ethereum )
181181
182182# # Deploy HyperLane bridge adapters on all networks
183183deploy-hl-bridge-adapters-test :
184- $(call deploy_fn,adapters/DeployHL,sonic )
184+ $(call deploy_fn,adapters/DeployHL,ethereum )
185185
186186# # Deploy SameChain adapters on ethereum
187187deploy-same-chain-adapters-test :
@@ -232,11 +232,11 @@ set-ccf-sender-adapters-test:
232232
233233# Set the bridge adapters allowed to receive messages
234234set-ccr-receiver-adapters-test :
235- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,bob )
235+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,plasma )
236236
237237# Sets the required confirmations
238238set-ccr-confirmations-test :
239- $(call deploy_fn,ccc/Set_CCR_Confirmations,bob )
239+ $(call deploy_fn,ccc/Set_CCR_Confirmations,plasma )
240240
241241
242242# # Deploy and configure all contracts
@@ -264,7 +264,7 @@ send-direct-message:
264264 $(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)
265265
266266deploy_mock_destination :
267- $(call deploy_fn,helpers/Deploy_Mock_destination,bob )
267+ $(call deploy_fn,helpers/Deploy_Mock_destination,plasma )
268268
269269set-approved-ccf-senders :
270270 $(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
@@ -279,7 +279,7 @@ send-message-via-adapter:
279279 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
280280
281281deploy_ccc_granular_guardian :
282- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,bob )
282+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,plasma )
283283
284284deploy-ccc-revision-and-update :
285285 $(call deploy_fn,CCC/UpdateCCC,ethereum)
@@ -297,4 +297,4 @@ update-owners-and-guardians:
297297 $(call deploy_fn,helpers/Update_Ownership,zksync)
298298
299299update-ccc-permissions :
300- $(call deploy_fn,helpers/UpdateCCCPermissions,bob )
300+ $(call deploy_fn,helpers/UpdateCCCPermissions,plasma )
0 commit comments