Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
0xSpuddy committed Dec 19, 2023
1 parent 3f6ee7d commit f2aed06
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/telliot_feeds/cli/commands/conditional.py
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ def conditional_reporter() -> None:
"--percent-change",
help="Price change percentage for triggering a report. Default=0.01 (1%)",
type=float,
default=0.50,
default=0.01,
)
@click.option(
"-st",
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ def mumbai_test_cfg():


@pytest.fixture(scope="function", autouse=True)
def goerli_test_cfg():
def sepolia_test_cfg():
return local_node_cfg(chain_id=11155111)


0 comments on commit f2aed06

Please sign in to comment.