Add value to token data from giftto

This commit is contained in:
nolash
2021-04-14 20:28:05 +02:00
parent bb930ce148
commit be32fc75fc
5 changed files with 16 additions and 13 deletions

View File

@@ -57,9 +57,9 @@ WORKDIR /home/grassroots
USER grassroots
ARG pip_extra_index_url=https://pip.grassrootseconomics.net:8433
ARG cic_base_version=0.1.2a75
ARG cic_base_version=0.1.2a76
ARG cic_eth_version=0.11.0b5
ARG sarafu_faucet_version=0.0.2a27
ARG sarafu_faucet_version=0.0.2a28
ARG cic_contracts_version=0.0.2a2
RUN pip install --user --extra-index-url $pip_extra_index_url cic-base[full_graph]==$cic_base_version \
cic-eth==$cic_eth_version \