diff --git a/libraries/protos/job_schemas.proto b/libraries/protos/job_schemas.proto index 485860e..7c3c29e 100644 --- a/libraries/protos/job_schemas.proto +++ b/libraries/protos/job_schemas.proto @@ -91,7 +91,6 @@ message OracleJob { // Specifies an aggregatorr to pull the value of. string aggregator_pubkey = 2; } - optional bool force_mainnet = 3; } // Opens and maintains a websocket for light speed data retrieval. @@ -128,7 +127,6 @@ message OracleJob { // A job whose result is computed before dividing our numerical input by that result. OracleJob job = 3; } - optional bool force_mainnet = 4; } // This task will multiply a numerical input by a scalar value or by another @@ -142,7 +140,6 @@ message OracleJob { // A job whose result is computed before multiplying our numerical input by that result. OracleJob job = 3; } - optional bool force_mainnet = 4; } // This task will add a numerical input by a scalar value or by another @@ -156,7 +153,6 @@ message OracleJob { // A job whose result is computed before adding our numerical input by that result. OracleJob job = 3; } - optional bool force_mainnet = 4; } // This task will subtract a numerical input by a scalar value or by another @@ -170,7 +166,6 @@ message OracleJob { // A job whose result is computed before subtracting our numerical input by that result. OracleJob job = 3; } - optional bool force_mainnet = 4; } // Fetch LP token price info from a number of supported exchanges.