Compare commits
2 Commits
48ee8050c1
...
7ccdde481b
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ccdde481b | |||
| 40e386db11 |
@ -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
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ build/
|
|||||||
contracts
|
contracts
|
||||||
*.egg
|
*.egg
|
||||||
.coverage
|
.coverage
|
||||||
|
dist/
|
||||||
@ -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 =
|
||||||
|
|
||||||
|
|||||||
@ -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 = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user