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

Interface CrossChainConfig

packages/airnode-operation/src/types.ts:119–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119export interface CrossChainConfig {
120 readonly requesterEndpointAuthorizers: string[];
121 readonly chainType: string;
122 readonly chainId: string;
123 readonly contracts: {
124 readonly AirnodeRrp: string;
125 };
126 readonly chainProvider: {
127 url: string;
128 };
129}
130
131export interface Erc721CrossChainConfig {
132 readonly erc721s: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected