mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
Co-authored-by: Franklin Delehelle <franklin.delehelle@odena.eu> Co-authored-by: Alexandre Belling <alexandrebelling8@gmail.com> Co-authored-by: Pedro Novais <jpvnovais@gmail.com> Co-authored-by: Roman Vaseev <4833306+Filter94@users.noreply.github.com> Co-authored-by: Bradley Bown <bradbown@googlemail.com> Co-authored-by: Victorien Gauch <85494462+VGau@users.noreply.github.com> Co-authored-by: Nikolai Golub <nikolai.golub@consensys.net> Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com> Co-authored-by: jonesho <81145364+jonesho@users.noreply.github.com> Co-authored-by: Gaurav Ahuja <gauravahuja9@gmail.com> Co-authored-by: Azam Soleimanian <49027816+Soleimani193@users.noreply.github.com> Co-authored-by: Andrei A <andrei.alexandru@consensys.net> Co-authored-by: Arijit Dutta <37040536+arijitdutta67@users.noreply.github.com> Co-authored-by: Gautam Botrel <gautam.botrel@gmail.com> Co-authored-by: Ivo Kubjas <ivo.kubjas@consensys.net> Co-authored-by: gusiri <dreamerty@postech.ac.kr> Co-authored-by: FlorianHuc <florian.huc@gmail.com> Co-authored-by: Arya Tabaie <arya.pourtabatabaie@gmail.com> Co-authored-by: Julink <julien.fontanel@consensys.net> Co-authored-by: Bogdan Ursu <bogdanursuoffice@gmail.com> Co-authored-by: Jakub Trąd <jakubtrad@gmail.com> Co-authored-by: Alessandro Sforzin <alessandro.sforzin@consensys.net> Co-authored-by: Olivier Bégassat <olivier.begassat.cours@gmail.com> Co-authored-by: Steve Huang <97596526+stevehuangc7s@users.noreply.github.com> Co-authored-by: bkolad <blazejkolad@gmail.com> Co-authored-by: fadyabuhatoum1 <139905934+fadyabuhatoum1@users.noreply.github.com> Co-authored-by: Blas Rodriguez Irizar <rodrigblas@gmail.com> Co-authored-by: Eduardo Andrade <eduardofandrade@gmail.com> Co-authored-by: Ivo Kubjas <tsimmm@gmail.com> Co-authored-by: Ludcour <ludovic.courcelas@consensys.net> Co-authored-by: m4sterbunny <harrie.bickle@consensys.net> Co-authored-by: Alex Panayi <145478258+alexandrospanayi@users.noreply.github.com> Co-authored-by: Diana Borbe - ConsenSys <diana.borbe@consensys.net> Co-authored-by: ThomasPiellard <thomas.piellard@gmail.com>
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
L1_RPC_URL=http://localhost:8445
|
|
L1_CONTRACT_ADDRESS=0x378041D4A8C8392cF26d5D86eB1E84A880b0E0F2
|
|
L1_SIGNER_PRIVATE_KEY=
|
|
L1_LISTENER_INTERVAL=4000
|
|
L1_LISTENER_INITIAL_FROM_BLOCK=0
|
|
L1_LISTENER_BLOCK_CONFIRMATION=4
|
|
L1_MAX_BLOCKS_TO_FETCH_LOGS=1000
|
|
L1_MAX_GAS_FEE_ENFORCED=false
|
|
L2_RPC_URL=http://localhost:8545
|
|
L2_CONTRACT_ADDRESS=0x5767aB2Ed64666bFE27e52D4675EDd60Ec7D6EDF
|
|
L2_SIGNER_PRIVATE_KEY=
|
|
L2_LISTENER_INTERVAL=4000
|
|
L2_LISTENER_INITIAL_FROM_BLOCK=0
|
|
L2_LISTENER_BLOCK_CONFIRMATION=0
|
|
L2_MAX_BLOCKS_TO_FETCH_LOGS=1000
|
|
L2_MESSAGE_TREE_DEPTH=5
|
|
L2_MAX_GAS_FEE_ENFORCED=false
|
|
MESSAGE_SUBMISSION_TIMEOUT=300000
|
|
MAX_FETCH_MESSAGES_FROM_DB=1000
|
|
MAX_NONCE_DIFF=10000
|
|
MAX_FEE_PER_GAS=100000000000
|
|
GAS_ESTIMATION_PERCENTILE=50
|
|
PROFIT_MARGIN=1.0
|
|
MAX_NUMBER_OF_RETRIES=100
|
|
RETRY_DELAY_IN_SECONDS=30
|
|
MAX_CLAIM_GAS_LIMIT=100000
|
|
MAX_TX_RETRIES=20
|
|
L1_L2_EOA_ENABLED=true
|
|
L1_L2_CALLDATA_ENABLED=false
|
|
L1_L2_AUTO_CLAIM_ENABLED=true
|
|
L2_L1_EOA_ENABLED=true
|
|
L2_L1_CALLDATA_ENABLED=false
|
|
L2_L1_AUTO_CLAIM_ENABLED=true
|
|
POSTGRES_HOST=127.0.0.1
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DB=postman_db
|
|
DB_CLEANER_ENABLED=true
|
|
DB_CLEANING_INTERVAL=10000
|
|
DB_DAYS_BEFORE_NOW_TO_DELETE=1 |