Add EIP 165, 173 support
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
chainlib~=0.0.2a10
|
||||
crypto-dev-signer~=0.4.14b1
|
||||
chainlib~=0.0.2b1
|
||||
crypto-dev-signer~=0.4.14b3
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = sarafu-token
|
||||
version = 0.0.1a5
|
||||
version = 0.0.1a7
|
||||
description = ERC20 token with redistributed continual demurrage
|
||||
author = Louis Holbrook
|
||||
author_email = dev@holbrook.no
|
||||
@@ -25,11 +25,10 @@ include_package_data = True
|
||||
python_requires = >= 3.6
|
||||
packages =
|
||||
sarafu_token
|
||||
sarafu_token.runnable.legacy
|
||||
sarafu_token.runnable
|
||||
install_requires =
|
||||
chainlib~=0.0.2a1
|
||||
crypto-dev-signer~=0.4.14a17
|
||||
web3==5.12.2
|
||||
chainlib~=0.0.2a10
|
||||
crypto-dev-signer~=0.4.14b1
|
||||
|
||||
[options.package_data]
|
||||
* =
|
||||
@@ -38,4 +37,4 @@ install_requires =
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
sarafu-token-deploy = sarafu_faucet.runnable.deploy:main
|
||||
sarafu-token-deploy = sarafu_token.runnable.deploy:main
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
web3==5.12.2
|
||||
eth_tester==0.5.0b3
|
||||
py-evm==0.3.0a20
|
||||
giftable-erc20-token==0.0.8a1
|
||||
giftable-erc20-token==0.0.8a10
|
||||
|
||||
Reference in New Issue
Block a user