Skip to content

Commit

Permalink
Move around polytone fn order
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Dec 23, 2024
1 parent eafab00 commit ae1f6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/utils/polytone/predict-proxy-address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const generatePolytoneProxySalt = ({
* @param controllerSender - The sending address on the controller chain.
* @param hostVoiceAddress - The address of the host chain's Voice contract.
* @param hostProxyChecksum - The checksum of the host chain's proxy contract.
* @param voiceConnectionId - The connection ID of the Voice contract to the Note.
* @param hostVoiceConnectionId - The connection ID of the Voice contract to the Note.
*/
export const predictPolytoneProxyAddress = async ({
controllerNoteAddress,
Expand All @@ -50,8 +50,8 @@ export const predictPolytoneProxyAddress = async ({
controllerNoteAddress: string
controllerSender: string
hostVoiceAddress: string
hostProxyChecksum: string
hostVoiceConnectionId: `connection-${string}`
hostProxyChecksum: string
}) => {
// Sanity check
const notePrefix = fromBech32(controllerNoteAddress).prefix
Expand Down

0 comments on commit ae1f6d5

Please sign in to comment.