Skip to content

Commit

Permalink
wrong token...
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazeWasHere committed Jan 17, 2022
1 parent 38526fe commit 8536970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syn/utils/analytics/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def get_chain_volume(chain: str, direction: str = '*') -> Dict[str, Any]:
total_usd_adj += v['stats']['usd']['adjusted']
volume[token] = v['stats']['volume']

if chain == 'avalanche' and token == '0x62edc0692bd897d2295872a9ffcac5425011c661':
if chain == 'avalanche' and token == '0x20a9dc684b4d0407ef8c9a302beaaa18ee15f656':
volume[token].update({'token': 'gmx'})
else:
volume[token].update({'token': symbols[addresses.index(token)]})
Expand Down

0 comments on commit 8536970

Please sign in to comment.