diff --git a/src/telliot_feeds/queries/fetch/fetch_oracle_address.py b/src/telliot_feeds/queries/fetch/fetch_oracle_address.py index ec3ec393..ad1b4775 100644 --- a/src/telliot_feeds/queries/fetch/fetch_oracle_address.py +++ b/src/telliot_feeds/queries/fetch/fetch_oracle_address.py @@ -10,7 +10,7 @@ @dataclass class FetchOracleAddress(AbiQuery): """Returns the latest Fetch oracle address. - It is used for updating the time based rewards recipient on Ethereum mainnet. + It is used for updating the time based rewards recipient on mainnet. Attributes: phantom: diff --git a/tests/queries/test_query_evm_call.py b/tests/queries/test_query_evm_call.py index 39b18eab..69e0990f 100644 --- a/tests/queries/test_query_evm_call.py +++ b/tests/queries/test_query_evm_call.py @@ -5,7 +5,7 @@ def test_evm_call_constructor(): """Validate EVMCall query.""" - # Chain ID, address, and calldata for retrieving total supply of FETCH on Ethereum mainnet + # Chain ID, address, and calldata for retrieving total supply of FETCH on mainnet q = EVMCall( chainId=1, contractAddress="0x88dF592F8eb5D7Bd38bFeF7dEb0fBc02cf3778a0",