Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
fix: remove pallets.js from codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
kratico committed May 15, 2023
1 parent e45eb32 commit 0dfad27
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions codegen/frameCodegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,21 +123,6 @@ export function frameCodegen(
`)
}

files.set(
"pallets.d.ts",
`
${importsCommon}
${palletDeclarations.join("\n")}
`,
)
files.set(
"pallets.js",
`
${importsCommon}
${palletDefinitions.join("\n")}
`,
)

files.set(
"chain.d.ts",
`
Expand Down Expand Up @@ -185,7 +170,6 @@ const mod = `
export * from "./chain.js"
export * from "./connection.js"
export * from "./metadata.js"
export * from "./pallets.js"
export * from "./types.js"
`

Expand Down

0 comments on commit 0dfad27

Please sign in to comment.