Skip to content

Commit 85309c3

Browse files
0xpeluche0xpeluche
andauthored
fix:Adapter,Peerme (DefiLlama#11342)
Co-authored-by: 0xpeluche <[email protected]>
1 parent 555e024 commit 85309c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/peerme/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ const PROTOCOL_ADDRESSES = [
1111
];
1212

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

2020
async function tvl() {

0 commit comments

Comments
 (0)