Compare commits
No commits in common. "e00a3e3430266aee3235766816ca772dcf8184c6" and "7fc87b391c2c36cc18dcb62e01c25155ca7d4f9b" have entirely different histories.
e00a3e3430
...
7fc87b391c
|
@ -1,5 +1,5 @@
|
|||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
const RPC_MODULE = "fABwhHen34NzVAobfjLseYFg1uC4-nh_DquygOMPF7cXrw";
|
||||
const RPC_MODULE = "vAPtWBgY-9plAwgWgwOH_Jpt4FpaOeKLGxsGBzvWrp6lVA";
|
||||
export class RpcNetwork extends Client {
|
||||
_def;
|
||||
constructor(def = true) {
|
||||
|
|
|
@ -8,7 +8,7 @@ import { RpcQueryOptions } from "@lumeweb/rpc-client";
|
|||
import { Buffer } from "buffer";
|
||||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
|
||||
const RPC_MODULE = "fABwhHen34NzVAobfjLseYFg1uC4-nh_DquygOMPF7cXrw";
|
||||
const RPC_MODULE = "vAPtWBgY-9plAwgWgwOH_Jpt4FpaOeKLGxsGBzvWrp6lVA";
|
||||
|
||||
export class RpcNetwork extends Client {
|
||||
private _def: boolean;
|
||||
|
|
Loading…
Reference in New Issue