Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/vcastellm/run-erigo…
Browse files Browse the repository at this point in the history
…n' into vcastellm/run-erigon
  • Loading branch information
vcastellm committed Aug 12, 2024
2 parents 36e3619 + 168ae57 commit e5a06ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ TargetChainType="EVM"
URLRPCL1="http://test-aggoracle-l1:8545"
BlockFinality="latest"
WaitPeriodNextGER="100ms"
[EVMSender]
[AggOracle.EVMSender]
GlobalExitRootL2="0x8464135c8F25Da09e49BC8782676a84730C318bC"
URLRPCL2="http://test-aggoracle-l2:8545"
ChainIDL2=1337
GasOffset=0
WaitPeriodMonitorTx="100ms"
SenderAddr="0x70997970c51812dc3a010c7d01b50e0d17dc79c8"
[SequenceSender.EthTxManager]
[AggOracle.EVMSender.EthTxManager]
FrequencyToMonitorTxs = "1s"
WaitTxToBeMined = "2s"
GetReceiptMaxTime = "250ms"
Expand All @@ -158,7 +158,7 @@ WaitPeriodNextGER="100ms"
ReadPendingL1Txs = false
SafeStatusL1NumberOfBlocks = 5
FinalizedStatusL1NumberOfBlocks = 10
[SequenceSender.EthTxManager.Etherman]
[AggOracle.EVMSender.EthTxManager.Etherman]
URL = "http://test-aggoracle-l2"
MultiGasProvider = false
L1ChainID = 1337
Expand Down

0 comments on commit e5a06ae

Please sign in to comment.