You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/core-gas.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You can use :func:`network.priority_fee <main.max_fee>` to set a default priorit
31
31
32
32
.. code-block:: python
33
33
34
-
>>>from brownie.network importgas_price
34
+
>>>from brownie.network importpriority_fee
35
35
>>> priority_fee("2 gwei")
36
36
37
37
Setting the default to ``"auto"`` will dynamically determine the priority fee using :attr:`web3.eth.max_priority_fee <web3.eth.Eth.max_priority_fee>`. Seting to ``None`` will return to legacy-style transactions.
0 commit comments