dep: update module hash

This commit is contained in:
Derrick Hammer 2023-10-23 12:42:47 -04:00
parent fa7c566e2e
commit a183a54eb5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import { Client, factory } from "@lumeweb/libkernel/module";
export const MODULE =
"zdiVVPc5raTp827qiA1BsbxTew1aQVYg7GRLxfbwRBYH8QPCQzN4C8ANzj";
export const MODULE = "zrjTW4BiiJV7U8toTwqEMyzRbBy5G1nkdVRc34nW8LTmkEf";
export class LavaNetClient extends Client {
public async query(chain: string, query: any): Promise<number> {