Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
69bbbd7c8b | ||
| b51d1e92d7 |
@@ -2,6 +2,10 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v0.1.1 (2022-03-16)
|
||||
### Fix
|
||||
* Update configs ([`b51d1e9`](https://git.grassecon.net/cicnet/cic-cli/commit/b51d1e92d7ae1e3b91ca50c036ffd58e762df24b))
|
||||
|
||||
## v0.1.0 (2022-03-16)
|
||||
### Feature
|
||||
* Add interactive deployment and switch to poetry' ([#2](https://git.grassecon.net/cicnet/cic-cli/issues/2)) ([`0fcf2eb`](https://git.grassecon.net/cicnet/cic-cli/commit/0fcf2eb3bc807111db02e9e47e469ec0a965797f))
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
||||
@@ -8,11 +8,11 @@ ext_writer = cic.writers.KVWriter
|
||||
registry_address = 0x999487d8B1EC2b2ac9F4a9D1A6D35a24D75D7EF4
|
||||
|
||||
[meta]
|
||||
url = https://meta.grassecon.net
|
||||
url = https://meta.grassecon.org
|
||||
http_origin =
|
||||
|
||||
[rpc]
|
||||
provider = https://rpc.kitabu.grassecon.net
|
||||
provider = https://rpc.kitabu.grassecon.org
|
||||
|
||||
[auth]
|
||||
type = gnupg
|
||||
|
||||
@@ -8,7 +8,7 @@ ext_writer = cic.writers.KVWriter
|
||||
registry_address = 0xcf60ebc445b636a5ab787f9e8bc465a2a3ef8299
|
||||
|
||||
[meta]
|
||||
url = http://localhost:6700
|
||||
url = https://meta.grassecon.net
|
||||
http_origin =
|
||||
|
||||
[rpc]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "cic-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Generic cli tooling for the CIC token network"
|
||||
authors = [
|
||||
"Louis Holbrook <dev@holbrook.no>",
|
||||
|
||||
Reference in New Issue
Block a user