From 073cd1b6733d2e6b54cfd86ef2e6b3bcb9bc6436 Mon Sep 17 00:00:00 2001 From: spuddyminer Date: Thu, 5 Oct 2023 10:25:20 -0400 Subject: [PATCH] added bear and release 0.2.8 --- setup.cfg | 2 +- src/telliot_feeds/utils/cfg.py | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ff561623..297fb9c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/telliot_feeds/utils/cfg.py b/src/telliot_feeds/utils/cfg.py index 647999a7..0cc5c5bc 100644 --- a/src/telliot_feeds/utils/cfg.py +++ b/src/telliot_feeds/utils/cfg.py @@ -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: