You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/_components/claim-conditions/claim-conditions-form/hooks.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,7 @@ function toBigInt(value: string | number | undefined): bigint | undefined {
208
208
if(value==="unlimited"){
209
209
returnmaxUint256;
210
210
}
211
+
returnBigInt(value);
211
212
}
212
213
213
214
// The input from client-side is non-wei, but the extension is expecting value in wei
0 commit comments