Skip to content

Commit a33eeba

Browse files
committed
test no type
1 parent 5d973f0 commit a33eeba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/eth-providers/src/rpc-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class EvmRpcProvider extends BaseProvider {
1010
const api = new ApiPromise({
1111
provider: new WsProvider(endpoint),
1212
runtime: acalaRuntime,
13-
typesBundle: acalaTypesBundle,
13+
// typesBundle: acalaTypesBundle,
1414
});
1515

1616
this.setApi(api);

packages/eth-rpc-adapter/src/wrapped-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class EvmRpcProviderWithTrace extends BaseProviderWithTrace {
8888
const api = new ApiPromise({
8989
provider: new WsProvider(endpoint),
9090
runtime: acalaRuntime,
91-
typesBundle: acalaTypesBundle,
91+
// typesBundle: acalaTypesBundle,
9292
});
9393

9494
this.setApi(api);

0 commit comments

Comments
 (0)