()
| 63 | (generateExampleFile ? 31337 : await readChainId(chain)).toString(); |
| 64 | |
| 65 | export const createNodeVersion = () => { |
| 66 | return packageVersion; |
| 67 | }; |
| 68 | |
| 69 | /** |
| 70 | * If the AirnodeRrpV0DryRun contract has been deployed, add its address to the config file, |
no outgoing calls
no test coverage detected