Skip to content

Commit

Permalink
fixup! feat(typescript): update rollups http interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Oct 24, 2024
1 parent fd957c5 commit 10abb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ viem types Hex and Address instead of simple strings for some schema properties.
*/

const inputFile =
"https://raw.githubusercontent.com/cartesi/openapi-interfaces/9b9d6088d6e2f93c333d5500e868116d7e57ba91/rollup.yaml";
"https://raw.githubusercontent.com/cartesi/openapi-interfaces/refs/tags/v0.9.0/rollup.yaml";
const outputFile = "src/schema.d.ts";

// import types from viem in generated code
Expand Down

0 comments on commit 10abb55

Please sign in to comment.