File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/thirdweb/src/extensions/prebuilts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ export async function deployContractfromDeployMetadata(
147147 salt,
148148 } = options ;
149149
150- const processedImplParams : Record < string , string > = { } ;
150+ const processedImplParams : Record < string , string | string [ ] > = { } ;
151151 for ( const key in implementationConstructorParams ) {
152152 processedImplParams [ key ] = await processRefDeployments ( {
153153 client,
@@ -159,7 +159,7 @@ export async function deployContractfromDeployMetadata(
159159 } ) ;
160160 }
161161
162- const processedInitializeParams : Record < string , string > = { } ;
162+ const processedInitializeParams : Record < string , string | string [ ] > = { } ;
163163 for ( const key in initializeParams ) {
164164 processedInitializeParams [ key ] = await processRefDeployments ( {
165165 client,
You can’t perform that action at this time.
0 commit comments