Compare commits

..

No commits in common. "7fc87b391c2c36cc18dcb62e01c25155ca7d4f9b" and "ed738d15ed9ad8e08ef346074574664c295bdd64" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -1,5 +1,5 @@
import { Client, factory } from "@lumeweb/libkernel-universal";
const RPC_MODULE = "vAPtWBgY-9plAwgWgwOH_Jpt4FpaOeKLGxsGBzvWrp6lVA";
const RPC_MODULE = "vAMBJclO_A-R5ufSl9ZmJsOA2Dgqdh2Jm-HkFKHy5vxBpg";
export class RpcNetwork extends Client {
_def;
constructor(def = true) {

View File

@ -8,7 +8,7 @@ import { RpcQueryOptions } from "@lumeweb/rpc-client";
import { Buffer } from "buffer";
import { Client, factory } from "@lumeweb/libkernel-universal";
const RPC_MODULE = "vAPtWBgY-9plAwgWgwOH_Jpt4FpaOeKLGxsGBzvWrp6lVA";
const RPC_MODULE = "vAMBJclO_A-R5ufSl9ZmJsOA2Dgqdh2Jm-HkFKHy5vxBpg";
export class RpcNetwork extends Client {
private _def: boolean;