mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2024-11-22 17:56:48 +01:00
Include signer fix without spammy logs
This commit is contained in:
parent
27ca5a9e90
commit
d21ea1b0b3
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = giftable-erc20-token
|
||||
version = 0.0.7b1
|
||||
version = 0.0.7b3
|
||||
description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens.
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
@ -28,7 +28,7 @@ packages =
|
||||
giftable_erc20_token.runnable
|
||||
install_requires =
|
||||
web3==5.12.2
|
||||
crypto-dev-signer~=0.4.13b1
|
||||
crypto-dev-signer~=0.4.13b10
|
||||
|
||||
[options.package_data]
|
||||
* =
|
||||
|
@ -1,4 +1,3 @@
|
||||
#SOLC = /home/lash/build/solidity/build/solc/solc
|
||||
SOLC = /usr/bin/solc
|
||||
|
||||
all:
|
||||
|
Loading…
Reference in New Issue
Block a user