Skip to content

Commit

Permalink
feat(build): build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrpl committed Jun 27, 2024
1 parent da716de commit a333e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/OracleDecoder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const OracleDecoder = () => {
warnings: Warning[];
} | null>(null); // New state for warning check

// eslint-disable-next-line
const [options, setOptions] = useState({
performDecimalCheck: true,
performPriceCheck: false, // Disable in production
Expand Down

0 comments on commit a333e83

Please sign in to comment.