Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove python replit #2293

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/content/data-feeds/using-data-feeds.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ This example uses [web3.js](https://web3js.readthedocs.io/) to retrieve feed dat
This example uses [Web3.py](https://web3py.readthedocs.io/en/stable/) to retrieve feed data from the [BTC / USD feed](https://sepolia.etherscan.io/address/0x1b44F3514812d835EB1BDB0acB33d3fA3351Ee43) on the Sepolia testnet.

<CodeSample src="samples/DataFeeds/PriceConsumerV3.py" />
<a href="https://repl.it/@DwightLyle/GetLatestPriceWeb3PY" class={button.primary}>
{"Run this Python example"}
</a>

### Golang

Expand Down