Skip to content

Commit

Permalink
Merge pull request #30 from bgd-labs/feat/linea
Browse files Browse the repository at this point in the history
feat: add linea deployment scripts
  • Loading branch information
sendra authored Dec 12, 2024
2 parents 884db49 + b543b70 commit e30d5d0
Show file tree
Hide file tree
Showing 58 changed files with 509 additions and 91 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RPC_GNOSIS=https://rpc.ankr.com/gnosis
RPC_BNB=https://binance.llamarpc.com
RPC_ZK_SYNC=https://mainnet.era.zksync.io
RPC_ZK_SYNC_TESTNET=https://sepolia.era.zksync.dev
RPC_LINEA=https://rpc.linea.build

# Etherscan api keys for verification & download utils
ETHERSCAN_API_KEY_MAINNET=
Expand Down
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "lib/aave-delivery-infrastructure"]
path = lib/aave-delivery-infrastructure
url = https://github.com/bgd-labs/aave-delivery-infrastructure
branch = feat/linea
[submodule "lib/aave-helpers"]
path = lib/aave-helpers
url = https://github.com/bgd-labs/aave-helpers
29 changes: 19 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ BASE_KEY = --private-key ${PRIVATE_KEY}



#custom_ethereum := --with-gas-price 15000000000 # 53 gwei
custom_ethereum := --with-gas-price 30000000000 # 53 gwei
#custom_polygon := --with-gas-price 190000000000 # 560 gwei
#custom_avalanche := --with-gas-price 27000000000 # 27 gwei
#custom_metis-testnet := --legacy --verifier-url https://goerli.explorer.metisdevops.link/api/
#custom_metis := --verifier-url https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan
#custom_scroll-testnet := --legacy --with-gas-price 1000000000 # 1 gwei
custom_zksync := --zksync
custom_linea-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei
custom_linea := --with-gas-price 1000000000 --force # 1 gwei
custom_ethereum-testnet := --legacy --with-gas-price 27000000000 --force # 1 gwei

# params:
# 1 - path/file_name
Expand Down Expand Up @@ -113,9 +116,12 @@ deploy-zkevm-adapters:
deploy-wormhole-adapters:
$(call deploy_fn,adapters/DeployWormholeAdapter,ethereum celo)

deploy-zksync-adapters-test:
deploy-zksync-adapters:
$(call deploy_fn,adapters/DeployZkSyncAdapter,ethereum)

deploy-linea-adapters:
$(call deploy_fn,adapters/DeployLineaAdapter,ethereum linea)

## Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
set-ccf-sender-adapters:
$(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
Expand Down Expand Up @@ -158,11 +164,11 @@ deploy-full:

# Deploy Proxy Factories on all networks
deploy-proxy-factory-test:
$(call deploy_fn,InitialDeployments,zksync)
$(call deploy_fn,InitialDeployments,linea)

# Deploy Cross Chain Infra on all networks
deploy-cross-chain-infra-test:
$(call deploy_fn,ccc/DeployCCC,zksync)
$(call deploy_fn,ccc/DeployCCC,linea)

## Deploy CCIP bridge adapters on all networks
deploy-ccip-bridge-adapters-test:
Expand Down Expand Up @@ -204,17 +210,20 @@ deploy-metis-adapters-test:
deploy-base-adapters-test:
$(call deploy_fn,adapters/DeployCBaseAdapter,ethereum)

deploy-linea-adapters-test:
$(call deploy_fn,adapters/DeployLineaAdapter,ethereum)

## Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
set-ccf-sender-adapters-test:
$(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)

# Set the bridge adapters allowed to receive messages
set-ccr-receiver-adapters-test:
$(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,zksync)
$(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,linea)

# Sets the required confirmations
set-ccr-confirmations-test:
$(call deploy_fn,ccc/Set_CCR_Confirmations,zksync)
$(call deploy_fn,ccc/Set_CCR_Confirmations,linea)


## Deploy and configure all contracts
Expand All @@ -236,13 +245,13 @@ deploy-full-test:
# ----------------------------------------------------------------------------------------------------------------------
# ----------------------------------------- HELPER SCRIPTS ---------------------------------------------------------
remove-bridge-adapters:
$(call deploy_fn,helpers/RemoveBridgeAdapters,celo)
$(call deploy_fn,helpers/RemoveBridgeAdapters,ethereum)

send-direct-message:
$(call deploy_fn,helpers/Send_Direct_CCMessage,avalanche)
$(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)

deploy_mock_destination:
$(call deploy_fn,helpers/Deploy_Mock_destination,zksync)
$(call deploy_fn,helpers/Deploy_Mock_destination,linea)

set-approved-ccf-senders:
$(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
Expand All @@ -257,7 +266,7 @@ send-message-via-adapter:
$(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)

deploy_ccc_granular_guardian:
$(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,zksync)
$(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,linea)

deploy-ccc-revision-and-update:
$(call deploy_fn,CCC/UpdateCCC,ethereum)
Expand Down
3 changes: 2 additions & 1 deletion deployments/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0x4922093c476CfbCF903C7C4082d2D64bAE8A37cE",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x9fE056F44510F970d724adA16903ba5D75CC4742",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
3 changes: 2 additions & 1 deletion deployments/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0xc1162BCb2E5E3ca4725512008c7522dF8C8B7B65",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x617332a777780F546261247F621051d0b98975Eb",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x10f02995a399C0dC0FaF29914220E9C1bCdE8640",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0xb962dCD6d9F0bFB4Cb2936C6C5E5c7C3f0D3c778",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
1 change: 1 addition & 0 deletions deployments/avalanche_fuji.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0x16637A2A8877A4bca0906D6B782255283bFCFedb",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x3eDeded4327949EeE0c0d2Db2417b9cfb4395383",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x4c27236C1908c4B184AA16d101F9D1D036d2B31f",
Expand Down
3 changes: 2 additions & 1 deletion deployments/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0xa1c6aF35E0205f42256382C05243C543FEDBf4bB",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x118DFD5418890c0332042ab05173Db4A2C1d283c",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
3 changes: 2 additions & 1 deletion deployments/binance.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0xe4FB5e3F506BE0095f38004f993D16fdA8224383",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x3F006299eC88985c18E6e885EeA29A49eC579882",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0xa5cc218513305221201f196760E9e64e9D49d98A",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x74c3a74362dF4Dd1b9924a97C357B8772dC45000",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
1 change: 1 addition & 0 deletions deployments/binance_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0x430601393302cD5e634C40796533e053744025B9",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x57f41202788fc6A77AD76647699B6a6A66ABfc09",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0xa5cc218513305221201f196760E9e64e9D49d98A",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0xAE93BEa44dcbE52B625169588574d31e36fb3A67",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/celo_alfajores.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x6AF9623B157bd3B267D36A601184D0415364A9e2",
Expand Down
1 change: 1 addition & 0 deletions deployments/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0x4457cA11E90f416Cc1D3a8E1cA41C0cdEcC251d4",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x01dcb90Cf13b82Cde4A0BAcC655585a83Af3cCC1",
"lineaAdapter": "0x8097555ffDa4176C93FEf92dF473b9763e467686",
"lzAdapter": "0x8410d9BD353b420ebA8C48ff1B0518426C280FCC",
"metisAdapter": "0x6B3Dc800E7c813Db3fe8D0F30fDCaE636935dC14",
"mockDestination": "0x19198689FfBE82207F023248dca175a84c52eCE1",
Expand Down
5 changes: 3 additions & 2 deletions deployments/ethereum_sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
"crossChainControllerImpl": "0x51Ca5ADc684f2C23deC1F8f762668D7a0Fd601fd",
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
"guardian": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"guardian": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"hlAdapter": "0x158d2Ab713BD05a2a32F7a0776bA4F1c93d2937f",
"lineaAdapter": "0x07752B473d8D737b4B445E475d89652a0Bcf6A44",
"lzAdapter": "0xd52F3438F755f46E35f4741B9443b1F0A5bA7eB1",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x48ce82E06DF3CfE4904980778D9Be6E30c06f978",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x42D8D601cB91df86367229d04D8cf3556464c5c7",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0xC0d55FEa916180a8e38d842651c6472f4bA8337E"
}
}
3 changes: 2 additions & 1 deletion deployments/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0x4A9F571E3C1f2F13567bb59e38988e74d7d72602",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0xA806DA549FcB2B4912a7dFFE4c1aA7A1ed0Bd5C9",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x9b6f5ef589A3DD08670Dd146C11C4Fb33E04494F",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x81d32B36380e6266e1BDd490eAC56cdB300afBe0",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
29 changes: 29 additions & 0 deletions deployments/linea.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"arbAdapter": "0x0000000000000000000000000000000000000000",
"baseAdapter": "0x0000000000000000000000000000000000000000",
"ccipAdapter": "0x0000000000000000000000000000000000000000",
"chainId": 59144,
"clEmergencyOracle": "0x0000000000000000000000000000000000000000",
"create3Factory": "0x0000000000000000000000000000000000000000",
"crossChainController": "0x0D3f821e9741C8a8Bcac231162320251Db0cdf52",
"crossChainControllerImpl": "0xcb5C27e1EF28949b354904ee8D3088330D806a6f",
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
"granularCCCGuardian": "0x8CAdaAE6cd278c7C8FBaD5d6F55Ca6129A627E10",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0xB3332d31ECFC3ef3BF6Cda79833D11d1A53f5cE6",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x0000000000000000000000000000000000000000",
"opAdapter": "0x0000000000000000000000000000000000000000",
"owner": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"polAdapter": "0x0000000000000000000000000000000000000000",
"proxyAdmin": "0x160E35e28fEE90F3656420584e0a990276219b5A",
"proxyFactory": "0xDe090EfCD6ef4b86792e2D84E55a5fa8d49D25D2",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
29 changes: 29 additions & 0 deletions deployments/linea_sepolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"arbAdapter": "0x0000000000000000000000000000000000000000",
"baseAdapter": "0x0000000000000000000000000000000000000000",
"ccipAdapter": "0x0000000000000000000000000000000000000000",
"chainId": 59141,
"clEmergencyOracle": "0x0000000000000000000000000000000000000000",
"create3Factory": "0x0000000000000000000000000000000000000000",
"crossChainController": "0xD64a5b2E6e0a36c8668F5CF8F07638ffF5259d58",
"crossChainControllerImpl": "0x3725ea99ed189cA3e7C36DD27a895C2A17448Ce7",
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"guardian": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0xCeA0F977Aeb39Ee8387133fB4EA76062250ADCff",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x6d6cEa072a1992B6c2d2740B59840Ed8Aa9F84e4",
"opAdapter": "0x0000000000000000000000000000000000000000",
"owner": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"polAdapter": "0x0000000000000000000000000000000000000000",
"proxyAdmin": "0xF0BE129CED2ea9cdFae82807EE8119bF65aE523d",
"proxyFactory": "0x319D156eA750b20D5370ef7b348B6fF1ab5D0256",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
3 changes: 2 additions & 1 deletion deployments/metis.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0x61BE97d3a0550549f67CA7421725fA73Fa2036B5",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0xf41193E25408F652AF878c47E4401A01B5E4B682",
"mockDestination": "0x90800d1F54384523723eD3962c7Cd59d7866c83d",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
3 changes: 2 additions & 1 deletion deployments/metis_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"guardian": "0x6D603081563784dB3f83ef1F65Cc389D94365Ac9",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0xe2Ec9249C73a65a503AfD1F2b9fa7130D8f2B987",
"mockDestination": "0xAa9c066b41950EEE46AfB1Ae0E047E1ec6C215fA",
Expand All @@ -18,4 +19,4 @@
"proxyAdmin": "0xB378B916D304E4C8Bf20c264A6094e5fa77CfaCA",
"proxyFactory": "0xF1a818CE6b4F49452388099e6E671E42F1767AB6",
"sameChainAdapter": "0x0000000000000000000000000000000000000000"
}
}
3 changes: 2 additions & 1 deletion deployments/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0x6c5264C380C7022e54f585c4E354ffb6f221a03b",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x2e649f6b54B07E210b31c9cC2eB8a0d5997c3D4A",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
3 changes: 2 additions & 1 deletion deployments/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"granularCCCGuardian": "0x0D2CccD3dD420dC6DE2f24DB44aA22fADE290a02",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x3e72665008dC237bdd91C04C10782Ed1987a4019",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x7FAE7765abB4c8f778d57337bB720d0BC53057e3",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x876f3a26552E58dF6919311Da65f1F20162eF2F7",
Expand All @@ -25,4 +26,4 @@
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
}
1 change: 1 addition & 0 deletions deployments/pre_prod_arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x3F006299eC88985c18E6e885EeA29A49eC579882",
Expand Down
1 change: 1 addition & 0 deletions deployments/pre_prod_avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0x28D7B58b70122E03A6253dd0e79E159fDb5ED665",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x08183F38166f640D60895150d99e57c6ad948451",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x09740878d765BB3358D5499421E12afe9E1699EB",
Expand Down
1 change: 1 addition & 0 deletions deployments/pre_prod_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x6d4F341d8Bb3Dc5ABe822Aa940F1884508C13f99",
Expand Down
1 change: 1 addition & 0 deletions deployments/pre_prod_binance.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"hlAdapter": "0xA806DA549FcB2B4912a7dFFE4c1aA7A1ed0Bd5C9",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x9b6f5ef589A3DD08670Dd146C11C4Fb33E04494F",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x5e06b10B3b9c3E1c0996D2544A35B9839Be02922",
Expand Down
Loading

0 comments on commit e30d5d0

Please sign in to comment.