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: when:
branch: branch:
- master - master
event:
- push
environment: environment:
LOGLEVEL: info LOGLEVEL: info
GIT_SSL_NO_VERIFY: 1 GIT_SSL_NO_VERIFY: 1

3
.gitignore vendored
View File

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

View File

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

View File

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