Commit 0d0fd511 authored by Felipe Andrade's avatar Felipe Andrade

lint

parent 2bc6e85c
...@@ -34,17 +34,17 @@ chain_id = 420 ...@@ -34,17 +34,17 @@ chain_id = 420
# Possible values: signer | static # Possible values: signer | static
signer_method = "static" signer_method = "static"
# Address used to send transactions # Address used to send transactions
address="0x0000000000000000000000000000000000000000" address = "0x0000000000000000000000000000000000000000"
# For static signer method, the private key to use # For static signer method, the private key to use
private_key="0000000000000000000000000000000000000000000000000000000000000000" private_key = "0000000000000000000000000000000000000000000000000000000000000000"
# Transaction value in wei # Transaction value in wei
tx_value=100000000000000 tx_value = 100000000000000
# Gas limit # Gas limit
gas_limit=21000 gas_limit = 21000
# Gas tip cap # Gas tip cap
gas_tip_cap=2000000000 gas_tip_cap = 2000000000
# Fee cap # Fee cap
gas_fee_cap=20000000000 gas_fee_cap = 20000000000
[providers.p1] [providers.p1]
# URL to the RPC provider # URL to the RPC provider
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment