Skip to content

Commit eaa14b7

Browse files
committed
chore: improve jsdoc
1 parent 2eaf9e6 commit eaa14b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ export const NETWORK_CONTEXT_BY_NETWORK: {
2020
custom: undefined,
2121
} as const;
2222

23+
/**
24+
* Whether to overwrite the IPFS code for a given network.
25+
* This is useful when the nodes are not able to connect to the IPFS gateway,
26+
* so the sdk can fallback to these gateways.
27+
*/
2328
export const GLOBAL_OVERWRITE_IPFS_CODE_BY_NETWORK: {
2429
[key in LIT_NETWORK_VALUES]: boolean;
2530
} = {

0 commit comments

Comments
 (0)