Skip to content

Commit

Permalink
Merge pull request #710 from tellor-io/add-telliot-logo
Browse files Browse the repository at this point in the history
Added the Bear and Release
  • Loading branch information
0xSpuddy authored Oct 5, 2023
2 parents 87bba58 + d35c394 commit 179e28a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/telliot_feeds/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.11"
__version__ = "0.1.12"
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 179e28a

Please sign in to comment.