Commit fcfce128 authored by vicotor's avatar vicotor

update

parent 8f98de8d
##################################################
# Getting Started #
##################################################
# Admin account
export GS_ADMIN_ADDRESS=
export GS_ADMIN_PRIVATE_KEY=
export GS_ADMIN_ADDRESS=0x88395111AB1586a4030dAC62a183542762929bbC
export GS_ADMIN_PRIVATE_KEY=0x2c131e5855e9005a1b42837a54f0033191cb53eb243217e95b360b4c4a2bf4f9
# Batcher account
export GS_BATCHER_ADDRESS=
export GS_BATCHER_PRIVATE_KEY=
export GS_BATCHER_ADDRESS=0x74FB49FB24700C896B6E68Af0dB872Ac0cD97c0C
export GS_BATCHER_PRIVATE_KEY=0x4eab9e41bebfcbdbf4349bbc8f7de58185aeba350c93a2fa5ee4872b4b7f1956
# Proposer account
export GS_PROPOSER_ADDRESS=
export GS_PROPOSER_PRIVATE_KEY=
export GS_PROPOSER_ADDRESS=0x123463a4B065722E99115D6c222f267d9cABb524
export GS_PROPOSER_PRIVATE_KEY=0x2e0834786285daccd064ca17f1654f67b4aef298acbb82cef9ec422fb4975622
# Sequencer account
export GS_SEQUENCER_ADDRESS=
export GS_SEQUENCER_PRIVATE_KEY=
export GS_SEQUENCER_ADDRESS=0xDCAD5Fe85AfC4857d6c638d37eb0948791878069
export GS_SEQUENCER_PRIVATE_KEY=0x897eeffc7b7305d7bb6eeddc45ffaef8466b21e61adabf22ec99e2876a784b81
##################################################
# Chain Information #
# op-node Configuration #
##################################################
# L1 chain information
export L1_CHAIN_ID=10099
export L1_BLOCK_TIME=3
# L2 chain information
export L2_CHAIN_ID=42069
export L2_BLOCK_TIME=1
# The kind of RPC provider, used to inform optimal transactions receipts
# fetching. Valid options: alchemy, quicknode, infura, parity, nethermind,
# debug_geth, erigon, basic, any.
export L1_RPC_KIND=basic
##################################################
# Contract Deployment #
##################################################
# RPC URL for the L1 network to interact with
export L1_RPC_URL=http://172.80.1.2:8545
export L1_CHAIN_ID=10099
export L2_CHAIN_ID=42069
export L1_BLOCK_TIME=3
export L2_BLOCK_TIME=2
# Salt used via CREATE2 to determine implementation addresses
# NOTE: If you want to deploy contracts from scratch you MUST reload this
# variable to ensure the salt is regenerated and the contracts are
# deployed to new addresses (otherwise deployment will fail)
export IMPL_SALT=$(openssl rand -hex 32)
export DEPLOYMENT_CONTEXT=exchain
# Name for the deployed network
export DEPLOYMENT_CONTEXT=getting-started
# Optional Tenderly details for simulation link during deployment
export TENDERLY_PROJECT=
......@@ -44,4 +56,4 @@ export ETHERSCAN_API_KEY=
# Private key to use for contract deployments, you don't need to worry about
# this for the Getting Started guide.
export PRIVATE_KEY=
export PRIVATE_KEY=0x2c131e5855e9005a1b42837a54f0033191cb53eb243217e95b360b4c4a2bf4f9
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment