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
19 changes: 11 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test :; forge test -vvv

# ---------------------------------------------- BASE SCRIPT CONFIGURATION ---------------------------------------------

BASE_LEDGER = --legacy --ledger --mnemonic-indexes $(MNEMONIC_INDEX) --sender $(LEDGER_SENDER)
BASE_LEDGER = --ledger --mnemonic-indexes $(MNEMONIC_INDEX) --sender $(LEDGER_SENDER)
BASE_KEY = --private-key ${PRIVATE_KEY}


Expand Down Expand Up @@ -164,11 +164,11 @@ deploy-full:

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

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

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

deploy-ink-adapters-test:
$(call deploy_fn,adapters/DeployInkAdapter,ink)

## 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,sonic)
$(call deploy_fn,ccc/Set_CCR_Receivers_Adapters,ink)

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


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

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

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

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

update-ccc-permissions:
$(call deploy_fn,helpers/UpdateCCCPermissions,mantle)
$(call deploy_fn,helpers/UpdateCCCPermissions,ink)
1 change: 1 addition & 0 deletions deployments/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x4922093c476CfbCF903C7C4082d2D64bAE8A37cE",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/avalanche.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0xc1162BCb2E5E3ca4725512008c7522dF8C8B7B65",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x617332a777780F546261247F621051d0b98975Eb",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x10f02995a399C0dC0FaF29914220E9C1bCdE8640",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0xa1c6aF35E0205f42256382C05243C543FEDBf4bB",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/binance.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0xe4FB5e3F506BE0095f38004f993D16fdA8224383",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x3F006299eC88985c18E6e885EeA29A49eC579882",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0xa5cc218513305221201f196760E9e64e9D49d98A",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/celo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0xbE815420A63A413BB8D508d8022C0FF150Ea7C39",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x7b065E68E70f346B18636Ab86779980287ec73e0",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x83BC62fbeA15B7Bfe11e8eEE57997afA5451f38C",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x4457cA11E90f416Cc1D3a8E1cA41C0cdEcC251d4",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x01dcb90Cf13b82Cde4A0BAcC655585a83Af3cCC1",
"inkAdapter": "0x98E78C2cD3013BF13a658E210e27C3732c8Dc48A",
"lineaAdapter": "0x8097555ffDa4176C93FEf92dF473b9763e467686",
"lzAdapter": "0x8FD7D8dd557817966181F584f2abB53549B4ABbe",
"mantleAdapter": "0xb66FA987fa7975Cac3d12B629c9c44e459e50990",
Expand Down
1 change: 1 addition & 0 deletions deployments/gnosis.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x4A9F571E3C1f2F13567bb59e38988e74d7d72602",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0xA806DA549FcB2B4912a7dFFE4c1aA7A1ed0Bd5C9",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x9b6f5ef589A3DD08670Dd146C11C4Fb33E04494F",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
32 changes: 32 additions & 0 deletions deployments/ink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"arbAdapter": "0x0000000000000000000000000000000000000000",
"baseAdapter": "0x0000000000000000000000000000000000000000",
"ccipAdapter": "0x0000000000000000000000000000000000000000",
"chainId": 57073,
"clEmergencyOracle": "0x0000000000000000000000000000000000000000",
"create3Factory": "0x0000000000000000000000000000000000000000",
"crossChainController": "0x990B75fD1a2345D905a385dBC6e17BEe0Cb2f505",
"crossChainControllerImpl": "0xe3b4A252eb26753A2be04a6d0ae4e67888B872ee",
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"executor": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
"granularCCCGuardian": "0xa2bDB2335Faf1940c99654c592B1a80618d79Fc9",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0xC2cD4F76B7a77AEaE3C04A9B6B105EC1Ad28e984",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0x0000000000000000000000000000000000000000",
"opAdapter": "0x0000000000000000000000000000000000000000",
"owner": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"polAdapter": "0x0000000000000000000000000000000000000000",
"proxyAdminCCC": "0x0C62e1e46E91bB2c277387BcB1b2887ed3267b9c",
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"wormholeAdapter": "0x0000000000000000000000000000000000000000",
"zkevmAdapter": "0x0000000000000000000000000000000000000000",
"zksyncAdapter": "0x0000000000000000000000000000000000000000"
}
1 change: 1 addition & 0 deletions deployments/linea.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0xc1cd6faF6e9138b4e6C21d438f9ebF2bd6F6cA16",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0xB3332d31ECFC3ef3BF6Cda79833D11d1A53f5cE6",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/metis.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x61BE97d3a0550549f67CA7421725fA73Fa2036B5",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/optimism.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x6c5264C380C7022e54f585c4E354ffb6f221a03b",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x0D2CccD3dD420dC6DE2f24DB44aA22fADE290a02",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x3e72665008dC237bdd91C04C10782Ed1987a4019",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x7FAE7765abB4c8f778d57337bB720d0BC53057e3",
"mantleAdapter": "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 @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x834607F5d65451918a8fDD5D22d6eF97f84917ef",
"inkAdapter": "0xC21b883bc57e963fd3214FE8E8eb80d71458Aae0",
"lineaAdapter": "0x5Dc8724b62F489a98f4f86b3a9629FB3f2552d73",
"lzAdapter": "0xE35B90E1B1eF522dC40a5829c59e3d2d291a9360",
"mantleAdapter": "0xD4FE312b920218A5a3D990c85b2a67aAeb8701dc",
Expand Down
32 changes: 32 additions & 0 deletions deployments/pre_prod_ink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"arbAdapter": "0x0000000000000000000000000000000000000000",
"baseAdapter": "0x0000000000000000000000000000000000000000",
"ccipAdapter": "0x0000000000000000000000000000000000000000",
"chainId": 57073,
"clEmergencyOracle": "0x0000000000000000000000000000000000000000",
"create3Factory": "0x0000000000000000000000000000000000000000",
"crossChainController": "0xBd28fb717A779e9a5E4CB8023D46C5d0d708d91f",
"crossChainControllerImpl": "0x931F1da6E2Bc9Ef1842b3094b908E9E6E24D1198",
"emergencyRegistry": "0x0000000000000000000000000000000000000000",
"executor": "0x47aAdaAE1F05C978E6aBb7568d11B7F6e0FC4d6A",
"gnosisAdapter": "0x0000000000000000000000000000000000000000",
"granularCCCGuardian": "0x0000000000000000000000000000000000000000",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x94cEEdb763cBDDd17D43F0A0f49485bF9770fcBd",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
"metisAdapter": "0x0000000000000000000000000000000000000000",
"mockDestination": "0xbDfA4BdD705e02A2Da357ddd2e543ec654529940",
"opAdapter": "0x0000000000000000000000000000000000000000",
"owner": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"polAdapter": "0x0000000000000000000000000000000000000000",
"proxyAdminCCC": "0xA506688Fb1811348fE93048dcF4Efbf57D032688",
"proxyFactory": "0xEB0682d148e874553008730f0686ea89db7DA412",
"sameChainAdapter": "0x0000000000000000000000000000000000000000",
"scrollAdapter": "0x0000000000000000000000000000000000000000",
"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 @@ -13,6 +13,7 @@
"granularCCCGuardian": "0xa835707d28e6C37C49d661742f2Fb5987367cEd4",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/sonic.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0x10078c1D8E46dd1ed5D8df2C42d5ABb969b11566",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x1098F187F5f444Bc1c77cD9beE99e8d460347F5F",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x7B8FaC105A7a85f02C3f31559d2ee7313BDC5d7f",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
1 change: 1 addition & 0 deletions deployments/zksync.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"granularCCCGuardian": "0xe0e23196D42b54F262a3DE952e6B34B197D1A228",
"guardian": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6",
"hlAdapter": "0x0000000000000000000000000000000000000000",
"inkAdapter": "0x0000000000000000000000000000000000000000",
"lineaAdapter": "0x0000000000000000000000000000000000000000",
"lzAdapter": "0x0000000000000000000000000000000000000000",
"mantleAdapter": "0x0000000000000000000000000000000000000000",
Expand Down
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ sonic="${RPC_SONIC}"
sonic-testnet="${RPC_SONIC_TESTNET}"
mantle="${RPC_MANTLE}"
mantle-testnet="${RPC_MANTLE_TESTNET}"
ink="${RPC_INK}"

[etherscan]
ethereum={key="${ETHERSCAN_API_KEY_MAINNET}", chain=1 }
Expand Down Expand Up @@ -98,6 +99,7 @@ sonic={key="${ETHERSCAN_API_KEY_SONIC}", chain=146, url='https://api.sonicscan.o
sonic-testnet={key="${ETHERSCAN_API_KEY_SONIC}", chain=57054, url='https://api-testnet.sonicscan.org/api'}
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'}

# 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 @@ -20,6 +20,7 @@ struct Addresses {
address granularCCCGuardian;
address guardian;
address hlAdapter;
address inkAdapter;
address lineaAdapter;
address lzAdapter;
address mantleAdapter;
Expand Down Expand Up @@ -71,6 +72,7 @@ library DeployerHelpers {
lineaAdapter: abi.decode(persistedJson.parseRaw('.lineaAdapter'), (address)),
lzAdapter: abi.decode(persistedJson.parseRaw('.lzAdapter'), (address)),
hlAdapter: abi.decode(persistedJson.parseRaw('.hlAdapter'), (address)),
inkAdapter: abi.decode(persistedJson.parseRaw('.inkAdapter'), (address)),
opAdapter: abi.decode(persistedJson.parseRaw('.opAdapter'), (address)),
arbAdapter: abi.decode(persistedJson.parseRaw('.arbAdapter'), (address)),
metisAdapter: abi.decode(persistedJson.parseRaw('.metisAdapter'), (address)),
Expand Down Expand Up @@ -105,6 +107,7 @@ library DeployerHelpers {
json.serialize('guardian', addresses.guardian);
json.serialize('granularCCCGuardian', addresses.granularCCCGuardian);
json.serialize('hlAdapter', addresses.hlAdapter);
json.serialize('inkAdapter', addresses.inkAdapter);
json.serialize('lineaAdapter', addresses.lineaAdapter);
json.serialize('lzAdapter', addresses.lzAdapter);
json.serialize('mantleAdapter', addresses.mantleAdapter);
Expand Down
16 changes: 15 additions & 1 deletion scripts/InitialDeployments.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ contract Mantle is BaseInitialDeployment {
function TRANSPARENT_PROXY_FACTORY() internal pure override returns (address) {
return 0xEB0682d148e874553008730f0686ea89db7DA412;
}

function EXECUTOR() internal pure override returns (address) {
return 0x9390B1735def18560c509E2d0bc090E9d6BA257a; // executor lvl1
}
Expand Down Expand Up @@ -332,6 +332,20 @@ contract Linea is BaseInitialDeployment {
}
}

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

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 @@ -291,4 +291,22 @@ contract Mantle is DeployGranularGuardian {
function TRANSACTION_NETWORK() internal pure override returns (uint256) {
return ChainIds.MANTLE;
}
}
}

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

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

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

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