Skip to content

Commit

Permalink
Merge pull request #1620 from ethereum-optimism/sc/mainnet-trial-gene…
Browse files Browse the repository at this point in the history
…sis-script

feat: add mainnet trial genesis script
  • Loading branch information
smartcontracts committed Oct 22, 2021
2 parents 3938813 + 5000e11 commit f95a7c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/contracts/scripts/deploy-scripts/mainnet-trial-genesis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

export L2_BLOCK_GAS_LIMIT=15000000
export L2_CHAIN_ID=66666
export BLOCK_SIGNER_ADDRESS=0x27770a9694e4B4b1E130Ab91Bc327C36855f612E
export L1_STANDARD_BRIDGE_ADDRESS=0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1
export L1_FEE_WALLET_ADDRESS=0xB79f76EF2c5F0286176833E7B2eEe103b1CC3244
export L1_CROSS_DOMAIN_MESSENGER_ADDRESS=0x25ace71c97B33Cc4729CF772ae268934F7ab5fA1
export WHITELIST_OWNER=0x0000000000000000000000000000000000000000
export GAS_PRICE_ORACLE_OWNER=0x84f70449f90300997840eCb0918873745Ede7aE6
yarn build:dump

0 comments on commit f95a7c1

Please sign in to comment.