Skip to content

Commit

Permalink
do it (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Sep 26, 2024
1 parent bd04830 commit 3bb51e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { clusterApiUrl, Connection } from "@solana/web3.js";
import type { NextRequest } from "next/server";
import { z } from "zod";

import { IS_MAINNET, RPC } from "../../../config/server";
import { IS_MAINNET, RPC } from "../../../../../config/server";

const querySchema = z.enum(["totalSupply", "circulatingSupply"]);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { clusterApiUrl, Connection, PublicKey } from "@solana/web3.js";
import type { NextRequest } from "next/server";
import { z } from "zod";

import { IS_MAINNET, RPC } from "../../../config/server";
import { IS_MAINNET, RPC } from "../../../../config/server";

const UnlockScheduleSchema = z.object({
date: z.date(),
Expand Down

0 comments on commit 3bb51e4

Please sign in to comment.