Skip to content

Commit

Permalink
feat: add treasury GHO holdings (#27)
Browse files Browse the repository at this point in the history
**Motivation:**

Aave treasury now holds GHO tokens, add this so it's reflected in the
treasury holdings on the frontend

**Modifications:**

Add GHO to the config for treasury holdings
  • Loading branch information
scottincrypto committed Oct 24, 2023
1 parent 78aae4e commit 7deb1a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aave_data/resources/financials_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,10 @@
"address": "0xc0c293ce456ff0ed870add98a0828dd4d2903dbf",
"decimals": 18,
},
"GHO": {
"address": "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f",
"decimals": 18,
},
}
},
},
Expand Down

0 comments on commit 7deb1a7

Please sign in to comment.