wallet-fetcher: fix issue
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
c18caac5ec
commit
636dacea08
|
@ -10,7 +10,7 @@ data:
|
||||||
connectorSubtype: api
|
connectorSubtype: api
|
||||||
connectorType: source
|
connectorType: source
|
||||||
definitionId: 1e55cfe0-f591-4281-9a20-18d89d45f685
|
definitionId: 1e55cfe0-f591-4281-9a20-18d89d45f685
|
||||||
dockerImageTag: 0.9.0
|
dockerImageTag: 0.9.1
|
||||||
dockerRepository: status-im/airbyte/wallet-fetcher
|
dockerRepository: status-im/airbyte/wallet-fetcher
|
||||||
githubIssueLabel: source-wallet-fetcher
|
githubIssueLabel: source-wallet-fetcher
|
||||||
icon: icon.svg
|
icon: icon.svg
|
||||||
|
|
|
@ -91,7 +91,7 @@ class EthereumToken(BlockchainStream):
|
||||||
"chain": "Ethereum",
|
"chain": "Ethereum",
|
||||||
"balance":eth_data['rawBalance'],
|
"balance":eth_data['rawBalance'],
|
||||||
"decimal":18,
|
"decimal":18,
|
||||||
"tags": stream_slice['tags']
|
"tags": stream_slice['tags'],
|
||||||
"address": "eth"
|
"address": "eth"
|
||||||
}
|
}
|
||||||
if 'tokens' in response.json():
|
if 'tokens' in response.json():
|
||||||
|
|
Loading…
Reference in New Issue