Skip to content

Commit

Permalink
updated typing and styling using tox package as well as updated versi…
Browse files Browse the repository at this point in the history
…on from 0.3.2 to 0.3.3
  • Loading branch information
CJPotter10 committed Mar 29, 2024
1 parent 295bdfa commit 1278d6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/telliot_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
""" Telliot """
__version__ = "0.3.2"
__version__ = "0.3.3"
2 changes: 1 addition & 1 deletion src/telliot_core/model/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class Chain(Base):
chain="Fraxtal Mainnet",
network="mainnet",
currency=EVMCurrency(name="Frax Ether", symbol="frxETH", decimals=18),
)
),
]


Expand Down
2 changes: 1 addition & 1 deletion src/telliot_core/model/endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def connect(self) -> bool:
network="Fraxtal Mainnet",
url="https://rpc.frax.com",
explorer="https://api.fraxscan.com",
)
),
]


Expand Down

0 comments on commit 1278d6f

Please sign in to comment.