Skip to content

Commit

Permalink
Use dApp consistently instead of dapp and dAPP (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote authored Jul 11, 2024
1 parent 586ee59 commit 56814ed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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

0 comments on commit 56814ed

Please sign in to comment.