From eebe5b5fc82e735f5427f4bb7f1b546bc06e3c76 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 14 May 2024 15:16:43 +0200 Subject: [PATCH] Setting maintainer address for Sepolia --- solidity/hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/hardhat.config.ts b/solidity/hardhat.config.ts index 41f2d48fe..904105565 100644 --- a/solidity/hardhat.config.ts +++ b/solidity/hardhat.config.ts @@ -106,7 +106,7 @@ const config: HardhatUserConfig = { }, maintainer: { default: 4, - sepolia: 0, // TODO: updated to the actual address once available + sepolia: "0x5CD05b073Ed2d01991A46cd55dA5D10a63B1E2CA", mainnet: "", // TODO: updated to the actual address once available integration: 0, // TODO: update to the same value as mainnet },