mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2024-11-21 09:16:46 +01:00
Update deps
This commit is contained in:
parent
637080c464
commit
54759c3428
@ -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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
confini~=0.6.1
|
||||
chainlib-eth~=0.4.17
|
||||
chainlib~=0.4.12
|
||||
chainlib-eth~=0.5.0
|
||||
chainlib~=0.5.0
|
||||
potaahto~=0.1.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = eth-erc20
|
||||
version = 0.7.5
|
||||
version = 0.8.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
|
||||
|
Loading…
Reference in New Issue
Block a user