Skip to content

Commit

Permalink
cheqd migration
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Nov 28, 2024
1 parent 4210843 commit 89742fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/wasm/src/services/blockchain/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ export class BlockchainService {
};

rpcMethods = [
DockService.prototype.disconnect,
DockService.prototype.ensureBlockchainReady,
DockService.prototype.init,
DockService.prototype.isApiConnected,
DockService.prototype.getAddress,
BlockchainService.prototype.disconnect,
BlockchainService.prototype.ensureBlockchainReady,
BlockchainService.prototype.init,
BlockchainService.prototype.isApiConnected,
BlockchainService.prototype.getAddress,
];

constructor() {
Expand Down Expand Up @@ -185,7 +185,7 @@ export class BlockchainService {
this.isDockReady = isDockReady;

if (isDockReady) {
this.emitter.emit(DockService.Events.DOCK_READY);
this.emitter.emit(BlockchainService.Events.DOCK_READY);
}
}
}
Expand Down

0 comments on commit 89742fc

Please sign in to comment.