Skip to content

Commit

Permalink
move Del_autt
Browse files Browse the repository at this point in the history
  • Loading branch information
HananINouman committed Feb 4, 2025
1 parent 613a111 commit 6cc9584
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/sdk-package-test/cluster.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ import {
randomSigner,
signer,
secondRandomSigner,
DEL_AUTH,
} from './utils';
import {
type ClusterDefinition,
Client,
validateClusterLock,
} from '@obolnetwork/obol-sdk';

const DEL_AUTH = process.env.DEL_AUTH;

jest.setTimeout(50000);

Expand Down
3 changes: 3 additions & 0 deletions test/sdk-package-test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ export const secondRandomClient: Client = new Client(

export const app = client.baseUrl;

export const DEL_AUTH = process.env.DEL_AUTH;


export const postClusterDef = async (
clusterWithoutDefHash: ClusterDefinition,
): Promise<any> => {
Expand Down

0 comments on commit 6cc9584

Please sign in to comment.