We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaf9e6 commit eaa14b7Copy full SHA for eaa14b7
packages/constants/src/lib/constants/mappers.ts
@@ -20,6 +20,11 @@ export const NETWORK_CONTEXT_BY_NETWORK: {
20
custom: undefined,
21
} as const;
22
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
+ */
28
export const GLOBAL_OVERWRITE_IPFS_CODE_BY_NETWORK: {
29
[key in LIT_NETWORK_VALUES]: boolean;
30
} = {
0 commit comments