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.
1 parent 9f09497 commit c0860ccCopy full SHA for c0860cc
src/svm/web3-v1/solanaProgramUtils.ts
@@ -239,7 +239,7 @@ export function stringifyCpiEvent(obj: any): any {
239
return obj.toString();
240
} else if (BN.isBN(obj)) {
241
242
- } else if (typeof obj === "bigint" && obj !== 0n) {
+ } else if (typeof obj === "bigint") {
243
244
} else if (Array.isArray(obj) && obj.length == 32) {
245
return Buffer.from(obj).toString("hex"); // Hex representation for fixed-length arrays
0 commit comments