You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mention Airnode mnemonic rotation in searcher docs (#195)
* Mention Airnode mnemonic rotation in searcher docs
* Change repository to package
* Update warning message and move it under "dApp sources"
* Add https:// to the market link
Copy file name to clipboardExpand all lines: docs/oev-searchers/in-depth/data-feeds/index.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,12 @@ To know which encoding to use, you can check the length of the
247
247
both `address` and `bytes32` are encoded using 32 bytes. For a beacon set, the
248
248
length depends on the number of beacons encoded.
249
249
250
+
::: warning ⚠️ Airnode Mnemonic Rotation
251
+
252
+
Data providers rotate their Airnode mnemonics every 6 months as part of Api3's security practices. This results in new Airnode addresses being generated. Please refer to the [Api3 Market](https://market.api3.org) or directly on-chain data for the latest Airnode addresses.
253
+
254
+
:::
255
+
250
256
::: info ℹ️ Example
251
257
252
258
Say there is a dApp proxy that uses the `ETH/USD` dAPI. We can compute the
0 commit comments