Skip to content

Commit

Permalink
Merge pull request #303 from tokamak-network/feat/update-script-getti…
Browse files Browse the repository at this point in the history
…ng-started

feat(contracts-bedrock): add the native token configs when initializing by the getting-started script
  • Loading branch information
0x6e616d authored Nov 21, 2024
2 parents 8cc882b + 2ef008b commit 011bec4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ config=$(cat << EOL
"l2BlockTime": $L2_BLOCK_TIME,
"l1BlockTime": $L1_BLOCK_TIME,
"nativeTokenName": "CHANGE_ME",
"nativeTokenSymbol": "CHANGE_ME",
"nativeTokenAddress": "CHANGE_ME",
"maxSequencerDrift": 600,
"sequencerWindowSize": 3600,
"channelTimeout": 300,
Expand Down

0 comments on commit 011bec4

Please sign in to comment.