File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments