Compare commits
No commits in common. "80dbc1a7ff7c9651c59d2652aa491253d5f963b4" and "9f580fcdf5d147298af4aa4f2a9c7ee4295fb05c" have entirely different histories.
80dbc1a7ff
...
9f580fcdf5
|
@ -1,5 +1,5 @@
|
|||
import { Client, factory } from "@lumeweb/libkernel-universal";
|
||||
const RPC_MODULE = "AACTqddfxqSc_nTexAAjcB2DAileBGWVN7EU1BKwiKbCqQ";
|
||||
const RPC_MODULE = "AADaT6aFHxcAzhF1KWaxrUVq8VYOiTfzS4Y2rNUY0tFH6w";
|
||||
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 = "AACTqddfxqSc_nTexAAjcB2DAileBGWVN7EU1BKwiKbCqQ";
|
||||
const RPC_MODULE = "AADaT6aFHxcAzhF1KWaxrUVq8VYOiTfzS4Y2rNUY0tFH6w";
|
||||
|
||||
export class EthClient extends Client {
|
||||
public async ready() {
|
||||
|
|
Loading…
Reference in New Issue