Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Jul 25, 2024
1 parent 4aa97dd commit 15ce800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/prepublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ rm abis.json
rm deployments.json

cat << EOF > publish/index.ts
import abis from "./publish/abis";
import addresses from "./publish/addresses";
import abis from "./abis";
import addresses from "./addresses";
export { abis, addresses };
EOF

Expand Down

0 comments on commit 15ce800

Please sign in to comment.