Skip to content

Commit

Permalink
chore: remove denomClient
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jun 13, 2024
1 parent ad07526 commit b84dc8b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions layer/Service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
DenomClient,
ChainGrpcGovApi,
ChainGrpcIbcApi,
ChainGrpcMintApi,
Expand Down Expand Up @@ -99,8 +98,6 @@ export const tokenCacheApi = new TokenCacheApi(ENDPOINTS.cacheRest)
export const stakingCacheApi = new StakingCacheApi(ENDPOINTS.cacheRest)
export const derivativeCacheApi = new DerivativeCacheApi(ENDPOINTS.cacheRest)

export const denomClient = new DenomClient(NETWORK)

export const pythService = new PythService()

export const tokenPriceService = new TokenPriceService(NETWORK, {
Expand Down

0 comments on commit b84dc8b

Please sign in to comment.