From c82910c3d42cae0177ac8be57a5cbfd1a0dc0d51 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 3 Sep 2023 01:14:46 -0400 Subject: [PATCH] dep: update module hash --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index b651581..55fcb17 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { RpcQueryOptions } from "@lumeweb/rpc-client"; import { Buffer } from "buffer"; import { Client, factory } from "@lumeweb/libkernel/module"; -const MODULE = "z3o47c4AecKHiQfUP84dYuFRbdvs2vpdBWQUEUiEafeAZEvAKYtpe8fih2Th"; +const MODULE = "zdiMyyZceWDkY5Zxd5LErjjhh6KpP59wDhy3cmFwwAmJaEnpJ3sdbEr7eF"; export class RpcNetwork extends Client { private _def: boolean;