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

Function cloudProviderReadable

packages/airnode-deployer/src/utils/cli.ts:17–19  ·  view source on GitHub ↗
(cloudProvider: CloudProvider)

Source from the content-addressed store, hash-verified

15}
16
17export function cloudProviderReadable(cloudProvider: CloudProvider) {
18 return `${cloudProvider.type.toUpperCase()} (${cloudProvider.region})`;
19}
20
21export function airnodeAddressReadable(airnodeAddress: string) {
22 return `${airnodeAddress.slice(0, 8)}...${airnodeAddress.slice(-6)}`;

Callers 3

listAirnodesFunction · 0.90
deploymentInfoFunction · 0.90
cli.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected