Skip to content

Commit

Permalink
update graph-sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aramikm committed Oct 23, 2024
1 parent 4c993a4 commit 3dde2da
Show file tree
Hide file tree
Showing 15 changed files with 595 additions and 283 deletions.
2 changes: 1 addition & 1 deletion apps/account-api/src/api.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { JoiUtils } from '#config';
import { EnvironmentType } from '@dsnp/graph-sdk';
import { EnvironmentType } from '@projectlibertylabs/graph-sdk';
import { registerAs } from '@nestjs/config';
import Joi from 'joi';

Expand Down
2 changes: 1 addition & 1 deletion apps/account-api/src/services/keys.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { KeysResponse } from '#types/dtos/account/keys.response.dto';
import { ConflictException, Inject, Injectable, Logger, NotFoundException } from '@nestjs/common';
import { EnvironmentInterface, EnvironmentType, Graph } from '@dsnp/graph-sdk';
import { EnvironmentInterface, EnvironmentType, Graph } from '@projectlibertylabs/graph-sdk';
import { HexString } from '@polkadot/util/types';
import {
AddNewPublicKeyAgreementPayloadRequest,
Expand Down
2 changes: 1 addition & 1 deletion apps/graph-api/test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { EventEmitter2 } from '@nestjs/event-emitter';
import { ChainUser, ExtrinsicHelper } from '@projectlibertylabs/frequency-scenario-template';
import { setupProviderAndUsers } from './e2e-setup.mock.spec';
import { u8aToHex } from '@polkadot/util';
import { PrivacyType, ConnectionType } from '@dsnp/graph-sdk';
import { PrivacyType, ConnectionType } from '@projectlibertylabs/graph-sdk';
import { MILLISECONDS_PER_SECOND } from 'time-constants';
import { ApiModule } from '#graph-api/api.module';
import {
Expand Down
Loading

0 comments on commit 3dde2da

Please sign in to comment.