Skip to content

Commit

Permalink
docs: replace old Rinkeby reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Jan 27, 2024
1 parent fdc4869 commit 50ab79f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/many-flies-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/airnode-protocol': patch
---

Replace old Rinkeby reference
2 changes: 1 addition & 1 deletion packages/airnode-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The protocols are extended in functionality through _authorizers_. An authorizer
called statically to check if a particular request should be responded to, e.g., if its requester is whitelisted. While
deploying an Airnode, the operator specifies the addresses of the authorizer contracts they want to use. (These
contracts may live on a chain different than the protocol contract, e.g., an Airnode can be configured to refer to a
mainnet authorizer for requests received from Rinkeby.) Then, whenever an Airnode receives a request, it will make a
mainnet authorizer for requests received from Sepolia.) Then, whenever an Airnode receives a request, it will make a
static call to its authorizers to determine if it should respond to the request.

The contracts that use the Airnode protocol to make API calls are called _requesters_. A requester can be a user-facing
Expand Down

0 comments on commit 50ab79f

Please sign in to comment.