Compare commits

..

No commits in common. "e6d864ce282bfd41e50c66917806be8dd7c38175" and "cfbc7e15690a7eb2ebcda8bd61c605386d566f34" 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 = "AADUenOoil21Anizkz9cRUPvAxZY9gFFSEdK9S0ZrGbvhA"; const RPC_MODULE = "AADnNxDkS8k7zC-4CQabQGJ63jrtr6YXQP0sugOS78alPQ";
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 = "AADUenOoil21Anizkz9cRUPvAxZY9gFFSEdK9S0ZrGbvhA"; const RPC_MODULE = "AADnNxDkS8k7zC-4CQabQGJ63jrtr6YXQP0sugOS78alPQ";
export class EthClient extends Client { export class EthClient extends Client {
public async ready() { public async ready() {