Skip to content

Commit f3bc152

Browse files
committed
Minor rewording on dApp IDs generation
1 parent 3d4dbcf commit f3bc152

File tree

1 file changed

+2
-2
lines changed
  • docs/oev-searchers/in-depth/data-feeds

1 file changed

+2
-2
lines changed

docs/oev-searchers/in-depth/data-feeds/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,11 +189,11 @@ hardcoded in the OEV proxies of the dApp.
189189
The ID has no meaning other than to group proxies of the same dApp together.
190190

191191
Searchers can derive the dApp ID from the information provided in the
192-
[OEV dApps catalog](/oev-searchers/in-depth/#oev-dapps).
192+
[OEV dApps catalog](/oev-searchers/in-depth/#oev-dapps) in two ways.
193193

194194
#### Programmatically
195195

196-
Searchers can use [`unsafeComputeDappId`](https://github.com/api3dao/contracts/blob/52109d0d285d3ac485a2f0ed68bd7799e75a9722/src/proxy.ts#L57) from the `@api3/contracts` package.
196+
Searchers can use [unsafeComputeDappId](https://github.com/api3dao/contracts/blob/52109d0d285d3ac485a2f0ed68bd7799e75a9722/src/proxy.ts#L57) from the `@api3/contracts` package available as an NPM package.
197197

198198
::: info ℹ️ Example
199199

0 commit comments

Comments
 (0)