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

Function airnodeAddressReadable

packages/airnode-deployer/src/utils/cli.ts:21–23  ·  view source on GitHub ↗
(airnodeAddress: string)

Source from the content-addressed store, hash-verified

19}
20
21export function airnodeAddressReadable(airnodeAddress: string) {
22 return `${airnodeAddress.slice(0, 8)}...${airnodeAddress.slice(-6)}`;
23}
24
25export function timestampReadable(timestamp: string) {
26 return format(parseInt(timestamp), 'yyyy-MM-dd HH:mm:ss zzz');

Callers 2

listAirnodesFunction · 0.90
cli.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected