Skip to content

Commit

Permalink
♻️ Code Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 24, 2023
1 parent 681a01c commit 405d60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/sdk/src/idl/tens.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Tens = {
export interface Tens {
version: "0.1.0";
name: "tens";
instructions: [
Expand Down Expand Up @@ -213,7 +213,7 @@ export type Tens = {
};
}
];
};
}

export const IDL: Tens = {
version: "0.1.0",
Expand Down

0 comments on commit 405d60e

Please sign in to comment.