Skip to content

Commit

Permalink
Setting maintainer address for Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpar committed May 14, 2024
1 parent b4571e3 commit eebe5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit eebe5b5

Please sign in to comment.