Skip to content

Commit

Permalink
fix internal import
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 committed Aug 2, 2023
1 parent 4cadf83 commit ae81e0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terra-money/feather.js",
"version": "1.0.8",
"version": "1.0.10",
"description": "The JavaScript SDK for Terra and Feather chains",
"license": "MIT",
"author": "Terraform Labs, PTE.",
Expand Down
2 changes: 1 addition & 1 deletion src/client/lcd/api/TokenFactoryAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { APIParams } from '../APIRequester';
import { LCDClient } from '../LCDClient';
import { BaseAPI } from './BaseAPI';
import { QueryParamsResponse } from '@terra-money/terra.proto/cosmwasm/wasm/v1/query';
import { AccAddress } from 'core';
import { AccAddress } from '../../../core';

export interface DenomsFromCreatorResponse {
denoms: string[];
Expand Down

0 comments on commit ae81e0c

Please sign in to comment.