@merkl/api 0.11.1 → 0.11.2

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.
package/dist/src/index.js CHANGED
@@ -24,6 +24,7 @@ const app = new Elysia({
24
24
  scalarConfig: {
25
25
  theme: "kepler",
26
26
  darkMode: true,
27
+ favicon: "https://app.merkl.xyz/images/merkl-favicon.ico",
27
28
  },
28
29
  documentation: {
29
30
  info: {
@@ -46,6 +47,7 @@ const app = new Elysia({
46
47
  scalarConfig: {
47
48
  theme: "kepler",
48
49
  darkMode: true,
50
+ favicon: "https://app.merkl.xyz/images/merkl-favicon.ico",
49
51
  },
50
52
  documentation: {
51
53
  tags: [
@@ -9,7 +9,11 @@ import { unclaimedController } from "./controllers/unclaimed";
9
9
  // Axios with bun workaround
10
10
  axios.defaults.headers.common["Accept-Encoding"] = "gzip";
11
11
  const PORT = process.env.PORT || 3000;
12
- const app = new Elysia()
12
+ const app = new Elysia({
13
+ serve: {
14
+ idleTimeout: 0,
15
+ },
16
+ })
13
17
  .use(swagger())
14
18
  .get("/", () => "Merkl Internal API")
15
19
  .use(unclaimedController) // /v3/internal/unclaimed