Skip to content

Commit

Permalink
feat: add optional spender property
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Nov 5, 2024
1 parent e5548da commit ac85f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.114",
"version": "0.1.115",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/squid/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export enum SquidRouteType {
export interface SquidData {
routeType: SquidRouteType;
target: string;
spender?: string;
data: string;
value: string;
gasLimit?: string;
Expand Down

0 comments on commit ac85f07

Please sign in to comment.