Skip to content

Commit

Permalink
chore: update instantiation for voting verifier (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs47 authored Jul 25, 2024
1 parent 763ceb3 commit 63ebcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmwasm/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const makeVotingVerifierInstantiateMsg = (
service_name: serviceName,
source_gateway_address: sourceGatewayAddress,
voting_threshold: votingThreshold,
block_expiry: blockExpiry,
block_expiry: toBigNumberString(blockExpiry),
confirmation_height: confirmationHeight,
source_chain: chainId,
msg_id_format: msgIdFormat,
Expand Down

0 comments on commit 63ebcc3

Please sign in to comment.