You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
op-stack-deploymentQuestions relating to deploying your own OP Stack.discussion-metricsUsed by Github Action to gather discussion metrics on the question and answer section.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Using Feat/custom-gas-token branchfor deploy L2 rollups in testnet (Sepolia) with custom gas token but getting this error when trying to create l2 genesis and rollups.json.
./bin/op-node genesis l2 --l1-rpc $L1_RPC_URL --deploy-config ../packages/contracts-bedrock/deploy-config/testnet.json --l2-allocs ../packages/contracts-bedrock/l2.json --l1-deployments ../packages/contracts-bedrock/deployments/testnet/.deploy --outfile.l2 genesis.json --outfile.rollup rollup.json
t=2024-05-03T16:53:20+0000 lvl=info msg="Deploy config" path=../packages/contracts-bedrock/deploy-config/testnet.json
t=2024-05-03T16:53:21+0000 lvl=warn msg="L2OutputOracleStartingBlockNumber is 0, should only be 0 for fresh chains"
t=2024-05-03T16:53:21+0000 lvl=warn msg="GasPriceOracleBaseFeeScalar is 0"
t=2024-05-03T16:53:21+0000 lvl=warn msg="GasPriceOracleBlobBaseFeeScalar is 0"
t=2024-05-03T16:53:21+0000 lvl=warn msg="RequiredProtocolVersion is empty"
t=2024-05-03T16:53:21+0000 lvl=warn msg="RecommendedProtocolVersion is empty"
t=2024-05-03T16:53:21+0000 lvl=info msg="Using custom gas token" address=0xE7E4cfc05Ca6700ae4D826e1c4C2395A966f8369
t=2024-05-03T16:53:21+0000 lvl=info msg="Using L1 Start Block" number=5828720 hash=0xf9dcf26e33cca431ac969e4ff7a7b73c4ee238e4b026e1706cce054e85352f62
t=2024-05-03T16:53:21+0000 lvl=crit msg="Application failed" message="error creating l2 genesis: predeploy 4200000000000000000000000000000000000000 is missing from L2 genesis allocs"
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions