Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/soneium
[submodule "lib/aave-helpers"]
path = lib/aave-helpers
url = https://github.com/bgd-labs/aave-helpers
17 changes: 10 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ deploy-full:

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

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

## Deploy CCIP bridge adapters on all networks
deploy-ccip-bridge-adapters-test:
Expand Down Expand Up @@ -219,17 +219,20 @@ deploy-mantle-adapters-test:
deploy-ink-adapters-test:
$(call deploy_fn,adapters/DeployInkAdapter,ink)

deploy-soneium-adapters-test:
$(call deploy_fn,adapters/DeploySoneiumAdapter,soneium 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,ink)
$(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,soneium)

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


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

deploy_mock_destination:
$(call deploy_fn,helpers/Deploy_Mock_destination,ink)
$(call deploy_fn,helpers/Deploy_Mock_destination,soneium)

set-approved-ccf-senders:
$(call deploy_fn,helpers/Set_Approved_Senders,ethereum)
Expand All @@ -272,7 +275,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,ink)
$(call deploy_fn,access_control/network_scripts/GranularGuardianNetworkDeploys,soneium)

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

update-ccc-permissions:
$(call deploy_fn,helpers/UpdateCCCPermissions,ink)
$(call deploy_fn,helpers/UpdateCCCPermissions,soneium)
1 change: 1 addition & 0 deletions deployments/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0x05225Cd708bCa9253789C1374e4337a019e99D56",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/binance.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xAe13e4DA0952f0B8fE04E21df53716fCF799a923",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x3F006299eC88985c18E6e885EeA29A49eC579882",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
"sameChainAdapter": "0x6cfbd2aA4691fc18B9C209bDd43DC3943C228FCf",
"scrollAdapter": "0xA4dC3F123e1c601A19B3DC8382BB9311F678cafA",
"soneiumAdapter": "0xe66973c4571F733CafEb1BDE1fa58Ff35416d901",
"wormholeAdapter": "0x42206271373675661500F8a4d6A6CE2FDc6b5De5",
"zkevmAdapter": "0xe0a6Eee6d0c883734A7a7e7B378BD09fffb89EB6",
"zksyncAdapter": "0x6aD9d4147467f08b165e1b6364584C5d28898b84"
Expand Down
1 change: 1 addition & 0 deletions deployments/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/ink.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/linea.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xDe090EfCD6ef4b86792e2D84E55a5fa8d49D25D2",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/mantle.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/metis.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0x1dad86dC5990BCE5bFe3A150A4E0ece990d6EBcB",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
1 change: 1 addition & 0 deletions deployments/pre_prod_ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xB4e496f70602fE2AC6Ae511D028BA4D194773B29",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x525EC320AbD05FF316683BA3e38023CEe72f9868",
"soneiumAdapter": "0x4e00fD05aBb32F3eAF8C4D0773284ae10675C225",
"wormholeAdapter": "0x7458fd003C60D6B581D20249386188eA976e0556",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x22b56CC7c45ed007eA7E4Ea10D28967d36E314D6"
Expand Down
33 changes: 33 additions & 0 deletions deployments/pre_prod_soneium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"arbAdapter": "0x0000000000000000000000000000000000000000",
"baseAdapter": "0x0000000000000000000000000000000000000000",
"ccipAdapter": "0x0000000000000000000000000000000000000000",
"chainId": 1868,
"clEmergencyOracle": "0x0000000000000000000000000000000000000000",
"create3Factory": "0x0000000000000000000000000000000000000000",
"crossChainController": "0xBd28fb717A779e9a5E4CB8023D46C5d0d708d91f",
"crossChainControllerImpl": "0x931F1da6E2Bc9Ef1842b3094b908E9E6E24D1198",
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"executor": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0xbDfA4BdD705e02A2Da357ddd2e543ec654529940",
"opAdapter": "0x0000000000000000000000000000000000000000",
"owner": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"polAdapter": "0x0000000000000000000000000000000000000000",
"proxyAdminCCC": "0xA506688Fb1811348fE93048dcF4Efbf57D032688",
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0xC9202f296857205A1c146E72aA33C7368a38eD88",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
1 change: 1 addition & 0 deletions deployments/scroll.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xFa2eeb2d0054C3Db2A606E2cd9EE111b62707D1e",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x3C06dce358add17aAf230f2234bCCC4afd50d090",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
33 changes: 33 additions & 0 deletions deployments/soneium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"arbAdapter": "0x0000000000000000000000000000000000000000",
"baseAdapter": "0x0000000000000000000000000000000000000000",
"ccipAdapter": "0x0000000000000000000000000000000000000000",
"chainId": 1868,
"clEmergencyOracle": "0x0000000000000000000000000000000000000000",
"create3Factory": "0x0000000000000000000000000000000000000000",
"crossChainController": "0xD92b37a5114b33F668D274Fb48f23b726a854d6E",
"crossChainControllerImpl": "0x27A2cC9CE6cE9355d90b3c96292Cb27196060124",
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"executor": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
"granularCCCGuardian": "0xD8E6956718784B914740267b7A50B952fb516656",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x0000000000000000000000000000000000000000",
"opAdapter": "0x0000000000000000000000000000000000000000",
"owner": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"polAdapter": "0x0000000000000000000000000000000000000000",
"proxyAdminCCC": "0x68e74bF010e44C9164A59a385a35c21125C3A91E",
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x5698e43Ef1be85C68Dec568B5925dD5DB7903e39",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
1 change: 1 addition & 0 deletions deployments/sonic.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
Expand Down
3 changes: 2 additions & 1 deletion deployments/zksync.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"proxyFactory": "0x8Ef21C75Ce360078cAD162565ED0c27617eCccE0",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"soneiumAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x1BC5C10CAe378fDbd7D52ec4F9f34590a619c68E"
}
}
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ sonic-testnet="${RPC_SONIC_TESTNET}"
mantle="${RPC_MANTLE}"
mantle-testnet="${RPC_MANTLE_TESTNET}"
ink="${RPC_INK}"
soneium="${RPC_SONEIUM}"

[etherscan]
ethereum={key="${ETHERSCAN_API_KEY_MAINNET}", chain=1 }
Expand Down Expand Up @@ -100,6 +101,7 @@ sonic-testnet={key="${ETHERSCAN_API_KEY_SONIC}", chain=57054, url='https://api-t
mantle={key="${ETHERSCAN_API_KEY_MANTLE}", chain=5000, url='https://api.mantlescan.xyz/api'}
mantle-testnet={key="${ETHERSCAN_API_KEY_MANTLE}", chain=5003, url='https://explorer.testnet.mantle.xyz/api'}
ink={key="${ETHERSCAN_API_KEY_INK}", chain=57073, url='https://api.routescan.io/v2/network/mainnet/evm/57073/etherscan'}
soneium={key="${ETHERSCAN_API_KEY_SONEIUM}", chain=1868, url='https://soneium.blockscout.com/api/'}

# See more config options https://github.com/gakonst/foundry/tree/master/config
[fuzz]
Expand Down
2 changes: 1 addition & 1 deletion lib/aave-delivery-infrastructure
3 changes: 3 additions & 0 deletions scripts/BaseDeployerScript.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ struct Addresses {
address proxyFactory;
address sameChainAdapter;
address scrollAdapter;
address soneiumAdapter;
address wormholeAdapter;
address zkevmAdapter;
address zksyncAdapter;
Expand Down Expand Up @@ -82,6 +83,7 @@ library DeployerHelpers {
zkevmAdapter: abi.decode(persistedJson.parseRaw('.zkevmAdapter'), (address)),
gnosisAdapter: abi.decode(persistedJson.parseRaw('.gnosisAdapter'), (address)),
scrollAdapter: abi.decode(persistedJson.parseRaw('.scrollAdapter'), (address)),
soneiumAdapter: abi.decode(persistedJson.parseRaw('.soneiumAdapter'), (address)),
wormholeAdapter: abi.decode(persistedJson.parseRaw('.wormholeAdapter'), (address)),
zksyncAdapter: abi.decode(persistedJson.parseRaw('.zksyncAdapter'), (address)),
mantleAdapter: abi.decode(persistedJson.parseRaw('.mantleAdapter'), (address)),
Expand Down Expand Up @@ -120,6 +122,7 @@ library DeployerHelpers {
json.serialize('proxyFactory', addresses.proxyFactory);
json.serialize('sameChainAdapter', addresses.sameChainAdapter);
json.serialize('scrollAdapter', addresses.scrollAdapter);
json.serialize('soneiumAdapter', addresses.soneiumAdapter);
json.serialize('wormholeAdapter', addresses.wormholeAdapter);
json.serialize('zkevmAdapter', addresses.zkevmAdapter);
json = json.serialize('zksyncAdapter', addresses.zksyncAdapter);
Expand Down
14 changes: 14 additions & 0 deletions scripts/InitialDeployments.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,20 @@ contract Ink is BaseInitialDeployment {
}
}

contract Soneium is BaseInitialDeployment {
function TRANSACTION_NETWORK() internal pure override returns (uint256) {
return ChainIds.SONEIUM;
}

function EXECUTOR() internal pure override returns (address) {
return 0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A;
}

function TRANSPARENT_PROXY_FACTORY() internal pure override returns (address) {
return 0xEB0682d148e874553008730f0686ea89db7DA412;
}
}

contract Ethereum_testnet is BaseInitialDeployment {
function TRANSACTION_NETWORK() internal pure override returns (uint256) {
return TestNetChainIds.ETHEREUM_SEPOLIA;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,3 +310,21 @@ contract Ink is DeployGranularGuardian {
return ChainIds.INK;
}
}

contract Soneium is DeployGranularGuardian {
function DEFAULT_ADMIN() internal pure override returns (address) {
return 0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A; //GovernanceV3Soneium.EXECUTOR_LVL_1;
}

function RETRY_GUARDIAN() internal pure override returns (address) {
return 0xdc62E0e65b2251Dc66404ca717FD32dcC365Be3A; // bgd guardian
}

function SOLVE_EMERGENCY_GUARDIAN() internal pure override returns (address) {
return 0x19CE4363FEA478Aa04B9EA2937cc5A2cbcD44be6; // dao governance guardian
}

function TRANSACTION_NETWORK() internal pure override returns (uint256) {
return ChainIds.SONEIUM;
}
}
Loading
Loading