Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Nov 21, 2024
1 parent bce928b commit 4f115c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config.ts.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export const config = {
delaySeconds: ethers.BigNumber.from('86400'),
futureSeconds: ethers.BigNumber.from('3600'),
},
espressoTEEVerifier: '0xb562622f2D76F355D673560CB88c1dF6088702f1',
},
validators: [
'0x1234123412341234123412341234123412341234',
Expand Down
4 changes: 4 additions & 0 deletions scripts/local-deployment/deployCreatorAndCreateRollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ async function main() {
'using RollupCreator',
contracts.rollupCreator.address
)

console.log(
`EspressoTEEVerifierMock Address: ${espressoTEEVerifierMock.address}`
)
const result = await createRollup(
deployerWallet,
true,
Expand Down

0 comments on commit 4f115c1

Please sign in to comment.