Compare commits
No commits in common. "cac9b711681e06679519b3d5cc02799d79c8e0ec" and "e0b79386d4eaa977d5020e6c90f92c72e0f185d8" have entirely different histories.
cac9b71168
...
e0b79386d4
|
@ -1,5 +1,5 @@
|
|||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
const RPC_MODULE = "AADlSzymsnWUkYspFo3sAq5OQrkC6yiMqaWMk_YMfysMFw";
|
||||
const RPC_MODULE = "AADAkD3pvLEFOlfs5G5u4Ko-3YkMKGxoZa_SAw8lFumj8w";
|
||||
export class EthClient extends Client {
|
||||
async ready() {
|
||||
return this.callModuleReturn("ready");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
|
||||
const RPC_MODULE = "AADlSzymsnWUkYspFo3sAq5OQrkC6yiMqaWMk_YMfysMFw";
|
||||
const RPC_MODULE = "AADAkD3pvLEFOlfs5G5u4Ko-3YkMKGxoZa_SAw8lFumj8wdist";
|
||||
|
||||
export class EthClient extends Client {
|
||||
public async ready() {
|
||||
|
|
Loading…
Reference in New Issue