Skip to content

Commit 1fd1151

Browse files
committed
Fix typo
1 parent d2a76a4 commit 1fd1151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ config :ethers,
7777
default_signer: nil, # Defaults to: nil, see Ethers.Signer for more info
7878
default_signer_opts: [], # Defaults to: []
7979
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%)
80+
default_max_fee_per_gas_margin: 12000 #Precision is 0.01% (12000 = 120%)
8181

8282
# If using Ethereumex, you can specify a default JSON-RPC server url here for all requests.
8383
config :ethereumex, url: "[URL_HERE]"

0 commit comments

Comments
 (0)