@@ -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/
@@ -164,23 +164,23 @@ deploy-full:
164164
165165# Deploy Proxy Factories on all networks
166166deploy-proxy-factory-test :
167- $(call deploy_fn,InitialDeployments,mantle )
167+ $(call deploy_fn,InitialDeployments,sonic )
168168
169169# Deploy Cross Chain Infra on all networks
170170deploy-cross-chain-infra-test :
171- $(call deploy_fn,ccc/DeployCCC,mantle )
171+ $(call deploy_fn,ccc/DeployCCC,sonic )
172172
173173# # Deploy CCIP bridge adapters on all networks
174174deploy-ccip-bridge-adapters-test :
175175 $(call deploy_fn,adapters/DeployCCIPAdapter,ethereum)
176176
177177# # Deploy LayerZero bridge adapters on all networks
178178deploy-lz-bridge-adapters-test :
179- $(call deploy_fn,adapters/DeployLZ,celo )
179+ $(call deploy_fn,adapters/DeployLZ,sonic )
180180
181181# # Deploy HyperLane bridge adapters on all networks
182182deploy-hl-bridge-adapters-test :
183- $(call deploy_fn,adapters/DeployHL,celo )
183+ $(call deploy_fn,adapters/DeployHL,sonic )
184184
185185# # Deploy SameChain adapters on ethereum
186186deploy-same-chain-adapters-test :
@@ -222,11 +222,11 @@ set-ccf-sender-adapters-test:
222222
223223# Set the bridge adapters allowed to receive messages
224224set-ccr-receiver-adapters-test :
225- $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,mantle )
225+ $(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,sonic )
226226
227227# Sets the required confirmations
228228set-ccr-confirmations-test :
229- $(call deploy_fn,ccc/Set_CCR_Confirmations,mantle )
229+ $(call deploy_fn,ccc/Set_CCR_Confirmations,sonic )
230230
231231
232232# # Deploy and configure all contracts
@@ -269,7 +269,7 @@ send-message-via-adapter:
269269 $(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
270270
271271deploy_ccc_granular_guardian :
272- $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,mantle )
272+ $(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,sonic )
273273
274274deploy-ccc-revision-and-update :
275275 $(call deploy_fn,CCC/UpdateCCC,ethereum)
@@ -292,5 +292,5 @@ deploy-celo-path-payload:
292292update-owners-and-guardians :
293293 $(call deploy_fn,helpers/Update_Ownership,zksync)
294294
295- update-celo -permissions :
296- $(call deploy_fn,helpers/UpdateCCCPermissions,celo )
295+ update-sonic -permissions :
296+ $(call deploy_fn,helpers/UpdateCCCPermissions,sonic )
0 commit comments