Skip to content

Commit

Permalink
Use the stable method
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDelott committed Feb 16, 2024
1 parent 5fc5239 commit 373d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evm-client/src/contract/stubs/ReadContractStub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,5 +279,5 @@ function stableStringify(obj: Record<any, any>) {
return typeof v === 'bigint' ? v.toString() : v;
}

return stringify(obj, replacer);
return stringify.stableStringify(obj, replacer);
}

0 comments on commit 373d176

Please sign in to comment.