@@ -17,7 +17,7 @@ BASE_KEY = --private-key ${PRIVATE_KEY}
1717
1818
1919
20- custom_ethereum := --with-gas-price 1000000000 # 53 gwei
20+ custom_ethereum := --with-gas-price 2000000000 # 53 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/
@@ -26,6 +26,7 @@ custom_ethereum := --with-gas-price 1000000000 # 53 gwei
2626custom_zksync := --zksync
2727custom_linea-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei
2828custom_linea := --with-gas-price 1000000000 --force # 1 gwei
29+ # custom_bob := --with-gas-price 100000000 --force # 0.1 gwei
2930custom_ethereum-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei
3031
3132# params:
@@ -164,11 +165,11 @@ deploy-full:
164165
165166# Deploy Proxy Factories on all networks
166167deploy-proxy-factory-test :
167- $(call deploy_fn,InitialDeployments,soneium )
168+ $(call deploy_fn,InitialDeployments,bob )
168169
169170# Deploy Cross Chain Infra on all networks
170171deploy-cross-chain-infra-test :
171- $(call deploy_fn,ccc/DeployCCC,soneium )
172+ $(call deploy_fn,ccc/DeployCCC,bob )
172173
173174# # Deploy CCIP bridge adapters on all networks
174175deploy-ccip-bridge-adapters-test :
@@ -222,17 +223,20 @@ deploy-ink-adapters-test:
222223deploy-soneium-adapters-test :
223224 $(call deploy_fn,adapters/DeploySoneiumAdapter,soneium ethereum)
224225
226+ deploy-bob-adapters-test :
227+ $(call deploy_fn,adapters/DeployBobAdapter,bob)
228+
225229# # Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
226230set-ccf-sender-adapters-test :
227231 $(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
228232
229233# Set the bridge adapters allowed to receive messages
230234set-ccr-receiver-adapters-test :
231- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,soneium )
235+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,bob )
232236
233237# Sets the required confirmations
234238set-ccr-confirmations-test :
235- $(call deploy_fn,ccc/Set_CCR_Confirmations,soneium )
239+ $(call deploy_fn,ccc/Set_CCR_Confirmations,bob )
236240
237241
238242# # Deploy and configure all contracts
@@ -260,7 +264,7 @@ send-direct-message:
260264 $(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)
261265
262266deploy_mock_destination :
263- $(call deploy_fn,helpers/Deploy_Mock_destination,soneium )
267+ $(call deploy_fn,helpers/Deploy_Mock_destination,bob )
264268
265269set-approved-ccf-senders :
266270 $(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
@@ -275,7 +279,7 @@ send-message-via-adapter:
275279 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
276280
277281deploy_ccc_granular_guardian :
278- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,soneium )
282+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,bob )
279283
280284deploy-ccc-revision-and-update :
281285 $(call deploy_fn,CCC/UpdateCCC,ethereum)
@@ -305,4 +309,4 @@ update-owners-and-guardians:
305309 $(call deploy_fn,helpers/Update_Ownership,zksync)
306310
307311update-ccc-permissions :
308- $(call deploy_fn,helpers/UpdateCCCPermissions,soneium )
312+ $(call deploy_fn,helpers/UpdateCCCPermissions,bob )
0 commit comments