Update deps

This commit is contained in:
nolash
2021-04-12 17:13:41 +02:00
parent 1ddaea8acb
commit c9b60d526f
6 changed files with 17 additions and 7 deletions

View File

@@ -241,7 +241,9 @@ class TrafficProvisioner:
#callback_queue=queue,
)
t = api.balance(account, token.symbol())
r = t.get_leaf()
r = t.get()
for c in t.collect():
r = c[1]
assert t.successful()
#return r[0]['balance_network'] - r[0]['balance_outgoing']
return r[0]

View File

@@ -0,0 +1,2 @@
[app]
service_code = *483*46#

View File

@@ -0,0 +1,6 @@
{
"dependencies": {
"cic-client-meta": "^0.0.7-alpha.6",
"vcard-parser": "^1.0.0"
}
}

View File

@@ -1,5 +1,5 @@
cic-base[full_graph]==0.1.2a61
sarafu-faucet==0.0.2a17
cic-base[full_graph]==0.1.2a64
sarafu-faucet==0.0.2a20
cic-eth==0.11.0b1
cic-types==0.1.0a10
crypto-dev-signer==0.4.14a17
crypto-dev-signer==0.4.14b1