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

Fix typos #358

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/architecture/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ There are a number of different mental models that people in web3 use to explain
**The Ethereum network has several functional areas:**

> - It has the _blockchain_, where it keeps track of addresses, and which tokens are allocated to which addresses.
> - It has the _consensus_ mechanism, wherein many many nodes communicate about the movement of tokens from one address to another, and each keeps their local copy of the ledger up to date.
> - It has the _consensus_ mechanism, wherein many nodes communicate about the movement of tokens from one address to another, and each keeps their local copy of the ledger up to date.
> - And it has the _execution environment_, wherein computer programs can be run. That's the "EVM", or "Ethereum Virtual Machine", part of things.

**These three areas are heavily interconnected, and this is a simplification, but it's a helpful one to understand what's going on with other networks.**
Expand Down
4 changes: 2 additions & 2 deletions docs/build-on-linea/tooling/oracles/pyth.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pyth is a protocol that allows market participants to publish pricing informatio

## Pyth On-Demand Model

Pyth Network uses an pull price update model that is slightly different from other oracles you may be more familiar with. Most oracles today use a push model, where the oracle runs an off-chain process that continuously sends transactions to update an on-chain price. In contrast, Pyth Network does not operate an off-chain process that pushes prices on-chain. Instead, it delegates this work to Pyth Network users.
Pyth Network uses a pull price update model that is slightly different from other oracles you may be more familiar with. Most oracles today use a push model, where the oracle runs an off-chain process that continuously sends transactions to update an on-chain price. In contrast, Pyth Network does not operate an off-chain process that pushes prices on-chain. Instead, it delegates this work to Pyth Network users.

Pyth price updates are created on [Pythnet](https://docs.pyth.network/documentation/how-pyth-works/pythnet) and streamed off-chain via the Wormhole Network, a cross-chain messaging protocol. These updates are signed such that the Pyth on-chain program can verify their authenticity. Updating the on-chain price is a permissionless operation: anyone can submit a valid Wormhole message to the Pyth contract to update the price. Typically, users of Pyth Network prices will submit a single transaction that simultaneously updates the price and uses it in a downstream application.

Expand Down Expand Up @@ -65,4 +65,4 @@ The price feed IDs for EVM chains differs depending on whether they are a mainne
- [Twitter](https://twitter.com/PythNetwork)
- [Discord](https://discord.com/invite/PythNetwork)
- [Website](https://pyth.network/)
- [Docs](https://docs.pyth.network/documentation)
- [Docs](https://docs.pyth.network/documentation)