dep: update module hash

This commit is contained in:
Derrick Hammer 2023-09-03 01:21:42 -04:00
parent 23b1482fa4
commit 52b1817d46
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { factory, NetworkClient } from "@lumeweb/libkernel/module";
const MODULE = "z3o47Zqqkx7XD9Td5KU2qsgjWk5hrz7U5eirxcDKvJdyvoaGfzp94DNVm9af";
const MODULE = "zdiKmefxSjiVLEGA2UdDJ3eoqw9sfv45Y6hB7rbavz8sEM9GDNHiJ1vEmD";
export class EthClient extends NetworkClient {
public async method(method: string, params: any) {