Skip to content

Commit fab7904

Browse files
Documentation corrections and Web3.py example update (#2684)
* Update quickstart.md * Update index.md * Update monitor-transfers-using-python.md --------- Co-authored-by: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com>
1 parent fa5fce7 commit fab7904

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

services/reference/celo/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ No personal information is sent as part of partner requests, only information ne
4949
request. This means that Infura's partner service provider can service your request, but not store the
5050
content of your request.
5151

52-
The following partners provide access to the BSC network:
52+
The following partners provide access to the Celo network:
5353
<!-- markdown-link-check-disable -->
5454
- BlockPI ([Terms of Use](https://blockpi.io/terms-of-use), [Privacy Policy](https://blockpi.io/privacy-policy))
5555
- 0xFury ([Privacy policy](https://0xfury.com/privacy))
56-
<!-- markdown-link-check-enable -->
56+
<!-- markdown-link-check-enable -->

services/reference/opbnb/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Banner from "@site/src/components/Banner"
1111
This quickstart guide will help you set up and make calls on the opBNB network using the Infura endpoints.
1212

1313
<Banner>
14-
Don't have an Infura account? Sign up for our free plan and start using the BNB Smart Chain network!
14+
Don't have an Infura account? Sign up for our free plan and start using the opBNB Smart Chain network!
1515
</Banner>
1616

1717
## Prerequisites

services/tutorials/ethereum/monitor-transfers-using-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def watch():
8383
print({
8484
"hash": tx_hash,
8585
"from": tx["from"],
86-
"value": web3.fromWei(tx["value"], "ether")
86+
"value": web3.from_wei(tx["value"], "ether")
8787
})
8888
time.sleep(5)
8989

0 commit comments

Comments
 (0)