Skip to content

Commit

Permalink
fix: fix coingecko tag for wsteth (#14)
Browse files Browse the repository at this point in the history
**Motivation:**

wsteth had wrong coingecko tag
  • Loading branch information
scottincrypto committed Aug 20, 2023
1 parent 9c0c69a commit bbd78dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aave_data/resources/financials_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@
"start_date": "2023-04-01",
},
"wstETH": {
"cg_id": "staked-ether",
"cg_id": "wrapped-steth",
"symbol": "wstETH",
"address": "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
"chain": "ethereum",
Expand Down

0 comments on commit bbd78dd

Please sign in to comment.