-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
needs reproductionMisc: Needs ReproductionMisc: Needs Reproduction
Description
Check existing issues
- I checked there isn't already an issue for the bug I encountered.
Viem Version
2.37.4
Current Behavior
const args = [1n, "0x..."] as const;
myContract.read.myFn(args);
// > The type 'readonly [1n, `0x${string}`]' is 'readonly' and cannot be assigned to the mutable type '[bigint, `0x${string}`]'Expected Behavior
No error
Steps To Reproduce
see above
Link to Minimal Reproducible Example
No response
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs reproductionMisc: Needs ReproductionMisc: Needs Reproduction