From 70c607d44fb22e5d79a74094db9b3ba2f87051bc Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 2 Sep 2023 13:58:16 -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 7d56be5..ec1eda9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ import { Client, factory } from "@lumeweb/libkernel/module"; export const MODULE = - "zduJpuvFms8USLw62RcFreQLBspEgQeVe5b2DiA2GK1YM3yqxfnRzDDZk3"; + "z3o47cgeKKm7NEGfE9iyKb4YJoe5Km3HUtM41Lu7VPm1jLeqg4todP29dwrF"; export class LavaNetClient extends Client { public async query(chain: string, query: any): Promise {