File tree
4 files changed
+12
-1
lines changed- lib
- src/contracts
- libraries
- voting
- libs
4 files changed
+12
-1
lines changedSubmodule adi-deploy updated 84 files
- .env.example+25-29
- .github/workflows/foundry.yml-2
- .gitignore+1
- .gitmodules+1-1
- CONTRIBUTING.ms-90
- Makefile+14-21
- README.md+1-1
- deployments/arbitrum.json-3
- deployments/avalanche.json-3
- deployments/avalanche_fuji.json
- deployments/base.json-3
- deployments/binance.json-3
- deployments/binance_testnet.json
- deployments/cc/mainnet/bob.json-34
- deployments/cc/mainnet/ink.json-34
- deployments/cc/mainnet/pre_prod_bob.json-34
- deployments/cc/mainnet/pre_prod_ink.json-32
- deployments/cc/mainnet/pre_prod_soneium.json-33
- deployments/cc/mainnet/soneium.json-34
- deployments/celo.json-3
- deployments/celo_alfajores.json
- deployments/ethereum.json-3
- deployments/ethereum_sepolia.json
- deployments/gnosis.json-3
- deployments/linea.json-3
- deployments/linea_sepolia.json
- deployments/mantle.json-3
- deployments/metis.json-3
- deployments/metis_test.json
- deployments/optimism.json-3
- deployments/polygon.json-3
- deployments/pre_prod_arbitrum.json
- deployments/pre_prod_avalanche.json
- deployments/pre_prod_base.json
- deployments/pre_prod_binance.json
- deployments/pre_prod_celo.json
- deployments/pre_prod_ethereum.json-3
- deployments/pre_prod_gnosis.json
- deployments/pre_prod_linea.json
- deployments/pre_prod_mantle.json
- deployments/pre_prod_metis.json
- deployments/pre_prod_optimism.json
- deployments/pre_prod_polygon.json
- deployments/pre_prod_scroll.json
- deployments/pre_prod_zksync.json
- deployments/scroll.json-3
- deployments/scroll_sepolia.json
- deployments/sonic.json-3
- deployments/zkevm.json
- deployments/zksync.json+1-4
- deployments/zksync_sepolia.json
- diffs/adi_add_ink_path_to_adiethereum_before_adi_add_ink_path_to_adiethereum_after.md-14
- diffs/adi_add_mantle_path_to_adiethereum_before_adi_add_mantle_path_to_adiethereum_after.md-14
- diffs/adi_add_soneium_path_to_adiethereum_before_adi_add_soneium_path_to_adiethereum_after.md-14
- foundry.toml+32-41
- lib/aave-delivery-infrastructure+1-1
- lib/aave-helpers+1-1
- package-lock.json-1.8k
- package.json+4-9
- scripts/BaseDeployerScript.sol+1-10
- scripts/InitialDeployments.s.sol+1-43
- scripts/access_control/network_scripts/GranularGuardianNetworkDeploys.s.sol+1-55
- scripts/adapters/DeployBobAdapter.s.sol-45
- scripts/adapters/DeployInkAdapter.s.sol-45
- scripts/adapters/DeploySoneiumAdapter.s.sol-45
- scripts/ccc/DeployCCC.s.sol+2-22
- scripts/ccc/Set_CCF_Sender_Adapters.s.sol+173-199
- scripts/ccc/Set_CCR_Confirmations.s.sol-54
- scripts/ccc/Set_CCR_Receivers_Adapters.s.sol-66
- scripts/helpers/Deploy_Mock_destination.s.sol-18
- scripts/helpers/Send_Direct_CCMessage.s.sol+1-1
- scripts/helpers/UpdateCCCPermissions.s.sol+8-83
- scripts/payloads/adapters/ethereum/Ethereum_Activate_Ink_Bridge_Adapter_Payload.s.sol-34
- scripts/payloads/adapters/ethereum/Ethereum_Activate_Mantle_Bridge_Adapter_Payload.s.sol-34
- scripts/payloads/adapters/ethereum/Ethereum_Activate_Soneium_Bridge_Adapter_Payload.s.sol-34
- scripts/payloads/adapters/ethereum/Network_Deployments.s.sol+2-46
- src/templates/BaseForwarderAdaptersUpdate.sol-12
- src/templates/interfaces/IBaseForwarderAdaptersUpdate.sol-9
- tests/adi/ADITestBase.sol+9-21
- tests/payloads/ethereum/AddMantlePathTest.t.sol-92
- tests/payloads/ethereum/AddSoneiumPathTest.t.sol-87
- tests/payloads/ethereum/AddSonicPathTest.t.sol+1-1
- tests/payloads/zksync/AddZkSyncPathTest.t.sol+11-11
- yarn.lock+53
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
| 113 | + | |
112 | 114 |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
| 60 | + | |
| 61 | + | |
60 | 62 |
| |
61 | 63 |
| |
62 | 64 |
| |
| |||
99 | 101 |
| |
100 | 102 |
| |
101 | 103 |
| |
| 104 | + | |
102 | 105 |
| |
103 | 106 |
| |
104 | 107 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
158 | 164 |
| |
159 | 165 |
| |
160 | 166 |
| |
|
0 commit comments