File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 "." : [
1212 " ./dist/index.js"
1313 ],
14- "./abis" : " ./dist/contracts/abis.js" ,
14+ "./abis" : " ./dist/contracts/abis/index .js" ,
1515 "./abis/*" : " ./dist/contracts/abis/*.json" ,
1616 "./addresses" : " ./dist/contracts/addresses.json" ,
1717 "./products" : " ./dist/products/products.json" ,
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ const main = async () => {
126126
127127 console . log ( 'Generating abi exports' ) ;
128128 const abisPath = path . join ( __dirname , '../dist/contracts/abis' ) ;
129- const abiExportsFile = path . join ( __dirname , '../dist/contracts/abis.js' ) ;
129+ const abiExportsFile = path . join ( __dirname , '../dist/contracts/abis/index .js' ) ;
130130
131131 const abis = fs
132132 . readdirSync ( abisPath )
You can’t perform that action at this time.
0 commit comments