Closed nicosampler closed 3 months ago
Latest commit: 5993b93bbf73b4981edec654bdd97e68c8a4faed
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
CI is running/has finished running commands for commit 5993b93bbf73b4981edec654bdd97e68c8a4faed. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
Sent with 💌 from NxCloud.
This fix addresses the issue in #411, where the code was incorrectly retrieving the first matching function inputs from the ABI. Now, it selects the function inputs by matching the function name and the exact count of arguments specified in the decodedFunctionData.
any
s have been removed fromDisplayedTransaction.tsx
.Closes https://linear.app/usecannon/issue/CAN-411/website-displays-wrong-function-when-same-name-on-sign-transaction