Compare commits
No commits in common. "7ccdde481b54fb7ec07c45023ababf6651e88e07" and "48ee8050c17edb21b0dc4065bf0018b1502d4a8c" have entirely different histories.
7ccdde481b
...
48ee8050c1
@ -40,8 +40,6 @@ steps:
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
environment:
|
||||
LOGLEVEL: info
|
||||
GIT_SSL_NO_VERIFY: 1
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,5 +7,4 @@ build/
|
||||
.idea
|
||||
contracts
|
||||
*.egg
|
||||
.coverage
|
||||
dist/
|
||||
.coverage
|
@ -8,13 +8,13 @@ ext_writer = cic.writers.KVWriter
|
||||
registry_address = 0xcf60ebc445b636a5ab787f9e8bc465a2a3ef8299
|
||||
|
||||
[meta]
|
||||
url = https://meta.grassecon.net
|
||||
url = http://localhost:63380
|
||||
http_origin =
|
||||
|
||||
[auth]
|
||||
type = gnupg
|
||||
db_path =
|
||||
keyfile_path =
|
||||
key =
|
||||
passphrase =
|
||||
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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[tool.poetry]
|
||||
name = "cic-cli"
|
||||
name = "cic"
|
||||
version = "0.0.2"
|
||||
description = "Generic cli tooling for the CIC token network"
|
||||
authors = [
|
||||
|
Loading…
Reference in New Issue
Block a user