Use package data dir as default for abi

This commit is contained in:
nolash 2020-12-11 16:46:07 +01:00
parent ea06a984ce
commit 60b90da3a3
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
* 0.0.6
- Rename contracts-dir flag to abi-dir
- Use package data dir as default abi dir
* 0.0.5 * 0.0.5
- Add token owner flag to deploy script - Add token owner flag to deploy script
* 0.0.4 * 0.0.4

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = giftable-erc20-token name = giftable-erc20-token
version = 0.0.5 version = 0.0.6
description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens. description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook author = Louis Holbrook
author_email = dev@holbrook.no author_email = dev@holbrook.no