From c131a5bbd340303442b5e7a8e4bf3c5cfc519799 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 3 Sep 2023 01:36:51 -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 ec1eda9..61ce997 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ import { Client, factory } from "@lumeweb/libkernel/module"; export const MODULE = - "z3o47cgeKKm7NEGfE9iyKb4YJoe5Km3HUtM41Lu7VPm1jLeqg4todP29dwrF"; + "zdiNcTEL6Ksa9GQzHR6vfrSsQJcebjTKAHjuoeAg41wQJv9LJ2rswfo32o"; export class LavaNetClient extends Client { public async query(chain: string, query: any): Promise {