From 15a4ef2eacaffb2af580e8b6278fa31f69a3482f Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Thu, 23 Mar 2023 12:45:19 -0400 Subject: [PATCH] *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 7703e84..c42974c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ import { RpcQueryOptions } from "@lumeweb/rpc-client"; import { Buffer } from "buffer"; import { Client } from "@lumeweb/libkernel-universal"; -const RPC_MODULE = "PAMz6NHrYRxDqQ-Am5HW_l0tBHouFBCbMXjnnjurJLXpTQ"; +const RPC_MODULE = "fAAgZfXMqN3YOn0-b9DICt8OPsOFeWw3YKY2p84aytzBww"; export class RpcNetwork extends Client { private _actionQueue: [string, any][] = [];