Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer cac9b71168
*update dist 2023-04-09 12:58:41 -04:00
Derrick Hammer 36d9f6ad4a
*update module hash 2023-04-09 12:58:10 -04:00
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 = "AADAkD3pvLEFOlfs5G5u4Ko-3YkMKGxoZa_SAw8lFumj8w"; const RPC_MODULE = "AADlSzymsnWUkYspFo3sAq5OQrkC6yiMqaWMk_YMfysMFw";
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 = "AADAkD3pvLEFOlfs5G5u4Ko-3YkMKGxoZa_SAw8lFumj8wdist"; const RPC_MODULE = "AADlSzymsnWUkYspFo3sAq5OQrkC6yiMqaWMk_YMfysMFw";
export class EthClient extends Client { export class EthClient extends Client {
public async ready() { public async ready() {