Skip to content

Commit 1dfe681

Browse files
authored
Merge pull request #51 from bgd-labs/feat/soneium
feat: Add Soneium
2 parents 5dcd337 + 53b68e6 commit 1dfe681

34 files changed

+444
-189
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[submodule "lib/aave-delivery-infrastructure"]
22
path = lib/aave-delivery-infrastructure
33
url = https://github.com/bgd-labs/aave-delivery-infrastructure
4+
branch = feat/soneium
45
[submodule "lib/aave-helpers"]
56
path = lib/aave-helpers
67
url = https://github.com/bgd-labs/aave-helpers

Makefile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ deploy-full:
164164

165165
# Deploy Proxy Factories on all networks
166166
deploy-proxy-factory-test:
167-
$(call deploy_fn,InitialDeployments,ink)
167+
$(call deploy_fn,InitialDeployments,soneium)
168168

169169
# Deploy Cross Chain Infra on all networks
170170
deploy-cross-chain-infra-test:
171-
$(call deploy_fn,ccc/DeployCCC,ink)
171+
$(call deploy_fn,ccc/DeployCCC,soneium)
172172

173173
## Deploy CCIP bridge adapters on all networks
174174
deploy-ccip-bridge-adapters-test:
@@ -219,17 +219,20 @@ deploy-mantle-adapters-test:
219219
deploy-ink-adapters-test:
220220
$(call deploy_fn,adapters/DeployInkAdapter,ink)
221221

222+
deploy-soneium-adapters-test:
223+
$(call deploy_fn,adapters/DeploySoneiumAdapter,soneium ethereum)
224+
222225
## Set sender bridge dapters. Only eth pol avax are needed as other networks will only receive
223226
set-ccf-sender-adapters-test:
224227
$(call deploy_fn,ccc/Set_CCF_Sender_Adapters,ethereum)
225228

226229
# Set the bridge adapters allowed to receive messages
227230
set-ccr-receiver-adapters-test:
228-
$(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,ink)
231+
$(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,soneium)
229232

230233
# Sets the required confirmations
231234
set-ccr-confirmations-test:
232-
$(call deploy_fn,ccc/Set_CCR_Confirmations,ink)
235+
$(call deploy_fn,ccc/Set_CCR_Confirmations,soneium)
233236

234237

235238
## Deploy and configure all contracts
@@ -257,7 +260,7 @@ send-direct-message:
257260
$(call deploy_fn,helpers/Send_Direct_CCMessage,ethereum)
258261

259262
deploy_mock_destination:
260-
$(call deploy_fn,helpers/Deploy_Mock_destination,ink)
263+
$(call deploy_fn,helpers/Deploy_Mock_destination,soneium)
261264

262265
set-approved-ccf-senders:
263266
$(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
@@ -272,7 +275,7 @@ send-message-via-adapter:
272275
$(call deploy_fn,helpers/Send_Message_Via_Adapter,ethereum)
273276

274277
deploy_ccc_granular_guardian:
275-
$(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,ink)
278+
$(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,soneium)
276279

277280
deploy-ccc-revision-and-update:
278281
$(call deploy_fn,CCC/UpdateCCC,ethereum)
@@ -299,4 +302,4 @@ update-owners-and-guardians:
299302
$(call deploy_fn,helpers/Update_Ownership,zksync)
300303

301304
update-ccc-permissions:
302-
$(call deploy_fn,helpers/UpdateCCCPermissions,ink)
305+
$(call deploy_fn,helpers/UpdateCCCPermissions,soneium)

deployments/arbitrum.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
2727
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2828
"scrollAdapter": "0x0000000000000000000000000000000000000000",
29+
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
2930
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
3031
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
3132
"zksyncAdapter": "0x0000000000000000000000000000000000000000"

deployments/avalanche.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
2727
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2828
"scrollAdapter": "0x0000000000000000000000000000000000000000",
29+
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
2930
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
3031
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
3132
"zksyncAdapter": "0x0000000000000000000000000000000000000000"

deployments/base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0x05225Cd708bCa9253789C1374e4337a019e99D56",
2727
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2828
"scrollAdapter": "0x0000000000000000000000000000000000000000",
29+
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
2930
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
3031
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
3132
"zksyncAdapter": "0x0000000000000000000000000000000000000000"

deployments/binance.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
2727
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2828
"scrollAdapter": "0x0000000000000000000000000000000000000000",
29+
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
2930
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
3031
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
3132
"zksyncAdapter": "0x0000000000000000000000000000000000000000"

deployments/celo.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0xAe13e4DA0952f0B8fE04E21df53716fCF799a923",
2727
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2828
"scrollAdapter": "0x0000000000000000000000000000000000000000",
29+
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
2930
"wormholeAdapter": "0x3F006299eC88985c18E6e885EeA29A49eC579882",
3031
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
3132
"zksyncAdapter": "0x0000000000000000000000000000000000000000"

deployments/ethereum.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
2727
"sameChainAdapter": "0x6cfbd2aA4691fc18B9C209bDd43DC3943C228FCf",
2828
"scrollAdapter": "0xA4dC3F123e1c601A19B3DC8382BB9311F678cafA",
29+
"soneiumAdapter": "0xe66973c4571F733CafEb1BDE1fa58Ff35416d901",
2930
"wormholeAdapter": "0x42206271373675661500F8a4d6A6CE2FDc6b5De5",
3031
"zkevmAdapter": "0xe0a6Eee6d0c883734A7a7e7B378BD09fffb89EB6",
3132
"zksyncAdapter": "0x6aD9d4147467f08b165e1b6364584C5d28898b84"

deployments/gnosis.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
2727
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2828
"scrollAdapter": "0x0000000000000000000000000000000000000000",
29+
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
2930
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
3031
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
3132
"zksyncAdapter": "0x0000000000000000000000000000000000000000"

deployments/ink.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
2727
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
2828
"scrollAdapter": "0x0000000000000000000000000000000000000000",
29+
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
2930
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
3031
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
3132
"zksyncAdapter": "0x0000000000000000000000000000000000000000"

0 commit comments

Comments
 (0)