Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Jan 10, 2025
1 parent d2a76a4 commit 1fd1151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ config :ethers,
default_signer: nil, # Defaults to: nil, see Ethers.Signer for more info
default_signer_opts: [], # Defaults to: []
default_gas_margin: 11000, # Precision is 0.01% (11000 = 110%)
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%)

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

0 comments on commit 1fd1151

Please sign in to comment.