Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer 275e364776
*update dist 2023-04-08 21:22:48 -04:00
Derrick Hammer 6364567241
*update module hash 2023-04-08 21:22:37 -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";
const RPC_MODULE = "AACTqddfxqSc_nTexAAjcB2DAileBGWVN7EU1BKwiKbCqQ";
const RPC_MODULE = "fADM_FFj8WGVg7fqqxIanFxSsdQZSrCJv1hEAmZj7tpiMA";
export class EthClient extends Client {
async ready() {
return this.callModuleReturn("ready");

View File

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