Compare commits

..

2 Commits

Author SHA1 Message Date
lash
5dfd3db2d3
Fix pysha break 2024-04-02 12:43:20 +01:00
lash
54759c3428
Update deps 2023-08-06 16:14:01 +01:00
4 changed files with 5 additions and 15 deletions

View File

@ -100,16 +100,6 @@ def main():
decimals = int(strip_0x(r), 16)
logg.info('decimals {}'.format(decimals))
# name_o = g.name(token_address, sender_address=sender_address)
# r = conn.do(name_o)
# token_name = g.parse_name(r)
# logg.info('name {}'.format(token_name))
#
# symbol_o = g.symbol(token_address, sender_address=sender_address)
# r = conn.do(symbol_o)
# token_symbol = g.parse_symbol(r)
# logg.info('symbol {}'.format(token_symbol))
# get balance
balance_o = g.balance(token_address, settings.get('RECIPIENT'), sender_address=sender_address)
r = conn.do(balance_o)

View File

@ -1,4 +1,4 @@
confini~=0.6.1
chainlib-eth~=0.4.17
chainlib~=0.4.12
chainlib-eth~=0.6.0
chainlib~=0.5.0
potaahto~=0.1.1

View File

@ -1,6 +1,6 @@
[metadata]
name = eth-erc20
version = 0.7.5
version = 0.9.0
description = ERC20 interface and simple contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook
author_email = dev@holbrook.no

View File

@ -1,3 +1,3 @@
eth_tester==0.5.0b3
py-evm==0.3.0a20
eth_tester==0.10.0b4
py-evm==0.10.0b4
pytest==6.0.1