From c9ba93ee69cbba966209278203f11338e87beabd Mon Sep 17 00:00:00 2001 From: Jakub Nowakowski Date: Tue, 1 Aug 2023 13:43:03 +0200 Subject: [PATCH] Add Threshold Council multisig for base mainnet The Gnosis Safe wallet was set up on Base by the Threshold Council under https://app.safe.global/settings/setup?safe=base:0x518385dd31289F1000fE6382b0C65df4d1Cd3bfC --- cross-chain/base/hardhat.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cross-chain/base/hardhat.config.ts b/cross-chain/base/hardhat.config.ts index 8cd0291db..f7dada54c 100644 --- a/cross-chain/base/hardhat.config.ts +++ b/cross-chain/base/hardhat.config.ts @@ -140,8 +140,8 @@ const config: HardhatUserConfig = { default: 2, goerli: 0, baseGoerli: 0, - mainnet: "0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f", - base: "", + mainnet: "0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f", // Threshold Council + base: "0x518385dd31289F1000fE6382b0C65df4d1Cd3bfC", // Threshold Council }, }, mocha: {