Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/0xsquid/squid-types into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
jmdev3 committed Jul 24, 2024
2 parents 89be1e8 + c6e975a commit 9d29cf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 0 additions & 6 deletions src/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9d29cf4

Please sign in to comment.