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

Function readIntegrationInfo

packages/airnode-examples/src/utils.ts:38–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 * @returns The contents of the "integration-info.json" file (throws if it doesn't exist)
37 */
38export const readIntegrationInfo = (): IntegrationInfo =>
39 JSON.parse(readFileSync(join(__dirname, '../integration-info.json')).toString());
40
41/**
42 * @returns The contents of the "aws.env" file (throws if it doesn't exist)

Callers 15

hardhat.config.tsFile · 0.90
getProviderFunction · 0.90
getUserWalletFunction · 0.90
getAirnodeWalletFunction · 0.90
getDeployedContractFunction · 0.90
getCommonSecretsFunction · 0.90
getAirnodeRrpAddressFunction · 0.90
makeRequestFunction · 0.90
printResponseFunction · 0.90
createSecretsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected