Skip to content

Commit

Permalink
Merge pull request #24 from fetchoracle/fix-inline-docs
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
darren-ll authored Sep 16, 2024
2 parents 2d16ca6 + 75510b8 commit 5a7de8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/telliot_feeds/queries/fetch/fetch_oracle_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/queries/test_query_evm_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a7de8f

Please sign in to comment.