13 lines
303 B
Bash
13 lines
303 B
Bash
|
# Change if pointing to an external optimism geth endpoint
|
||
|
|
||
|
# L2 endpoints
|
||
|
# TODO: Add another env for complete URL to handle https
|
||
|
L2_GETH_HOST="op-geth"
|
||
|
L2_GETH_PORT=8545
|
||
|
L2_NODE_HOST="op-node"
|
||
|
L2_NODE_PORT=8547
|
||
|
|
||
|
# Credentials for accounts to perform txs on L2
|
||
|
PRIVATE_KEY_DEPLOYER=
|
||
|
PRIVATE_KEY_PEER=
|