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

Use dApp consistently instead of dapp and dAPP #774

Merged
merged 1 commit into from
Jul 11, 2024
Merged
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/explore/airnode/unlocking-real-world-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ smart contract that calls an Airnode.
<!--<img src="../assets/images/03-solving_the_API_connectivity_problem_Airnode.png" style="width:350px">-->

As an example see the `myContract.sol` contract in the diagram within the
[dAPP Developers Overview](/reference/airnode/latest/developers/) doc, it is a
[dApp Developers Overview](/reference/airnode/latest/developers/) doc, it is a
requester.

### What is a Sponsor?
Expand Down
4 changes: 2 additions & 2 deletions docs/explore/dapis/OEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ be familiar with from Flashbots and MEV-Boost.
Instead of overpaying for liquidations with a fixed incentive, that during large
liquidation opportunities can be much much higher than it needs to be, a sealed
bid auction hosted at the oracle can minimize the value being paid out and
return most of it back to the dapp. The liquidations will also be able to occur
return most of it back to the dApp. The liquidations will also be able to occur
in a more timely manner because you do not have to wait for a deviation
threshold to trigger oracle updates, creating a lower latency and more robust
liquidation process.
Expand All @@ -55,7 +55,7 @@ the arbitrage opportunities and returning the corresponding value to dApps. More
accurate data and value capture from the auction can be used to increase
profitability and sustainability of liquidity provision, allowing for a more
optimal market making protocol for apps that use oracles. Better market making
from a dapps LPs creates a flywheel effect of drawing more liquidity to the
from a dApps LPs creates a flywheel effect of drawing more liquidity to the
application while being able to lower fees and list more assets, which then
attracts more users and volume.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Using ChainAPI, API providers can configure and deploy an Airnode which links
their API data to several blockchains.

ChainAPI can connect almost any API, whether open or authenticated, to Airnode.
Airnode then queries your API operations to be consumed by EVM on-chain dAPPs,
Airnode then queries your API operations to be consumed by EVM on-chain dApps,
by using the request/response protocol.

To get started, go to [ChainAPI](https://chainapi.com/) and login using
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/oev-network/searchers/arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tags:

### Proxy Address

dAPPs use a proxy address to read the latest data point from a dAPI. The
dApps use a proxy address to read the latest data point from a dAPI. The
[API3 Market](https://market.api3.org) lists the proxy addresses for dAPIs
across all chains.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/oev-network/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = [
],
},
{
text: 'dAPPs',
text: 'dApps',
collapsed: false,
items: [
{
Expand Down