dep: update module hash

This commit is contained in:
Derrick Hammer 2023-09-02 13:58:16 -04:00
parent 81cfd09830
commit 70c607d44f
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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<number> {