@@ -9,7 +9,7 @@ export async function getDeployedMintFeeManagerContract(args: ClientAndChain) {
99 // check if Multisig is deployed
1010 const multisig = await getDeployedInfraContract ( {
1111 ...args ,
12- contractId : "Multisig " ,
12+ contractId : "MultiSig " ,
1313 constructorParams : { _signers : [ TW_SIGNER_1 , TW_SIGNER_2 , TW_SIGNER_3 ] , _requiredApprovals : MULTISIG_REQUIRED_APPROVALS } ,
1414 publisher : "0x6453a486d52e0EB6E79Ec4491038E2522a926936" , // TODO: remove before merging
1515 } ) ;
@@ -37,7 +37,7 @@ export async function getPredictedMintFeeManagerAddress(args: ClientAndChain) {
3737 // compute multisig address
3838 const multisig = await getPredictedInfraContractAddress ( {
3939 ...args ,
40- contractId : "Multisig " ,
40+ contractId : "MultiSig " ,
4141 constructorParams : { _signers : [ TW_SIGNER_1 , TW_SIGNER_2 , TW_SIGNER_3 ] , _requiredApprovals : MULTISIG_REQUIRED_APPROVALS } ,
4242 publisher : "0x6453a486d52e0EB6E79Ec4491038E2522a926936" , // TODO: remove before merging
4343 } ) ;
@@ -60,7 +60,7 @@ export async function getPredictedMultisigAddress(args: ClientAndChain) {
6060 // compute multisig address
6161 const multisig = await getPredictedInfraContractAddress ( {
6262 ...args ,
63- contractId : "Multisig " ,
63+ contractId : "MultiSig " ,
6464 constructorParams : { _signers : [ TW_SIGNER_1 , TW_SIGNER_2 , TW_SIGNER_3 ] , _requiredApprovals : MULTISIG_REQUIRED_APPROVALS } ,
6565 publisher : "0x6453a486d52e0EB6E79Ec4491038E2522a926936" , // TODO: remove before merging
6666 } ) ;
0 commit comments