Skip to content

Commit

Permalink
Add Threshold Council multisig for base mainnet
Browse files Browse the repository at this point in the history
The Gnosis Safe wallet was set up on Base by the Threshold Council under
https://app.safe.global/settings/setup?safe=base:0x518385dd31289F1000fE6382b0C65df4d1Cd3bfC
  • Loading branch information
nkuba committed Aug 1, 2023
1 parent 140a8cb commit c9ba93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cross-chain/base/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ const config: HardhatUserConfig = {
default: 2,
goerli: 0,
baseGoerli: 0,
mainnet: "0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f",
base: "<tbd>",
mainnet: "0x9f6e831c8f8939dc0c830c6e492e7cef4f9c2f5f", // Threshold Council
base: "0x518385dd31289F1000fE6382b0C65df4d1Cd3bfC", // Threshold Council
},
},
mocha: {
Expand Down

0 comments on commit c9ba93e

Please sign in to comment.