We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a76a4 commit 1fd1151Copy full SHA for 1fd1151
README.md
@@ -77,7 +77,7 @@ config :ethers,
77
default_signer: nil, # Defaults to: nil, see Ethers.Signer for more info
78
default_signer_opts: [], # Defaults to: []
79
default_gas_margin: 11000, # Precision is 0.01% (11000 = 110%)
80
- default_mdefault_max_fee_per_gas_margin: 12000 #Precision is 0.01% (12000 = 120%)
+ default_max_fee_per_gas_margin: 12000 #Precision is 0.01% (12000 = 120%)
81
82
# If using Ethereumex, you can specify a default JSON-RPC server url here for all requests.
83
config :ethereumex, url: "[URL_HERE]"
0 commit comments