From c6e975ade5a8bd114ba9a41deee22d9000f0a13b Mon Sep 17 00:00:00 2001 From: jmd3v Date: Mon, 22 Jul 2024 17:32:33 -0300 Subject: [PATCH] fix: remove sensitive args from Integrator --- package.json | 2 +- src/routes/index.ts | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index fac222e..9754486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.91", + "version": "0.1.92", "description": "JS and TS types relating to 0xsquid related projects.", "main": "dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/routes/index.ts b/src/routes/index.ts index 8b933b2..43734cf 100644 --- a/src/routes/index.ts +++ b/src/routes/index.ts @@ -160,12 +160,6 @@ export interface CustomCallDetails { export interface Integrator { id: string; - projectName: string; - contact: string; - contactName: string; - type: string; - website: string; - rps: number; enabled: boolean; }