| 1 | import { cliPrint, deployContract, runAndHandleErrors } from '../'; |
| 2 | |
| 3 | const main = async () => { |
| 4 | const airnodeRrp = await deployContract('@api3/airnode-protocol/contracts/rrp/AirnodeRrpV0.sol'); |
nothing calls this directly
no test coverage detected