Skip to content

Commit

Permalink
added bear and release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSpuddy committed Oct 5, 2023
1 parent 87bba58 commit 073cd1b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ install_requires =
rlp==2.0.1
simple-term-menu==1.5.2
six==1.16.0
telliot-core==0.2.7
telliot-core==0.2.8
toolz==0.12.0
typing_extensions==4.4.0
urllib3==1.26.12
Expand Down
30 changes: 30 additions & 0 deletions src/telliot_feeds/utils/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,36 @@ def setup_config(
accounts = check_accounts(cfg, account_name)
endpoint = check_endpoint(cfg)

click.echo(
"""
█████ ██ █████
██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ ██
██ ██ ██ ██
██ ██
██ ██
██ ██
██ ██
████████████████████████████ ██████████
████████████████████████████ ██████████
████████████████████████████ ██████████
████████████████████████████ ██████████
██ ██
██ ██████████ ██
██ ██████ ██
██ ██
██ ██
██ ██
██ ██
████████████████
██████ █████ ██ ██ ██████ ██████ ██████
██ ███ ██ ██ ██ ██ ██ ██
██ █████ █████ █████ ██████ ██████ ██
"""
)
click.echo(f"Your current settings...\nYour chain id: {cfg.main.chain_id}\n")

if endpoint is not None:
Expand Down

0 comments on commit 073cd1b

Please sign in to comment.