Skip to content

Commit 2e6c303

Browse files
authored
Update Airnode address description (#271)
1 parent af0d9d4 commit 2e6c303

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

docs/dapps/integration/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ If you want to see what happens under the hood, you can click "Verified," which
187187
"currentTimestamp": "1740583493",
188188
"deploymentTimestamp": "1739870993",
189189
"configHash": "0xbd159fb423d5eef7abd7947cf8ad1731f0c60cc2e093877837988907580539c9",
190-
"certifiedAirnodes": ["0x6b56E47DccFbC82D63Df3da417d26e8B1B877f0f"]
190+
"certifiedAirnodes": ["0xf19572194e6aD6d84666906D5287e2c9427655C2"]
191191
}
192192
```
193193

194194
We know that CoinGecko is a reputable API provider, they own the `coingecko.com` domain, and this response comes from that domain.
195-
`certifiedAirnodes` is the list of addresses of the accounts that CoinGecko uses to sign its data (only `0x6b56E47DccFbC82D63Df3da417d26e8B1B877f0f` in this case), and the Market frontend confirms that the respective data feed is configured to use data signed by one of these certified accounts.
196-
Finally, all recent data points signed by CoinGecko can be fetched directly from them through https://signed-api.coingecko.com/public/0x6b56E47DccFbC82D63Df3da417d26e8B1B877f0f.
195+
`certifiedAirnodes` is the list of addresses of the accounts that CoinGecko uses to sign its data (only `0xf19572194e6aD6d84666906D5287e2c9427655C2` in this case), and the Market frontend confirms that the respective data feed is configured to use data signed by one of these certified accounts.
196+
Finally, all recent data points signed by CoinGecko can be fetched directly from them through https://signed-api.coingecko.com/public/0xf19572194e6aD6d84666906D5287e2c9427655C2.

docs/oev-searchers/glossary.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ schema.
3434

3535
### Airnode address
3636

37-
All [API providers](#api-provider) [sign their data](#signed-data) with an EOA
38-
wallet. The address of this wallet is announced by the respective API provider
39-
in the DNS records of the base URL of their API.
37+
All [API providers](#api-provider) [sign their data](#signed-data) with an EOA wallet. The authorized signing address is published at the provider’s signed-api subdomain and announced via the certifiedAirnodes field in the returned JSON.
38+
For example, CoinGecko publishes its certified signing address at https://signed-api.coingecko.com/.
4039

4140
### Airnode feed
4241

0 commit comments

Comments
 (0)