Skip to content

Commit

Permalink
update localnet to use more recent commits
Browse files Browse the repository at this point in the history
updated localnet op-stack dependencies to use more recent commits

made a few services in docker-compose use network_mode=host to allow running of tbc in op-geth, configured them to connect to localhost

using make dev-allocs for l1 deployments

deleted deployments directory
  • Loading branch information
ClaytonNorthey92 committed Jun 21, 2024
1 parent a4685a5 commit 3ec1f07
Show file tree
Hide file tree
Showing 33 changed files with 65 additions and 12,486 deletions.
26 changes: 21 additions & 5 deletions e2e/deploy-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sequencerFeeVaultMinimumWithdrawalAmount": "0x8ac7230489e80000",
"baseFeeVaultWithdrawalNetwork": "remote",
"l1FeeVaultWithdrawalNetwork": "remote",
"sequencerFeeVaultWithdrawalNetwork": "remote",
"sequencerFeeVaultWithdrawalNetwork": 0,
"proxyAdminOwner": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
"finalSystemOwner": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
"superchainConfigGuardian": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
Expand All @@ -49,10 +49,26 @@
"faultGameAbsolutePrestate": "0x03c7ae758795765c6664a5d39bf63841c71ff191e9189522bad8ebff5d4eca98",
"faultGameMaxDepth": 44,
"faultGameMaxDuration": 1200,
"outputBisectionGameGenesisBlock": 0,
"outputBisectionGameGenesisOutputRoot": "0x0000000000000000000000000000000000000000000000000000000000000000",
"outputBisectionGameSplitDepth": 14,
"systemConfigStartBlock": 0,
"requiredProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000",
"recommendedProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000"
"recommendedProtocolVersion": "0x0000000000000000000000000000000000000000000000000000000000000000",
"useFaultProofs": false,
"proofMaturityDelaySeconds": 0,
"disputeGameFinalityDelaySeconds": 0,
"respectedGameType": 0,
"faultGameMaxDepth": 50,
"faultGameMaxDuration": 2400,
"faultGameGenesisBlock": 0,
"faultGameGenesisOutputRoot": "0xDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF",
"faultGameSplitDepth": 14,
"faultGameWithdrawalDelay": 604800,
"preimageOracleMinProposalSize": 10000,
"preimageOracleChallengePeriod": 120,
"proofMaturityDelaySeconds": 12,
"disputeGameFinalityDelaySeconds": 6,
"usePlasma": false,
"daChallengeWindow": 160,
"daResolveWindow": 160,
"daBondSize": 1000000,
"daResolverRefundPercentage": 0
}
1 change: 0 additions & 1 deletion e2e/deployments/devnetL1/.chainId

This file was deleted.

253 changes: 0 additions & 253 deletions e2e/deployments/devnetL1/AddressManager.json

This file was deleted.

207 changes: 0 additions & 207 deletions e2e/deployments/devnetL1/BlockOracle.json

This file was deleted.

Loading

0 comments on commit 3ec1f07

Please sign in to comment.