| 193 | // EVM specific |
| 194 | // =========================================== |
| 195 | export interface EVMContracts { |
| 196 | // TODO: Rename to airnodeRrp for consistency |
| 197 | readonly AirnodeRrp: string; |
| 198 | readonly AirnodeRrpDryRun?: string; |
| 199 | } |
| 200 | |
| 201 | export interface EVMProviderState { |
| 202 | readonly contracts: EVMContracts; |
nothing calls this directly
no outgoing calls
no test coverage detected