File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/core/src/utils/polytone Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const generatePolytoneProxySalt = ({
38
38
* @param controllerSender - The sending address on the controller chain.
39
39
* @param hostVoiceAddress - The address of the host chain's Voice contract.
40
40
* @param hostProxyChecksum - The checksum of the host chain's proxy contract.
41
- * @param voiceConnectionId - The connection ID of the Voice contract to the Note.
41
+ * @param hostVoiceConnectionId - The connection ID of the Voice contract to the Note.
42
42
*/
43
43
export const predictPolytoneProxyAddress = async ( {
44
44
controllerNoteAddress,
@@ -50,8 +50,8 @@ export const predictPolytoneProxyAddress = async ({
50
50
controllerNoteAddress : string
51
51
controllerSender : string
52
52
hostVoiceAddress : string
53
- hostProxyChecksum : string
54
53
hostVoiceConnectionId : `connection-${string } `
54
+ hostProxyChecksum : string
55
55
} ) => {
56
56
// Sanity check
57
57
const notePrefix = fromBech32 ( controllerNoteAddress ) . prefix
You can’t perform that action at this time.
0 commit comments