Skip to content

Commit

Permalink
test no type
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 23, 2024
1 parent 5d973f0 commit a33eeba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eth-providers/src/rpc-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class EvmRpcProvider extends BaseProvider {
const api = new ApiPromise({
provider: new WsProvider(endpoint),
runtime: acalaRuntime,
typesBundle: acalaTypesBundle,
// typesBundle: acalaTypesBundle,
});

this.setApi(api);
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/src/wrapped-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class EvmRpcProviderWithTrace extends BaseProviderWithTrace {
const api = new ApiPromise({
provider: new WsProvider(endpoint),
runtime: acalaRuntime,
typesBundle: acalaTypesBundle,
// typesBundle: acalaTypesBundle,
});

this.setApi(api);
Expand Down

0 comments on commit a33eeba

Please sign in to comment.