diff --git a/typescript/schema.ts b/typescript/schema.ts index 4de6f71..6d2d851 100644 --- a/typescript/schema.ts +++ b/typescript/schema.ts @@ -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