Skip to content

Commit

Permalink
fix: offset type in DEPRECATED_CAIRO_ENTRY_POINT
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeR26 committed Oct 30, 2023
1 parent 340392f commit 452df9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/api/rpcspec/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export type DEPRECATED_CONTRACT_CLASS = {
};

export type DEPRECATED_CAIRO_ENTRY_POINT = {
offset: NUM_AS_HEX;
offset: NUM_AS_HEX | number;
selector: FELT;
};

Expand Down

0 comments on commit 452df9e

Please sign in to comment.