Skip to content

Commit

Permalink
Update docs and example
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Oct 11, 2024
1 parent d226e9d commit e9f58da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you want to use the already deployed `RollupCreator`, you can update the `ROL

### 3. Deploy Rollup Creator and initialize the espresso contracts

Change the `config.ts.example` to `config.ts` and run the following command to deploy the rollup creator and initialize the espresso contracts.
Run the following command to deploy the rollup creator and initialize the espresso contracts.

`npx hardhat run scripts/deployment.ts --network sepolia`

Expand Down
3 changes: 3 additions & 0 deletions scripts/config.ts.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ export const config = {
delaySeconds: ethers.BigNumber.from('86400'),
futureSeconds: ethers.BigNumber.from('3600'),
},
arbitrum: {
enableEspresso: true,
},
},
validators: [
'0x1234123412341234123412341234123412341234',
Expand Down

0 comments on commit e9f58da

Please sign in to comment.