Skip to content

Commit

Permalink
fix: remove deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
b0rza committed Jul 8, 2024
1 parent 034968a commit b53dee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/cairoDataTypes/felt252.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable max-classes-per-file */
// TODO Convert to CairoFelt base on CairoUint256 and implement it in the codebase in the backward compatible manner

import { BigNumberish, isBigInt, isBoolean, isHex, isStringWholeNumber } from '../num';
import { encodeShortString, isLongText, isShortText, isString } from '../shortString';
Expand Down

0 comments on commit b53dee9

Please sign in to comment.