dep: update module hash

This commit is contained in:
Derrick Hammer 2023-09-03 01:36:51 -04:00
parent 81d370ce91
commit c131a5bbd3
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 =
"z3o47cgeKKm7NEGfE9iyKb4YJoe5Km3HUtM41Lu7VPm1jLeqg4todP29dwrF";
"zdiNcTEL6Ksa9GQzHR6vfrSsQJcebjTKAHjuoeAg41wQJv9LJ2rswfo32o";
export class LavaNetClient extends Client {
public async query(chain: string, query: any): Promise<number> {