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 bbb70a9 commit 00459afCopy full SHA for 00459af
ts-sdk/src/Ucs05.ts
@@ -332,7 +332,8 @@ export const anyDisplayToCanonical = Match.type<AnyDisplay>().pipe(
332
console.log("bytes", { result })
333
},
334
EvmDisplay: ({ address }) => AddressCanonicalBytes.make(address),
335
- SuiDisplay: ({ address }) => AddressCanonicalBytes.make(normalizeSuiAddress(address)),
+ SuiDisplay: ({ address }) => AddressCanonicalBytes.make(normalizeSuiAddress(address) as Hex),
336
+
337
}),
338
)
339
/**
0 commit comments