@berachain/config 0.1.22-beta.1 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bepolia.d.cts +169 -0
- package/dist/bepolia.d.ts +5 -3
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -3
- package/dist/internal/edge-config/{edgeConfig.codegen.d.ts → index.d.cts} +122 -15
- package/dist/internal/edge-config/index.d.ts +393 -5
- package/dist/internal/flags/index.d.cts +60 -0
- package/dist/internal/flags/index.d.ts +60 -2
- package/dist/internal/header-sources.d.cts +22 -0
- package/dist/internal/header-sources.d.ts +7 -5
- package/dist/internal/index.d.cts +749 -0
- package/dist/internal/index.d.ts +173 -139
- package/dist/internal/maintenance.d.cts +11 -0
- package/dist/internal/maintenance.d.ts +7 -5
- package/dist/internal/nextjs/index.d.cts +34 -0
- package/dist/internal/nextjs/index.d.ts +6 -5
- package/dist/internal/nextjs/utils/index.d.cts +9 -0
- package/dist/internal/nextjs/utils/index.d.ts +3 -2
- package/dist/internal/sentry/index.d.cts +13 -0
- package/dist/internal/sentry/index.d.ts +8 -6
- package/dist/internal/sentry/sentry.client.config.d.cts +6 -0
- package/dist/internal/sentry/sentry.client.config.d.ts +6 -3
- package/dist/internal/tailwind/{config.d.ts → index.d.cts} +16 -14
- package/dist/internal/tailwind/index.d.ts +8 -6
- package/dist/internal/tsup/index.cjs +4 -30
- package/dist/internal/tsup/index.d.cts +6 -0
- package/dist/internal/tsup/index.d.ts +6 -3
- package/dist/internal/tsup/index.mjs +4 -30
- package/dist/internal/wagmi/index.d.cts +12 -0
- package/dist/internal/wagmi/index.d.ts +8 -6
- package/dist/mainnet.d.cts +154 -0
- package/dist/mainnet.d.ts +5 -3
- package/dist/{types.d.ts → types-Drv0VlAi.d.cts} +8 -8
- package/dist/types-Drv0VlAi.d.ts +214 -0
- package/package.json +1 -1
- package/dist/bepolia.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/internal/edge-config/edgeConfig.codegen.d.ts.map +0 -1
- package/dist/internal/edge-config/index.d.ts.map +0 -1
- package/dist/internal/edge-config/isFlagEnabled.d.ts +0 -17
- package/dist/internal/edge-config/isFlagEnabled.d.ts.map +0 -1
- package/dist/internal/edge-config/safeGetAll.d.ts +0 -15
- package/dist/internal/edge-config/safeGetAll.d.ts.map +0 -1
- package/dist/internal/edge-config/safeGetConfig.d.ts +0 -19
- package/dist/internal/edge-config/safeGetConfig.d.ts.map +0 -1
- package/dist/internal/flags/beraEdgeConfigAdapter.d.ts +0 -9
- package/dist/internal/flags/beraEdgeConfigAdapter.d.ts.map +0 -1
- package/dist/internal/flags/flags.d.ts +0 -29
- package/dist/internal/flags/flags.d.ts.map +0 -1
- package/dist/internal/flags/index.d.ts.map +0 -1
- package/dist/internal/header-sources.d.ts.map +0 -1
- package/dist/internal/index.d.ts.map +0 -1
- package/dist/internal/maintenance.d.ts.map +0 -1
- package/dist/internal/nextjs/const.d.ts +0 -3
- package/dist/internal/nextjs/const.d.ts.map +0 -1
- package/dist/internal/nextjs/index.d.ts.map +0 -1
- package/dist/internal/nextjs/utils/index.d.ts.map +0 -1
- package/dist/internal/sentry/getSentryKeys.d.ts +0 -16
- package/dist/internal/sentry/getSentryKeys.d.ts.map +0 -1
- package/dist/internal/sentry/index.d.ts.map +0 -1
- package/dist/internal/sentry/sentry.client.config.d.ts.map +0 -1
- package/dist/internal/sentry/sentry.edge.config.d.ts +0 -3
- package/dist/internal/sentry/sentry.edge.config.d.ts.map +0 -1
- package/dist/internal/sentry/sentry.server.config.d.ts +0 -3
- package/dist/internal/sentry/sentry.server.config.d.ts.map +0 -1
- package/dist/internal/sentry/sentryEnvironment.d.ts +0 -6
- package/dist/internal/sentry/sentryEnvironment.d.ts.map +0 -1
- package/dist/internal/tailwind/config.d.ts.map +0 -1
- package/dist/internal/tailwind/index.d.ts.map +0 -1
- package/dist/internal/tsup/index.d.ts.map +0 -1
- package/dist/internal/wagmi/index.d.ts.map +0 -1
- package/dist/mainnet.d.ts.map +0 -1
- package/dist/types.d.ts.map +0 -1
- package/dist/utils/dynamicEnvVariable.d.ts +0 -21
- package/dist/utils/dynamicEnvVariable.d.ts.map +0 -1
- package/dist/utils/env.d.ts +0 -29
- package/dist/utils/env.d.ts.map +0 -1
- package/dist/utils/getUriFromLink.d.ts +0 -3
- package/dist/utils/getUriFromLink.d.ts.map +0 -1
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
type Address = `0x${string}`;
|
|
2
|
+
/**
|
|
3
|
+
* List of app names in monobera. For a broader list of project names, see ProjectNames.
|
|
4
|
+
*
|
|
5
|
+
* All of these projects have a nextjs set up with `withBeraConfig` and have access to edge config.
|
|
6
|
+
*/
|
|
7
|
+
type AppName = "BeraHub" | "Honey" | "Bend";
|
|
8
|
+
/**
|
|
9
|
+
* List of projects.
|
|
10
|
+
*/
|
|
11
|
+
type ProjectName = AppName | "BeraBridge" | "Faucet" | "BeraBridge NFT" | "Berachain Foundation" | "Explore" | "Berascan";
|
|
12
|
+
type HttpLink = string | {
|
|
13
|
+
uri: string;
|
|
14
|
+
headers?: Record<string, string>;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the graphql service. Used for monitoring only.
|
|
17
|
+
*/
|
|
18
|
+
name: string;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* A shared interface for all projects.
|
|
22
|
+
*/
|
|
23
|
+
type Project = {
|
|
24
|
+
/**
|
|
25
|
+
* The name of the project.
|
|
26
|
+
*/
|
|
27
|
+
name: ProjectName;
|
|
28
|
+
/**
|
|
29
|
+
* The URL of the project.
|
|
30
|
+
*/
|
|
31
|
+
url: string;
|
|
32
|
+
};
|
|
33
|
+
type BendAddresses = {
|
|
34
|
+
morpho: Address | null;
|
|
35
|
+
adaptiveCurveIrm: Address | null;
|
|
36
|
+
metaMorphoFactory: Address | null;
|
|
37
|
+
publicAllocator: Address | null;
|
|
38
|
+
bundler3: Address | null;
|
|
39
|
+
generalAdapter1: Address | null;
|
|
40
|
+
supportedVaults: Array<Address>;
|
|
41
|
+
curatorVaults: Array<Address>;
|
|
42
|
+
};
|
|
43
|
+
interface BeraConfig {
|
|
44
|
+
chainId: ChainId;
|
|
45
|
+
/**
|
|
46
|
+
* Some common token addresses available on the chain.
|
|
47
|
+
*/
|
|
48
|
+
tokens: {
|
|
49
|
+
/**
|
|
50
|
+
* The address of the wbera token. Only this 0x6969... address is supported.
|
|
51
|
+
*/
|
|
52
|
+
wbera: "0x6969696969696969696969696969696969696969";
|
|
53
|
+
/**
|
|
54
|
+
* The address of the swbera token. Only this 0x118D... address is supported.
|
|
55
|
+
*/
|
|
56
|
+
swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
|
|
57
|
+
bgt: Address;
|
|
58
|
+
wbtc: Address;
|
|
59
|
+
weth: Address;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* The API endpoint for the chain. Used to fetch prices, bex, pol and validators' data.
|
|
63
|
+
*/
|
|
64
|
+
api: HttpLink;
|
|
65
|
+
/**
|
|
66
|
+
* The next-generation backend ("beep").
|
|
67
|
+
*/
|
|
68
|
+
beep: HttpLink;
|
|
69
|
+
/**
|
|
70
|
+
* The address of the deposit contract for the chain.
|
|
71
|
+
*/
|
|
72
|
+
depositContract: Address;
|
|
73
|
+
/**
|
|
74
|
+
* The addresses of the metadata lists.
|
|
75
|
+
*
|
|
76
|
+
* @see https://github.com/berachain/metadata
|
|
77
|
+
*/
|
|
78
|
+
lists: {
|
|
79
|
+
tokenList: string;
|
|
80
|
+
validatorList: string;
|
|
81
|
+
rewardVaultList: string;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Contract addresses and endpoints for the Bex protocol, part of BeraHub.
|
|
85
|
+
*/
|
|
86
|
+
bex: {
|
|
87
|
+
vault: Address;
|
|
88
|
+
helper: Address;
|
|
89
|
+
queries: Address;
|
|
90
|
+
relayer: Address;
|
|
91
|
+
factories: {
|
|
92
|
+
composableStable: Address;
|
|
93
|
+
weighted: Address;
|
|
94
|
+
};
|
|
95
|
+
poolCreationHelper: Address;
|
|
96
|
+
chainName: string;
|
|
97
|
+
aggregatorsRouter: Address;
|
|
98
|
+
aggregatorsRouterExecutor: Address;
|
|
99
|
+
/**
|
|
100
|
+
* This is an hardcoded value in contracts to detected whether governance can
|
|
101
|
+
* change pool fees and amplification parameter.
|
|
102
|
+
*
|
|
103
|
+
* @see https://docs.balancer.fi/concepts/pools/more/configuration.html#fees
|
|
104
|
+
*/
|
|
105
|
+
balancerDelegatedOwnership: Address;
|
|
106
|
+
/**
|
|
107
|
+
* Haiku router contract used to calculate agent addresses for permit2 approvals.
|
|
108
|
+
* @see https://haiku.fi
|
|
109
|
+
*/
|
|
110
|
+
haikuRouter: Address | null;
|
|
111
|
+
/**
|
|
112
|
+
* Pre-computed haiku agent address for the aggregatorsRouterExecutor.
|
|
113
|
+
* Calculated via haikuRouter.calcAgent(aggregatorsRouterExecutor).
|
|
114
|
+
* Used for permit2 spend approvals.
|
|
115
|
+
*/
|
|
116
|
+
haikuAgentAddress: Address | null;
|
|
117
|
+
/**
|
|
118
|
+
* The aggregators proxy URL for the chain. Used to proxy requests to various aggregator APIs.
|
|
119
|
+
* Added here to keep ReadmeGenerator script clean while having this endpoint in the dependency
|
|
120
|
+
*/
|
|
121
|
+
aggregatorsProxyUrl: string;
|
|
122
|
+
recoverFundsApi: string;
|
|
123
|
+
recoverFundsContract: Address;
|
|
124
|
+
};
|
|
125
|
+
pol: {
|
|
126
|
+
factory: Address;
|
|
127
|
+
staker: Address;
|
|
128
|
+
rewardAllocationFactory: Address;
|
|
129
|
+
beraChef: Address;
|
|
130
|
+
/**
|
|
131
|
+
* Upstream link (uri + name) for server Apollo and typed `/api/pol/*`
|
|
132
|
+
* endpoints. Browser data access should still use the typed same-origin
|
|
133
|
+
* endpoints.
|
|
134
|
+
*/
|
|
135
|
+
subgraph: HttpLink;
|
|
136
|
+
bribeBoostApi: string;
|
|
137
|
+
supplyMonitor: HttpLink;
|
|
138
|
+
rewardVaultHelper: Address;
|
|
139
|
+
bgtIncentiveDistributor: Address;
|
|
140
|
+
lstStakerVaultFactory: Address;
|
|
141
|
+
};
|
|
142
|
+
honey: Project & {
|
|
143
|
+
factory: Address;
|
|
144
|
+
reader: Address;
|
|
145
|
+
pythWrapper: Address;
|
|
146
|
+
/**
|
|
147
|
+
* The contract that proxies pyth prices for Honey factory.
|
|
148
|
+
*/
|
|
149
|
+
pythOracle: Address;
|
|
150
|
+
token: Address;
|
|
151
|
+
};
|
|
152
|
+
governance: {
|
|
153
|
+
timelock: Address;
|
|
154
|
+
governor: Address;
|
|
155
|
+
};
|
|
156
|
+
bridge: Project & {
|
|
157
|
+
nft: Project & {
|
|
158
|
+
eth: {
|
|
159
|
+
subgraph: HttpLink;
|
|
160
|
+
};
|
|
161
|
+
berachain: {
|
|
162
|
+
subgraph: HttpLink;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
};
|
|
166
|
+
external: {
|
|
167
|
+
pyth: Address;
|
|
168
|
+
};
|
|
169
|
+
hub: Project;
|
|
170
|
+
bend: Project & {
|
|
171
|
+
whiskApi: HttpLink | null;
|
|
172
|
+
production: BendAddresses;
|
|
173
|
+
staging: BendAddresses;
|
|
174
|
+
};
|
|
175
|
+
enso: {
|
|
176
|
+
walletV2Factory: Address | null;
|
|
177
|
+
walletFlashloanAdapter: Address | null;
|
|
178
|
+
};
|
|
179
|
+
explore: Project;
|
|
180
|
+
explorer: Project;
|
|
181
|
+
averageBlockTime: number;
|
|
182
|
+
chain: {
|
|
183
|
+
/**
|
|
184
|
+
* This will be used by wallet providers to display the chain name
|
|
185
|
+
*/
|
|
186
|
+
name: string;
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* Public faucet configuration.
|
|
190
|
+
*
|
|
191
|
+
* Mainly used in static-monobera.
|
|
192
|
+
*/
|
|
193
|
+
faucet: (Project & {
|
|
194
|
+
/**
|
|
195
|
+
* Amount of BERA the user will receive when using the faucet
|
|
196
|
+
*/
|
|
197
|
+
dripAmount: number;
|
|
198
|
+
/**
|
|
199
|
+
* Time in hours between each drip
|
|
200
|
+
*/
|
|
201
|
+
timeGap: number;
|
|
202
|
+
cloudflareKey: string;
|
|
203
|
+
/**
|
|
204
|
+
* API endpoint to send the request to the faucet
|
|
205
|
+
*/
|
|
206
|
+
endpoint: string;
|
|
207
|
+
}) | null;
|
|
208
|
+
}
|
|
209
|
+
declare enum ChainId {
|
|
210
|
+
MAINNET = 80094,
|
|
211
|
+
BEPOLIA = 80069
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export { type Address as A, type BeraConfig as B, ChainId as C, type HttpLink as H, type ProjectName as P, type AppName as a };
|
package/package.json
CHANGED
package/dist/bepolia.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bepolia.d.ts","sourceRoot":"","sources":["../src/bepolia.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,OAAO,EAAmB,OAAO,EAAE,MAAM,SAAS,CAAC;AAEjE,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAuIS,OAAO,EAAE;oCACX,OAAO,EAAE;;;;;;;;;sCASP,OAAO,EAAE;oCACX,OAAO,EAAE;;;;;;;;;;;;;;;;;;IAmBlC;;;;OAIG;;;;QAID;;WAEG;;QAEH;;WAEG;;;QAGH;;WAEG;;;CAGwB,CAAC"}
|
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,wBAAwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"edgeConfig.codegen.d.ts","sourceRoot":"","sources":["../../../src/internal/edge-config/edgeConfig.codegen.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/edge-config/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { type AppName, ChainId } from "../../types";
|
|
2
|
-
import type { DynamicEnabled } from "./edgeConfig.codegen";
|
|
3
|
-
/**
|
|
4
|
-
* Checks if a dynamic feature flag is enabled based on the provided chain and environment.
|
|
5
|
-
*
|
|
6
|
-
* @param flag - The dynamic flag value, which can be a boolean or an object specifying conditions.
|
|
7
|
-
* @param options - Optional parameters to override the default chain and environment.
|
|
8
|
-
* @param options.chain - The chain ID to check against (defaults to current chainId).
|
|
9
|
-
* @param options.environment - The environment to check against (defaults to process.env.VERCEL_TARGET_ENV).
|
|
10
|
-
* @returns True if the flag is enabled for the given chain and environment, false otherwise.
|
|
11
|
-
*/
|
|
12
|
-
export declare function isFlagEnabled(flag: DynamicEnabled, { chain, environment, app, }?: {
|
|
13
|
-
chain?: ChainId;
|
|
14
|
-
environment?: string;
|
|
15
|
-
app?: AppName;
|
|
16
|
-
}): boolean;
|
|
17
|
-
//# sourceMappingURL=isFlagEnabled.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"isFlagEnabled.d.ts","sourceRoot":"","sources":["../../../src/internal/edge-config/isFlagEnabled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAsE3D;;;;;;;;GAQG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,cAAc,EACpB,EACE,KAAe,EACf,WAA2C,EAC3C,GAAiB,GAClB,GAAE;IACD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,GAAG,CAAC,EAAE,OAAO,CAAC;CACV,GACL,OAAO,CA2BT"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { EdgeConfigSchema } from "./edgeConfig.codegen";
|
|
2
|
-
/**
|
|
3
|
-
* Safely retrieves all values from the Vercel Edge Config.
|
|
4
|
-
*
|
|
5
|
-
* @template T - The type of the config schema to retrieve (defaults to EdgeConfigSchema).
|
|
6
|
-
* @param options - Optional parameters.
|
|
7
|
-
* @param options.chain - The chain ID to check against (not currently used).
|
|
8
|
-
* @param options.environment - The environment to check against (not currently used).
|
|
9
|
-
* @param options.onError - Optional error handler callback.
|
|
10
|
-
* @returns A promise that resolves to the config object, or undefined if retrieval fails.
|
|
11
|
-
*/
|
|
12
|
-
export declare function safeGetAll<T = EdgeConfigSchema>({ onError, }?: {
|
|
13
|
-
onError?: (error: unknown) => void;
|
|
14
|
-
}): Promise<T | undefined>;
|
|
15
|
-
//# sourceMappingURL=safeGetAll.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safeGetAll.d.ts","sourceRoot":"","sources":["../../../src/internal/edge-config/safeGetAll.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D;;;;;;;;;GASG;AACH,wBAAsB,UAAU,CAAC,CAAC,GAAG,gBAAgB,EAAE,EACrD,OAAO,GACR,GAAE;IACD,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC/B,GAAG,OAAO,CAAC,CAAC,GAAG,SAAS,CAAC,CAO9B"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { ChainId } from "../../types";
|
|
2
|
-
import type { EdgeConfigSchema } from "./edgeConfig.codegen";
|
|
3
|
-
/**
|
|
4
|
-
* Safely retrieves a value from the Vercel Edge Config by key.
|
|
5
|
-
*
|
|
6
|
-
* @template T - The key of the EdgeConfigSchema to retrieve.
|
|
7
|
-
* @param flagName - The name of the config flag to retrieve.
|
|
8
|
-
* @param options - Optional parameters.
|
|
9
|
-
* @param options.chain - The chain ID to check against (not currently used).
|
|
10
|
-
* @param options.environment - The environment to check against (not currently used).
|
|
11
|
-
* @param options.onError - Optional error handler callback.
|
|
12
|
-
* @returns A promise that resolves to the value of the config flag, or undefined if retrieval fails.
|
|
13
|
-
*/
|
|
14
|
-
export declare function safeGetConfig<T extends keyof EdgeConfigSchema>(flagName: T, { onError, }?: {
|
|
15
|
-
chain?: ChainId;
|
|
16
|
-
environment?: string;
|
|
17
|
-
onError?: (error: unknown) => void;
|
|
18
|
-
}): Promise<EdgeConfigSchema[T] | undefined>;
|
|
19
|
-
//# sourceMappingURL=safeGetConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"safeGetConfig.d.ts","sourceRoot":"","sources":["../../../src/internal/edge-config/safeGetConfig.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAE7D;;;;;;;;;;GAUG;AACH,wBAAsB,aAAa,CAAC,CAAC,SAAS,MAAM,gBAAgB,EAClE,QAAQ,EAAE,CAAC,EACX,EACE,OAAO,GACR,GAAE;IACD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;CAC/B,GACL,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAO1C"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { Adapter } from "flags";
|
|
2
|
-
import type { EdgeConfigSchema } from "../edge-config/edgeConfig.codegen";
|
|
3
|
-
/**
|
|
4
|
-
* A custom adapter for the Edge Config that extends edgeConfigAdapter and parses the DynamicEnabled type to a boolean value.
|
|
5
|
-
*/
|
|
6
|
-
export declare function beraEdgeConfigAdapter({ adapter }?: {
|
|
7
|
-
adapter: Adapter<boolean, EdgeConfigSchema>;
|
|
8
|
-
}): Adapter<boolean, EdgeConfigSchema>;
|
|
9
|
-
//# sourceMappingURL=beraEdgeConfigAdapter.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"beraEdgeConfigAdapter.d.ts","sourceRoot":"","sources":["../../../src/internal/flags/beraEdgeConfigAdapter.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAGrC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AAG1E;;GAEG;AACH,wBAAgB,qBAAqB,CACnC,EAAE,OAAO,EAAE,GAAE;IAAE,OAAO,EAAE,OAAO,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAA;CAEzD,GACA,OAAO,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAapC"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
export declare const isGovernanceEnabled: import("flags/next").Flag<boolean, any>;
|
|
2
|
-
export declare const hideStakeForSingleHolderVaults: import("flags/next").Flag<boolean, any>;
|
|
3
|
-
export declare const enableSimulateCalls: import("flags/next").Flag<boolean, any>;
|
|
4
|
-
export declare const enableBexFundsRecovery: import("flags/next").Flag<boolean, any>;
|
|
5
|
-
export declare const isRefundInExplorer: import("flags/next").Flag<boolean, any>;
|
|
6
|
-
export declare const isAirdropLive: import("flags/next").Flag<boolean, any>;
|
|
7
|
-
export declare const isEmbeddedWalletsEnabled: import("flags/next").Flag<boolean, any>;
|
|
8
|
-
export declare const sponsorGas: import("flags/next").Flag<boolean, any>;
|
|
9
|
-
/**
|
|
10
|
-
* If false, EIP-5792 will be disabled.
|
|
11
|
-
* This is useful for testing purposes.
|
|
12
|
-
*/
|
|
13
|
-
export declare const enableEip5792: import("flags/next").Flag<boolean, any>;
|
|
14
|
-
export declare const proxyAggregatorsThroughVercel: import("flags/next").Flag<boolean, any>;
|
|
15
|
-
export declare const isDefaultStakingPoolEnabled: import("flags/next").Flag<boolean, any>;
|
|
16
|
-
export declare const isBendVaultDataHourly: import("flags/next").Flag<boolean, any>;
|
|
17
|
-
export declare const showBendVaultCap: import("flags/next").Flag<boolean, any>;
|
|
18
|
-
export declare const isHoneyPythWrapperEnabled: import("flags/next").Flag<boolean, any>;
|
|
19
|
-
export declare const isBendNew: import("flags/next").Flag<boolean, any>;
|
|
20
|
-
export declare const isPoolsMerged: import("flags/next").Flag<boolean, any>;
|
|
21
|
-
export declare const isBendLoopingEnabled: import("flags/next").Flag<boolean, any>;
|
|
22
|
-
export declare const isMultiChainZapBendEnabled: import("flags/next").Flag<boolean, any>;
|
|
23
|
-
export declare const isZapStakeBeraEnabled: import("flags/next").Flag<boolean, any>;
|
|
24
|
-
export declare const isBgtPolRewardToken: import("flags/next").Flag<boolean, any>;
|
|
25
|
-
export declare const mockValidatorOperator: import("flags/next").Flag<boolean, any>;
|
|
26
|
-
export declare const mockValidatorRewardAllocator: import("flags/next").Flag<boolean, any>;
|
|
27
|
-
export declare const mockRewardDurationManager: import("flags/next").Flag<boolean, any>;
|
|
28
|
-
export declare const mockIncentiveManager: import("flags/next").Flag<boolean, any>;
|
|
29
|
-
//# sourceMappingURL=flags.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flags.d.ts","sourceRoot":"","sources":["../../../src/internal/flags/flags.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,yCAK9B,CAAC;AAEH,eAAO,MAAM,8BAA8B,yCAKzC,CAAC;AAEH,eAAO,MAAM,mBAAmB,yCAM9B,CAAC;AAEH,eAAO,MAAM,sBAAsB,yCAKjC,CAAC;AAEH,eAAO,MAAM,kBAAkB,yCAK7B,CAAC;AAEH,eAAO,MAAM,aAAa,yCAKxB,CAAC;AAEH,eAAO,MAAM,wBAAwB,yCAKnC,CAAC;AAEH,eAAO,MAAM,UAAU,yCAKrB,CAAC;AAEH;;;GAGG;AACH,eAAO,MAAM,aAAa,yCAMxB,CAAC;AAEH,eAAO,MAAM,6BAA6B,yCAMxC,CAAC;AAEH,eAAO,MAAM,2BAA2B,yCAKtC,CAAC;AAEH,eAAO,MAAM,qBAAqB,yCAKhC,CAAC;AAEH,eAAO,MAAM,gBAAgB,yCAM3B,CAAC;AAEH,eAAO,MAAM,yBAAyB,yCAKpC,CAAC;AAEH,eAAO,MAAM,SAAS,yCAKpB,CAAC;AAEH,eAAO,MAAM,aAAa,yCAKxB,CAAC;AAEH,eAAO,MAAM,oBAAoB,yCAK/B,CAAC;AAEH,eAAO,MAAM,0BAA0B,yCAKrC,CAAC;AAEH,eAAO,MAAM,qBAAqB,yCAKhC,CAAC;AAEH,eAAO,MAAM,mBAAmB,yCAK9B,CAAC;AASH,eAAO,MAAM,qBAAqB,yCAKhC,CAAC;AAEH,eAAO,MAAM,4BAA4B,yCAKvC,CAAC;AAEH,eAAO,MAAM,yBAAyB,yCAKpC,CAAC;AAEH,eAAO,MAAM,oBAAoB,yCAK/B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/flags/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"header-sources.d.ts","sourceRoot":"","sources":["../../src/internal/header-sources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAa7D,wBAAgB,wBAAwB,CAAC,EACvC,aAAa,EACb,KAAK,EACL,YAAY,EACZ,GAAG,IAAI,EACR,EAAE;IACD,aAAa,EAAE,OAAO,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,GAAG,MAAM,CAyLT;AAED;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,MAAM,EAWvC,CAAC;AAEH,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,GACT,EAAE;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,QAAQ,EAAE,YAAY,CAAC;CACxB,yBA6CA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/internal/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAGnC,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,CAAC;AAQrC,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAEvC,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAE1D,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGf,CAAC;AAwIX,eAAO,MAAM,SAAS;;;;QAPpB;;WAEG;;;;;;YAvHC;;;eAGG;;;oCAKuD,MAAM;;;;YAMhE;;;eAGG;0CACwD,MAAM;YACjE;;;;eAIG;2BAC+B,MAAM;8BACA,MAAM;YAC9C;;;;eAIG;mCACgD,MAAM;YACzD;;;;eAIG;iCAC4C,MAAM;gCACT,MAAM;4BACd,MAAM;gCACI,MAAM;2BAClB,MAAM;gCACI,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAiCpD;;;WAGG;;QAEH;;;WAGG;;QAGH;;;WAGG;;;;;;;;;;CAsCG,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAET,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"maintenance.d.ts","sourceRoot":"","sources":["../../src/internal/maintenance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE7D,eAAO,MAAM,gCAAgC,UAI5C,CAAC;AAEF,MAAM,WAAW,iBAAiB;IAChC,aAAa,EAAE,OAAO,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,wBAAgB,oBAAoB,CAClC,GAAG,EAAE,WAAW,EAChB,MAAM,EAAE,iBAAiB,GACxB,YAAY,GAAG,IAAI,CAiBrB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../src/internal/nextjs/const.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEvC,eAAO,MAAM,qBAAqB,EAAE,WAAW,CAC7C,WAAW,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAiFpD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/nextjs/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAQ3C;;;GAGG;AACH,KAAK,gBAAgB,GAAG,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,gBAAgB,CAAC,CAAC;AAErE;;;GAGG;AACH,KAAK,cAAc,GAAG,IAAI,CAAC,UAAU,EAAE,QAAQ,CAAC,GAAG;IACjD,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAEF,wBAAgB,cAAc,CAC5B,MAAM,EAAE,cAAc,EACtB,EACE,UAAiB,EACjB,uBAA8B,EAC9B,OAAO,GACR,EAAE;IACD,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;;OAKG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;;;;OAKG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACnC,GACA,UAAU,CA4DZ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/internal/nextjs/utils/index.ts"],"names":[],"mappings":"AA4BA;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAgCxE"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Parses the Sentry DSN and returns the keys and csp endpoint.
|
|
3
|
-
*
|
|
4
|
-
* NEXT_PUBLIC_SENTRY_DSN is usually set by Sentry Vercel integration.
|
|
5
|
-
*/
|
|
6
|
-
export declare function getSentryKeys({ dsn, }?: {
|
|
7
|
-
dsn?: string;
|
|
8
|
-
}): {
|
|
9
|
-
dsn: string;
|
|
10
|
-
projectId: string;
|
|
11
|
-
deprecatedSecret: string | undefined;
|
|
12
|
-
cspEndpoint: URL;
|
|
13
|
-
org: string;
|
|
14
|
-
publicKey: string;
|
|
15
|
-
} | undefined;
|
|
16
|
-
//# sourceMappingURL=getSentryKeys.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getSentryKeys.d.ts","sourceRoot":"","sources":["../../../src/internal/sentry/getSentryKeys.ts"],"names":[],"mappings":"AAEA;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,EAC5B,GAAwC,GACzC,GAAE;IACD,GAAG,CAAC,EAAE,MAAM,CAAC;CACT;;;;;;;cAuCL"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/sentry/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAEvC;;;;GAIG;AACH,wBAAsB,cAAc,CAClC,GAAG,GAAE,UAAU,CAAC,OAAO,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAM,iBAa5C;AAED,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,UAAU,cAoElD;AAED,eAAO,MAAM,cAAc,mCAA6B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sentry.client.config.d.ts","sourceRoot":"","sources":["../../../src/internal/sentry/sentry.client.config.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,UAAU,MAAM,gBAAgB,CAAC;AAelD,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,OAAO,UAAU,EACzB,GAAG,GAAE,UAAU,CAAC,cAAmB,gIAoDpC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type * as SentryType from "@sentry/nextjs";
|
|
2
|
-
export declare function initSentryEdge(Sentry: typeof SentryType, opt?: SentryType.EdgeOptions): import("@sentry/core").Client<import("@sentry/core").ClientOptions<import("@sentry/core").BaseTransportOptions>> | undefined;
|
|
3
|
-
//# sourceMappingURL=sentry.edge.config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sentry.edge.config.d.ts","sourceRoot":"","sources":["../../../src/internal/sentry/sentry.edge.config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,KAAK,UAAU,MAAM,gBAAgB,CAAC;AAIlD,wBAAgB,cAAc,CAC5B,MAAM,EAAE,OAAO,UAAU,EACzB,GAAG,GAAE,UAAU,CAAC,WAAgB,gIAajC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type * as SentryType from "@sentry/nextjs";
|
|
2
|
-
export declare function initSentryServer(Sentry: typeof SentryType, opt?: SentryType.NodeOptions): import("@sentry/core").Client<import("@sentry/core").ClientOptions<import("@sentry/core").BaseTransportOptions>> | undefined;
|
|
3
|
-
//# sourceMappingURL=sentry.server.config.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sentry.server.config.d.ts","sourceRoot":"","sources":["../../../src/internal/sentry/sentry.server.config.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,UAAU,MAAM,gBAAgB,CAAC;AAIlD,wBAAgB,gBAAgB,CAC9B,MAAM,EAAE,OAAO,UAAU,EACzB,GAAG,GAAE,UAAU,CAAC,WAAgB,gIAcjC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sentryEnvironment.d.ts","sourceRoot":"","sources":["../../../src/internal/sentry/sentryEnvironment.ts"],"names":[],"mappings":"AAIA,QAAA,IAAI,iBAAiB,QAAwD,CAAC;AAU9E,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAE7B,eAAO,MAAM,gBAAgB,QAAyB,CAAC;AAEvD,eAAO,MAAM,aAAa,QAAoC,CAAC;AAE/D,eAAO,MAAM,WAAW,SAAkD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/internal/tailwind/config.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA0B1B;;eAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8LkB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/tailwind/index.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,MAAM,yBAAyB,CAAC;AAMjD,eAAO,MAAM,MAAM;;wBAP2B,0BACrC;gCACL,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQZ,CAAC;AAEnB,eAAe,MAAM,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/tsup/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAA6B,MAAM,MAAM,CAAC;AAuG/D,eAAO,MAAM,cAAc,EAAE,OAAO,YAgBnC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/internal/wagmi/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,KAAK,EAIX,MAAM,aAAa,CAAC;AAUrB,eAAO,MAAM,YAAY,EAAE,KACqC,CAAC;AAEjE,eAAO,MAAM,IAAI,EAKI,MAAM,EAAE,CAAC;AAC9B;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,KAAK,EAQjC,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,CAUrD,CAAC"}
|
package/dist/mainnet.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mainnet.d.ts","sourceRoot":"","sources":["../src/mainnet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiC,OAAO,EAAE,MAAM,SAAS,CAAC;AAGjE,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sCAsJQ,KAAK,MAAM,EAAE,EAAE;oCAMf,KAAK,MAAM,EAAE,EAAE;;;;;;;;;sCAcf,KAAK,MAAM,EAAE,EAAE;oCAKf,KAAK,MAAM,EAAE,EAAE;;;;;;;;;;;;;;;;;;;CAmBZ,CAAC"}
|
package/dist/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { type AppName, ChainId } from "../types";
|
|
2
|
-
declare const defaultChainId: ChainId;
|
|
3
|
-
export { defaultChainId as chainId };
|
|
4
|
-
export declare const isProduction: boolean;
|
|
5
|
-
/**
|
|
6
|
-
* Environment is development if it is localhost.
|
|
7
|
-
*/
|
|
8
|
-
export declare const isLocalHost: boolean;
|
|
9
|
-
/**
|
|
10
|
-
* Environment is preview if it is development or preview.
|
|
11
|
-
*/
|
|
12
|
-
export declare const isPreview: boolean;
|
|
13
|
-
/**
|
|
14
|
-
* Environment is staging if it is development or staging.
|
|
15
|
-
*/
|
|
16
|
-
export declare const isStaging: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* Name of the current dapp. Available only if using `withBeraConfig` from @berachain/config/internal/nextjs.
|
|
19
|
-
*/
|
|
20
|
-
export declare const currentDapp: AppName | undefined;
|
|
21
|
-
//# sourceMappingURL=dynamicEnvVariable.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dynamicEnvVariable.d.ts","sourceRoot":"","sources":["../../src/utils/dynamicEnvVariable.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAIjD,QAAA,MAAM,cAAc,EAAE,OAEH,CAAC;AASpB,OAAO,EAAE,cAAc,IAAI,OAAO,EAAE,CAAC;AAErC,eAAO,MAAM,YAAY,SAAiD,CAAC;AAE3E;;GAEG;AACH,eAAO,MAAM,WAAW,SAAyC,CAAC;AAElE;;GAEG;AACH,eAAO,MAAM,SAAS,SACsC,CAAC;AAE7D;;GAEG;AACH,eAAO,MAAM,SAAS,SAA8C,CAAC;AAErE;;GAEG;AACH,eAAO,MAAM,WAAW,EACpB,OAAO,GACP,SAAS,CAAC"}
|
package/dist/utils/env.d.ts
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Exporting here all variables that are used in the frontend.
|
|
3
|
-
* Avoids circular dependency with the config object.
|
|
4
|
-
*/
|
|
5
|
-
import { ChainId } from "../types";
|
|
6
|
-
import { chainId } from "./dynamicEnvVariable";
|
|
7
|
-
export { chainId };
|
|
8
|
-
export declare const imageBaseUrl = "https://imagedelivery.net/qNj7Q3MCke89zoKzav7eDQ";
|
|
9
|
-
export declare const goldskyBaseUrl = "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/";
|
|
10
|
-
/**
|
|
11
|
-
* Returns the RPC URLs for the given chain ID. If anvil is set, it will just return the anvil RPC URLs.
|
|
12
|
-
*/
|
|
13
|
-
export declare function getRpcUrls(chainId?: ChainId): {
|
|
14
|
-
publicJsonRpcUrl: string;
|
|
15
|
-
jsonRpcUrl: string;
|
|
16
|
-
alchemyJsonRpcUrl: string | undefined;
|
|
17
|
-
privateRcpUrl: string | undefined;
|
|
18
|
-
/**
|
|
19
|
-
* Whether the RPC URLs are for anvil.
|
|
20
|
-
*/
|
|
21
|
-
isAnvil: boolean;
|
|
22
|
-
};
|
|
23
|
-
export declare const publicJsonRpcUrl: string, jsonRpcUrl: string, alchemyJsonRpcUrl: string | undefined,
|
|
24
|
-
/**
|
|
25
|
-
* Dedicated private RPC URL for server side with higher rate limits.
|
|
26
|
-
* Not available on client side.
|
|
27
|
-
*/
|
|
28
|
-
privateRcpUrl: string | undefined;
|
|
29
|
-
//# sourceMappingURL=env.d.ts.map
|
package/dist/utils/env.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/utils/env.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,OAAO,EAAE,OAAO,EAAE,CAAC;AAQnB,eAAO,MAAM,YAAY,qDAAqD,CAAC;AAE/E,eAAO,MAAM,cAAc,oFACwD,CAAC;AACpF;;GAEG;AACH,wBAAgB,UAAU,CAAC,OAAO,GAAE,OAAyB,GAAG;IAC9D,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,aAAa,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB,CAkDA;AAED,eAAO,MACL,gBAAgB,UAChB,UAAU,UACV,iBAAiB;AACjB;;;GAGG;AACH,aAAa,oBACQ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getUriFromLink.d.ts","sourceRoot":"","sources":["../../src/utils/getUriFromLink.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEzC,wBAAgB,cAAc,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM,CAErD"}
|