Skip to content

Commit

Permalink
feat: add executor deployment to dev sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
clauBv23 committed Oct 15, 2024
1 parent 8e13ad4 commit 5db7a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/src/deployments/json/devSepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@
"address": "0x65023205fB06Aded92874DB1547d34d85F8def9E",
"blockNumber": 6873266,
"deploymentTx": "0xdff46a04993ebb47af4913bf116965737789894af1c703256ba838985a41b5ec"
},
"Executor": {
"address": "0x619c4C957370CD288D64b46D4cF3a560229b593b",
"blockNumber": 6879195,
"deploymentTx": "0xaee7e85761c86ca9c3cf8fb3a02e0b9b3d45aa7914a10dbfc16ecd86555ed33e"
}
}
}
1 change: 1 addition & 0 deletions configs/src/deployments/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export enum NonFrameworkContractsNames {
STAGED_PROPOSAL_PROCESSOR_REPO_IMPLEMENTATION = 'StagedProposalProcessorRepoImplementation',
STAGED_PROPOSAL_PROCESSOR_SETUP = 'StagedProposalProcessorSetup',
STAGED_PROPOSAL_PROCESSOR_SETUP_IMPLEMENTATION = 'StagedProposalProcessorSetupImplementation',
EXECUTOR = 'Executor',
}

export type ENSNetworkDomain = {
Expand Down

0 comments on commit 5db7a5d

Please sign in to comment.