We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 211a860 + 84f7979 commit e18662eCopy full SHA for e18662e
src/pages/provisions/index.tsx
@@ -157,7 +157,7 @@ export default function Provisions() {
157
}, 2000);
158
}, []);
159
const handleSearch = async () => {
160
- if ((addressInput.length>=64 &&addressInput.length<=66) || (addressInput.length <=42 &&addressInput.length>=40)) {
+ if ((addressInput.length>=64 &&addressInput.length<=68) || (addressInput.length <=42 &&addressInput.length>=40)) {
161
// setaddressDetails(1);
162
// setaddressSearched(true);
163
} else {
0 commit comments