diff --git a/docs/reference/airnode/latest/deployment-files/examples/config-cloud.json b/docs/reference/airnode/latest/deployment-files/examples/config-cloud.json index 387561f7..54e07e9a 100644 --- a/docs/reference/airnode/latest/deployment-files/examples/config-cloud.json +++ b/docs/reference/airnode/latest/deployment-files/examples/config-cloud.json @@ -42,8 +42,7 @@ "cloudProvider": { "type": "aws", "region": "us-east-1", - "disableConcurrencyReservations": false, // Use for (type = gcp | aws) only - "projectId": "${GCP_PROJECT_ID}" // Use for (type = gcp) only + "disableConcurrencyReservations": false }, "heartbeat": { "enabled": true, @@ -88,9 +87,9 @@ ], "httpSignedData": [ { - "endpointId": "0xd4b0718c9a3316dbd831e6d01058202e5dde20a116304419f0d79e07a82b46bf", + "endpointId": "0xf10f067e716dd8b9c91b818e3a933b880ecb3929c04a6cd234c171aa27c6eefe", "oisTitle": "CoinGecko Requests", - "endpointName": "coinGeckoMarketData" + "endpointName": "coinMarketData" } ] }, diff --git a/docs/reference/airnode/latest/deployment-files/examples/config-local.json b/docs/reference/airnode/latest/deployment-files/examples/config-local.json index fd0cec63..48b83928 100644 --- a/docs/reference/airnode/latest/deployment-files/examples/config-local.json +++ b/docs/reference/airnode/latest/deployment-files/examples/config-local.json @@ -17,21 +17,22 @@ } }, "type": "evm", - "options": {}, "maxConcurrency": 100, - "gasPriceOracle": [ - { - "gasPriceStrategy": "providerRecommendedGasPrice", - "recommendedGasPriceMultiplier": 1.2 - }, - { - "gasPriceStrategy": "constantGasPrice", - "gasPrice": { - "value": 10, - "unit": "gwei" + "options": { + "gasPriceOracle": [ + { + "gasPriceStrategy": "providerRecommendedGasPrice", + "recommendedGasPriceMultiplier": 1.2 + }, + { + "gasPriceStrategy": "constantGasPrice", + "gasPrice": { + "value": 10, + "unit": "gwei" + } } - } - ], + ] + }, "blockHistoryLimit": 300, "minConfirmations": 0 } @@ -66,7 +67,9 @@ "endpointName": "convertToUSD", "cacheResponses": false } - ] + ], + "http": [], + "httpSignedData": [] }, "templates": [], "ois": [ @@ -95,10 +98,6 @@ { "in": "query", "name": "amount" - }, - { - "in": "query", - "name": "date" } ] } diff --git a/docs/reference/airnode/next/deployment-files/examples/config-cloud.json b/docs/reference/airnode/next/deployment-files/examples/config-cloud.json index af12240e..dd7c6f13 100644 --- a/docs/reference/airnode/next/deployment-files/examples/config-cloud.json +++ b/docs/reference/airnode/next/deployment-files/examples/config-cloud.json @@ -42,8 +42,7 @@ "cloudProvider": { "type": "aws", "region": "us-east-1", - "disableConcurrencyReservations": false, // Use for (type = gcp | aws) only - "projectId": "${GCP_PROJECT_ID}" // Use for (type = gcp) only + "disableConcurrencyReservations": false }, "heartbeat": { "enabled": true, @@ -88,9 +87,9 @@ ], "httpSignedData": [ { - "endpointId": "0xd4b0718c9a3316dbd831e6d01058202e5dde20a116304419f0d79e07a82b46bf", + "endpointId": "0xf10f067e716dd8b9c91b818e3a933b880ecb3929c04a6cd234c171aa27c6eefe", "oisTitle": "CoinGecko Requests", - "endpointName": "coinGeckoMarketData" + "endpointName": "coinMarketData" } ] }, diff --git a/docs/reference/airnode/next/deployment-files/examples/config-local.json b/docs/reference/airnode/next/deployment-files/examples/config-local.json index dcf6f6b2..3fbc3940 100644 --- a/docs/reference/airnode/next/deployment-files/examples/config-local.json +++ b/docs/reference/airnode/next/deployment-files/examples/config-local.json @@ -17,21 +17,22 @@ } }, "type": "evm", - "options": {}, "maxConcurrency": 100, - "gasPriceOracle": [ - { - "gasPriceStrategy": "providerRecommendedGasPrice", - "recommendedGasPriceMultiplier": 1.2 - }, - { - "gasPriceStrategy": "constantGasPrice", - "gasPrice": { - "value": 10, - "unit": "gwei" + "options": { + "gasPriceOracle": [ + { + "gasPriceStrategy": "providerRecommendedGasPrice", + "recommendedGasPriceMultiplier": 1.2 + }, + { + "gasPriceStrategy": "constantGasPrice", + "gasPrice": { + "value": 10, + "unit": "gwei" + } } - } - ], + ] + }, "blockHistoryLimit": 300, "minConfirmations": 0 } @@ -66,7 +67,9 @@ "endpointName": "convertToUSD", "cacheResponses": false } - ] + ], + "http": [], + "httpSignedData": [] }, "templates": [], "ois": [ @@ -95,10 +98,6 @@ { "in": "query", "name": "amount" - }, - { - "in": "query", - "name": "date" } ] }