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