@merkl/api 0.20.132 → 0.20.134
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,6 +15,7 @@ const NOTION_EMAIL_TO_DISCORD_ID = {
|
|
15
15
|
pveyrat: "sogipec",
|
16
16
|
baptiste: "baptistg",
|
17
17
|
clement: "clmntngl",
|
18
|
+
"hicham.bouanani": "hichrptg",
|
18
19
|
};
|
19
20
|
async function fetchEntriesForDateWithTag(databaseId, date, tag) {
|
20
21
|
const response = await notion.databases.query({
|
@@ -15,7 +15,7 @@ export default (app) => app.get("/app", async () => {
|
|
15
15
|
prices: await (await Pricer.load()).getArray(),
|
16
16
|
};
|
17
17
|
try {
|
18
|
-
const v3Tokens = await TokenService.findMany({});
|
18
|
+
const v3Tokens = await TokenService.findMany({ items: 0 });
|
19
19
|
for (const token of v3Tokens) {
|
20
20
|
if (!json.tokens[token.chainId]) {
|
21
21
|
json.tokens[token.chainId] = {};
|