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