From 10abb5549c33cedd8c0298cafbac761641dcc1e3 Mon Sep 17 00:00:00 2001 From: Danilo Tuler Date: Thu, 24 Oct 2024 11:09:39 -0400 Subject: [PATCH] fixup! feat(typescript): update rollups http interface --- typescript/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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