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
b3d6e6e0
Commit
b3d6e6e0
authored
Jul 12, 2023
by
Felipe Andrade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
example.config.toml
parent
4381d939
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
example.config.toml
op-ufm/example.config.toml
+15
-3
No files found.
op-ufm/example.config.toml
View file @
b3d6e6e0
...
...
@@ -32,11 +32,11 @@ port = 9761
chain_id
=
420
# Signer method to use
# Possible values: signer | static
signer_method
=
"s
igner
"
signer_method
=
"s
tatic
"
# Address used to send transactions
address
=
"0x0
123
"
address
=
"0x0
000000000000000000000000000000000000000
"
# For static signer method, the private key to use
# private_key="
"
private_key
=
"0000000000000000000000000000000000000000000000000000000000000000
"
# Transaction value in wei
tx_value
=
100000000000000
# Gas limit
...
...
@@ -57,6 +57,12 @@ read_interval = "1s"
send_interval
=
"5s"
# Wallet to be used for sending transactions
wallet
=
"default"
# Network to pool transactions, i.e. providers in the same network will check transactions from each other
network
=
"op-goerli"
# Interval between receipt retrieval
receipt_retrieval_interval
=
"500ms"
# Max time to check for receipt
receipt_retrieval_timeout
=
"2m"
[providers.p2]
# Uncomment to disable this provider
...
...
@@ -71,3 +77,9 @@ read_interval = "2s"
send_interval
=
"3s"
# Wallet to be used for sending transactions
wallet
=
"default"
# Network to pool transactions, i.e. providers in the same network will check transactions from each other
network
=
"op-goerli"
# Interval between receipt retrieval
receipt_retrieval_interval
=
"500ms"
# Max time to check for receipt
receipt_retrieval_timeout
=
"2m"
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