Skip to content

Commit

Permalink
fix:Adapter,Peerme (#11342)
Browse files Browse the repository at this point in the history
Co-authored-by: 0xpeluche <[email protected]>
  • Loading branch information
0xpeluche and 0xpeluche authored Aug 19, 2024
1 parent 555e024 commit 85309c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/peerme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const PROTOCOL_ADDRESSES = [
];

async function getDaoAddresses() {
return await getConfig(
return (await getConfig(
"peerme",
API_BASE_URL + "/integrations/defi-llama/dao-addresses"
);
)).filter(address => address !== null);
}

async function tvl() {
Expand Down

0 comments on commit 85309c3

Please sign in to comment.