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 = ({
3838 * @param controllerSender - The sending address on the controller chain.
3939 * @param hostVoiceAddress - The address of the host chain's Voice contract.
4040 * @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.
4242 */
4343export const predictPolytoneProxyAddress = async ( {
4444 controllerNoteAddress,
@@ -50,8 +50,8 @@ export const predictPolytoneProxyAddress = async ({
5050 controllerNoteAddress : string
5151 controllerSender : string
5252 hostVoiceAddress : string
53- hostProxyChecksum : string
5453 hostVoiceConnectionId : `connection-${string } `
54+ hostProxyChecksum : string
5555} ) => {
5656 // Sanity check
5757 const notePrefix = fromBech32 ( controllerNoteAddress ) . prefix
You can’t perform that action at this time.
0 commit comments