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
One of the parameters of the OEV gateway is bidderAddress specifying the account which should be used to update the data feed. In practice this will not be the bidder themselves but rather a multicall contract. To accommodate this change OEV now refers to this address as "update executor" and Airnode should use the same terminology.
One of the parameters of the OEV gateway is
bidderAddress
specifying the account which should be used to update the data feed. In practice this will not be the bidder themselves but rather a multicall contract. To accommodate this change OEV now refers to this address as "update executor" and Airnode should use the same terminology.See:
airnode/packages/airnode-node/src/workers/local-gateways/validation.ts
Line 152 in f3c40e3
Do not forget to update the AWS swagger.
Since this is a gateway parameter change it will impact the OEV relay as well.
The text was updated successfully, but these errors were encountered: