Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
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
nebula
Commits
62988932
Commit
62988932
authored
Sep 06, 2023
by
Felipe Andrade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update example.config.toml
parent
7fc7cb39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
12 deletions
+16
-12
example.config.toml
op-ufm/example.config.toml
+16
-12
No files found.
op-ufm/example.config.toml
View file @
62988932
...
@@ -52,13 +52,15 @@ url = "http://localhost:8551"
...
@@ -52,13 +52,15 @@ url = "http://localhost:8551"
# Read only providers are only used to check for transactions
# Read only providers are only used to check for transactions
read_only
=
true
read_only
=
true
# Interval to poll the provider for expected transactions
# Interval to poll the provider for expected transactions
read_interval
=
"1s"
read_interval
=
"1
0
s"
# Interval to submit new transactions to the provider
# Interval to submit new transactions to the provider
send_interval
=
"5s"
send_interval
=
"30s"
# Wallet to be used for sending transactions
# Interval between send transaction when we get "already known" txpool err
wallet
=
"default"
send_transaction_retry_interval
=
"100ms"
# Network to pool transactions, i.e. providers in the same network will check transactions from each other
# Max time to retry
network
=
"op-goerli"
send_transaction_retry_timeout
=
"5s"
# Interval between each send transaction to the same network
send_transaction_cool_down
=
"30s"
# Interval between receipt retrieval
# Interval between receipt retrieval
receipt_retrieval_interval
=
"500ms"
receipt_retrieval_interval
=
"500ms"
# Max time to check for receipt
# Max time to check for receipt
...
@@ -72,13 +74,15 @@ url = "http://localhost:8552"
...
@@ -72,13 +74,15 @@ url = "http://localhost:8552"
# Read only providers are only used to check for transactions
# Read only providers are only used to check for transactions
read_only
=
false
read_only
=
false
# Interval to poll the provider for expected transactions
# Interval to poll the provider for expected transactions
read_interval
=
"
2
s"
read_interval
=
"
10
s"
# Interval to submit new transactions to the provider
# Interval to submit new transactions to the provider
send_interval
=
"3s"
send_interval
=
"30s"
# Wallet to be used for sending transactions
# Interval between send transaction when we get "already known" txpool err
wallet
=
"default"
send_transaction_retry_interval
=
"100ms"
# Network to pool transactions, i.e. providers in the same network will check transactions from each other
# Max time to retry
network
=
"op-goerli"
send_transaction_retry_timeout
=
"5s"
# Interval between each send transaction to the same network
send_transaction_cool_down
=
"30s"
# Interval between receipt retrieval
# Interval between receipt retrieval
receipt_retrieval_interval
=
"500ms"
receipt_retrieval_interval
=
"500ms"
# Max time to check for receipt
# Max time to check for receipt
...
...
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