From a536f4c77e8f55a6751b39e29c9f7fa5e40494fd Mon Sep 17 00:00:00 2001 From: Dan Steren Date: Mon, 2 Oct 2023 10:51:20 -0600 Subject: [PATCH] Add stubs for stableGrow and stableGrow64 --- src/lib_new/ic.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib_new/ic.ts b/src/lib_new/ic.ts index 385d46f185..353bb5fdc6 100644 --- a/src/lib_new/ic.ts +++ b/src/lib_new/ic.ts @@ -929,9 +929,11 @@ export const ic: Ic = globalThis._azleIc replyRaw: () => {}, setCertifiedData: () => {}, stableBytes: () => {}, + stableGrow: () => {}, stableRead: () => {}, stableSize: () => {}, stableWrite: () => {}, + stable64Grow: () => {}, stable64Read: () => {}, stable64Size: () => {}, stable64Write: () => {},