Skip to content

Commit 7913862

Browse files
committed
refactor(mappers): remove unused network context mapping
1 parent 9f8b91f commit 7913862

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

packages/constants/src/lib/constants/mappers.ts

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
1-
import { nagaDev, nagaStaging, nagaTest } from '@lit-protocol/contracts';
2-
3-
import {
4-
LIT_NETWORK,
5-
LIT_NETWORK_VALUES,
6-
ConstantKeys,
7-
ConstantValues,
8-
} from './constants';
9-
10-
/**
11-
* Mapping of network context by network value.
12-
*/
13-
export const NETWORK_CONTEXT_BY_NETWORK: Record<
14-
LIT_NETWORK_VALUES,
15-
typeof nagaDev | typeof nagaTest | typeof nagaStaging | undefined
16-
> = {
17-
[LIT_NETWORK.NagaDev]: nagaDev,
18-
[LIT_NETWORK.NagaTest]: nagaTest,
19-
[LIT_NETWORK.NagaStaging]: nagaStaging,
20-
[LIT_NETWORK.Custom]: undefined,
21-
} as const;
1+
import { ConstantKeys, ConstantValues } from './constants';
222

233
/**
244
* Product IDs used for price feed and node selection

0 commit comments

Comments
 (0)