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
|
||||
connectorType: source
|
||||
definitionId: 1e55cfe0-f591-4281-9a20-18d89d45f685
|
||||
dockerImageTag: 0.9.0
|
||||
dockerImageTag: 0.9.1
|
||||
dockerRepository: status-im/airbyte/wallet-fetcher
|
||||
githubIssueLabel: source-wallet-fetcher
|
||||
icon: icon.svg
|
||||
|
|
|
@ -91,7 +91,7 @@ class EthereumToken(BlockchainStream):
|
|||
"chain": "Ethereum",
|
||||
"balance":eth_data['rawBalance'],
|
||||
"decimal":18,
|
||||
"tags": stream_slice['tags']
|
||||
"tags": stream_slice['tags'],
|
||||
"address": "eth"
|
||||
}
|
||||
if 'tokens' in response.json():
|
||||
|
|
Loading…
Reference in New Issue