Skip to content

Commit

Permalink
fix: Support rpcCall method for SCDO chain (#6266)
Browse files Browse the repository at this point in the history
  • Loading branch information
originalix authored Nov 25, 2024
1 parent 503c27c commit ff0e25e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/kit-bg/src/providers/ProviderApiScdo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ class ProviderApiScdo extends ProviderApiBase {
// ignore
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
public async rpcCall(request: IJsBridgeMessagePayload): Promise<any> {
return Promise.resolve();
return this._rpcCall(request);
}

// Provider API
Expand Down

0 comments on commit ff0e25e

Please sign in to comment.