Compare commits

..

2 Commits

Author SHA1 Message Date
7ccdde481b chore: cleanup default config
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-03-01 12:43:56 +03:00
40e386db11 fix: change name to cic-cli 2022-03-01 12:40:30 +03:00
4 changed files with 10 additions and 7 deletions

View File

@ -40,6 +40,8 @@ steps:
when:
branch:
- master
event:
- push
environment:
LOGLEVEL: info
GIT_SSL_NO_VERIFY: 1

3
.gitignore vendored
View File

@ -7,4 +7,5 @@ build/
.idea
contracts
*.egg
.coverage
.coverage
dist/

View File

@ -8,13 +8,13 @@ ext_writer = cic.writers.KVWriter
registry_address = 0xcf60ebc445b636a5ab787f9e8bc465a2a3ef8299
[meta]
url = http://localhost:63380
url = https://meta.grassecon.net
http_origin =
[auth]
type = gnupg
db_path = /home/will/.local/share/cic/clicada
keyfile_path = /home/will/grassroots/cic-internal-integration/apps/cic-ussd/tests/data/pgp/privatekeys_meta.asc
key = CCE2E1D2D0E36ADE0405E2D0995BB21816313BD5
passphrase = merman
db_path =
keyfile_path =
key =
passphrase =

View File

@ -1,5 +1,5 @@
[tool.poetry]
name = "cic"
name = "cic-cli"
version = "0.0.2"
description = "Generic cli tooling for the CIC token network"
authors = [