Compare commits

...

3 Commits

Author SHA1 Message Date
Derrick Hammer e0b79386d4
*update dist 2023-04-08 21:56:32 -04:00
Derrick Hammer 5ef11cb5cb
*update module hash 2023-04-08 21:56:27 -04:00
Derrick Hammer 952351350d
*update module hash 2023-04-08 21:56:05 -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 = "fADM_FFj8WGVg7fqqxIanFxSsdQZSrCJv1hEAmZj7tpiMA";
const RPC_MODULE = "AADAkD3pvLEFOlfs5G5u4Ko-3YkMKGxoZa_SAw8lFumj8w";
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 = "fADM_FFj8WGVg7fqqxIanFxSsdQZSrCJv1hEAmZj7tpiMA";
const RPC_MODULE = "AADAkD3pvLEFOlfs5G5u4Ko-3YkMKGxoZa_SAw8lFumj8wdist";
export class EthClient extends Client {
public async ready() {