Skip to content

Commit

Permalink
chore: As a developer, I want to use the SDKMode from the SDK (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored May 23, 2024
1 parent 1562801 commit 1cace38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verax-attestation-registry/verax-sdk",
"version": "1.6.1",
"version": "1.7.1",
"description": "Verax Attestation Registry SDK to interact with the subgraph and the contracts",
"keywords": [
"linea-attestation-registry",
Expand Down
1 change: 1 addition & 0 deletions sdk/src/VeraxSdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { Conf } from "./types";
import { SDKMode } from "./utils/constants";

export * from "./types";
export * from "./utils/constants";

export class VeraxSdk {
static DEFAULT_LINEA_MAINNET: Conf = {
Expand Down

0 comments on commit 1cace38

Please sign in to comment.