mirror of
https://github.com/FlipsideCrypto/web3.py.git
synced 2026-02-06 10:56:47 +00:00
update readme
This commit is contained in:
parent
9fa56d35a9
commit
07bf5fdd80
@ -77,8 +77,8 @@ uses `web3.py`.
|
||||
|
||||
### Setting defaults
|
||||
```python
|
||||
web3.config.defaultAccount = <your (unlocked) account>
|
||||
web3.config.defaultBlock = "latest"
|
||||
web3.eth.defaultAccount = <your (unlocked) account>
|
||||
web3.eth.defaultBlock = "latest"
|
||||
# Can also be an integer or one of "latest", "pending", "earliest"
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user