Compare commits

..

No commits in common. "275e364776b01c23a25877013e70da0e9e560cec" and "80dbc1a7ff7c9651c59d2652aa491253d5f963b4" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/client.js vendored
View File

@ -1,5 +1,5 @@
import { Client, factory } from "@lumeweb/libkernel-universal"; import { Client, factory } from "@lumeweb/libkernel-universal";
const RPC_MODULE = "fADM_FFj8WGVg7fqqxIanFxSsdQZSrCJv1hEAmZj7tpiMA"; const RPC_MODULE = "AACTqddfxqSc_nTexAAjcB2DAileBGWVN7EU1BKwiKbCqQ";
export class EthClient extends Client { export class EthClient extends Client {
async ready() { async ready() {
return this.callModuleReturn("ready"); return this.callModuleReturn("ready");

View File

@ -1,6 +1,6 @@
import { Client, factory } from "@lumeweb/libkernel-universal"; import { Client, factory } from "@lumeweb/libkernel-universal";
const RPC_MODULE = "fADM_FFj8WGVg7fqqxIanFxSsdQZSrCJv1hEAmZj7tpiMA"; const RPC_MODULE = "AACTqddfxqSc_nTexAAjcB2DAileBGWVN7EU1BKwiKbCqQ";
export class EthClient extends Client { export class EthClient extends Client {
public async ready() { public async ready() {