Skip to content

Commit

Permalink
chore: added bonfida nameservice
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Feb 15, 2024
1 parent d51bffc commit 6911a61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layer/Service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import {
Web3Composer,
TokenService,
InjNameService,
DenomClientAsync
DenomClientAsync,
InjBonfidaNameService,
} from '@injectivelabs/sdk-ui-ts'
import {
DenomClient,
Expand Down Expand Up @@ -87,6 +88,7 @@ export const stakingCacheApi = new StakingCacheApi(ENDPOINTS.cacheRest)
export const derivativeCacheApi = new DerivativeCacheApi(ENDPOINTS.cacheRest)

export const injNameService = new InjNameService(NETWORK)
export const injBonfidaNameService = new InjBonfidaNameService(NETWORK)

export const denomClient = new DenomClient(NETWORK)

Expand Down

0 comments on commit 6911a61

Please sign in to comment.