From 586433fd0e8cda04b5c01365b6b15ceb0e64a001 Mon Sep 17 00:00:00 2001 From: doqedev Date: Thu, 9 Oct 2025 22:17:45 -0700 Subject: [PATCH] removed the staging i guess --- src/class.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/class.ts b/src/class.ts index fc3e7e7..4e312c8 100644 --- a/src/class.ts +++ b/src/class.ts @@ -1,7 +1,7 @@ import fetch from "cross-fetch"; import { CheckResult } from "./types"; -const TASEApi = `https://tase-staging.thegoober.xyz` +const TASEApi = `https://tase.thegoober.xyz` export class TASEClient { /**