Skip to content

Commit

Permalink
update api to api-utils in solApi
Browse files Browse the repository at this point in the history
  • Loading branch information
sogunshola committed Jul 25, 2022
1 parent 63d3756 commit 4a62e2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/solApi/src/resolvers/account/getBalance.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApiResolver } from '@moralisweb3/api';
import { ApiResolver } from '@moralisweb3/api-utils';
import { Camelize } from '@moralisweb3/core';
import { SolAddress, SolAddressish, SolNetworkish, SolNative } from '@moralisweb3/sol-utils';
import { operations } from '../../generated/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/solApi/src/resolvers/account/getNFTs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApiResolver } from '@moralisweb3/api';
import { ApiResolver } from '@moralisweb3/api-utils';
import { Camelize } from '@moralisweb3/core';
import { SolAddress, SolAddressish, SolNetworkish } from '@moralisweb3/sol-utils';
import { operations } from '../../generated/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/solApi/src/resolvers/account/getPortfolio.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApiResolver } from '@moralisweb3/api';
import { ApiResolver } from '@moralisweb3/api-utils';
import { Camelize } from '@moralisweb3/core';
import { SolAddress, SolAddressish, SolNative, SolNetworkish } from '@moralisweb3/sol-utils';
import { operations } from '../../generated/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/solApi/src/resolvers/account/getSPL.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApiResolver } from '@moralisweb3/api';
import { ApiResolver } from '@moralisweb3/api-utils';
import { Camelize } from '@moralisweb3/core';
import { SolAddress, SolAddressish, SolNative, SolNetworkish } from '@moralisweb3/sol-utils';
import { operations } from '../../generated/types';
Expand Down
2 changes: 1 addition & 1 deletion packages/solApi/src/resolvers/nft/getNFTMetadata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ApiResolver } from '@moralisweb3/api';
import { ApiResolver } from '@moralisweb3/api-utils';
import { Camelize } from '@moralisweb3/core';
import { SolAddress, SolAddressish, SolNetworkish } from '@moralisweb3/sol-utils';
import { operations } from '../../generated/types';
Expand Down

0 comments on commit 4a62e2c

Please sign in to comment.