Skip to content

Commit

Permalink
cleanup unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Oct 14, 2024
1 parent bcb4a2e commit 86e41f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
2 changes: 0 additions & 2 deletions apps/extension/src/rpc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { viewImpl } from '@penumbra-zone/services/view-service';
import { createProxyImpl, noContextHandler } from '@penumbra-zone/transport-dom/proxy';
import { onboardGrpcEndpoint } from '../storage/onboard';
import { rethrowImplErrors } from './rethrow-impl-errors';
import { makeTendermintProxyZeroNanos } from './tendermint-proxy';

type RpcImplTuple<T extends ServiceType> = [T, Partial<ServiceImpl<T>>];

Expand Down Expand Up @@ -69,7 +68,6 @@ export const getRpcImpls = async () => {
TendermintProxyService,
createPromiseClient(TendermintProxyService, webTransport),
noContextHandler,
makeTendermintProxyZeroNanos,
),
),
],
Expand Down
34 changes: 0 additions & 34 deletions apps/extension/src/rpc/tendermint-proxy.ts

This file was deleted.

0 comments on commit 86e41f2

Please sign in to comment.