Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
deploy
Commits
fcfce128
Commit
fcfce128
authored
Mar 14, 2025
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
8f98de8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
20 deletions
+32
-20
.envrc.example
.envrc.example
+32
-20
No files found.
.envrc.example
View file @
fcfce128
##################################################
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment