MCPcopy Create free account
hub / github.com/api3dao/airnode / EVMContracts

Interface EVMContracts

packages/airnode-node/src/types.ts:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193// EVM specific
194// ===========================================
195export interface EVMContracts {
196 // TODO: Rename to airnodeRrp for consistency
197 readonly AirnodeRrp: string;
198 readonly AirnodeRrpDryRun?: string;
199}
200
201export interface EVMProviderState {
202 readonly contracts: EVMContracts;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected