Skip to content

Commit

Permalink
Rename and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Aug 22, 2024
1 parent 8d890c3 commit 8fc2fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ services:
depends_on:
- geth

espresso-sequencer:
sequencer-on-espresso:
pid: host # allow debugging
image: espresso-integration-testnode
entrypoint: /usr/local/bin/nitro
Expand Down
4 changes: 1 addition & 3 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ SLOTS_PER_EPOCH: 6
DEPOSIT_CONTRACT_ADDRESS: 0x4242424242424242424242424242424242424242
`
fs.writeFileSync(path.join(consts.configpath, "prysm.yaml"), prysm)

}

function writeGethGenesisConfig(argv: any) {
Expand Down Expand Up @@ -154,7 +153,7 @@ function writeGethGenesisConfig(argv: any) {
function writeConfigs(argv: any) {
const valJwtSecret = path.join(consts.configpath, "val_jwt.hex")
const chainInfoFile = path.join(consts.configpath, "l2_chain_info.json")
const baseConfig ={
const baseConfig = {
"parent-chain": {
"connection": {
"url": argv.l1url,
Expand Down Expand Up @@ -405,7 +404,6 @@ function writeL2ChainConfig(argv: any) {
}
const l2ChainConfigJSON = JSON.stringify(l2ChainConfig)
fs.writeFileSync(path.join(consts.configpath, "l2_chain_config.json"), l2ChainConfigJSON)

}

function writeL3ChainConfig(argv: any) {
Expand Down

0 comments on commit 8fc2fb1

Please sign in to comment.