@berachain/config 0.0.1-alpha.1 → 0.0.2

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.
Files changed (80) hide show
  1. package/README.md +1 -1
  2. package/dist/bepolia.cjs +1 -1
  3. package/dist/bepolia.d.cts +19 -14
  4. package/dist/bepolia.d.ts +19 -14
  5. package/dist/bepolia.js +1 -1
  6. package/dist/chunk-4VDLQK6F.cjs +1 -0
  7. package/dist/chunk-7P77HD6A.js +1 -0
  8. package/dist/chunk-AEEJBUVN.cjs +1 -0
  9. package/dist/chunk-C6MUJXOP.cjs +1 -0
  10. package/dist/chunk-DHNVZCPX.js +1 -0
  11. package/dist/chunk-DILGFNLD.js +1 -0
  12. package/dist/{chunk-XZQVP4AU.cjs → chunk-FFISDQSR.cjs} +1 -1
  13. package/dist/{chunk-G56N5MYU.js → chunk-KWQ2WHU4.js} +1 -1
  14. package/dist/{chunk-4ZIGP2PE.js → chunk-L2DF5H5Q.js} +1 -1
  15. package/dist/chunk-LI4NSLBM.js +1 -0
  16. package/dist/chunk-RJW7M2BA.cjs +1 -0
  17. package/dist/chunk-TB4XRJLK.js +1 -0
  18. package/dist/chunk-TQ3O2NSK.cjs +1 -0
  19. package/dist/chunk-V24JGYF7.cjs +1 -0
  20. package/dist/{chunk-RPCNZQO2.cjs → chunk-WCV4WTHG.cjs} +1 -1
  21. package/dist/chunk-WOT6VMZA.js +1 -0
  22. package/dist/chunk-YYLX4CBV.cjs +1 -0
  23. package/dist/chunk-ZBFETLTJ.js +1 -0
  24. package/dist/index.cjs +1 -1
  25. package/dist/index.d.cts +13 -10
  26. package/dist/index.d.ts +13 -10
  27. package/dist/index.js +1 -1
  28. package/dist/internal/edge-config/index.cjs +1 -0
  29. package/dist/internal/edge-config/index.d.cts +134 -0
  30. package/dist/internal/edge-config/index.d.ts +134 -0
  31. package/dist/internal/edge-config/index.js +1 -0
  32. package/dist/internal/flags/index.cjs +1 -0
  33. package/dist/internal/flags/index.d.cts +28 -0
  34. package/dist/internal/flags/index.d.ts +28 -0
  35. package/dist/internal/flags/index.js +1 -0
  36. package/dist/internal/header-sources.cjs +8 -8
  37. package/dist/internal/header-sources.d.cts +1 -0
  38. package/dist/internal/header-sources.d.ts +1 -0
  39. package/dist/internal/header-sources.js +8 -8
  40. package/dist/internal/index.cjs +1 -1
  41. package/dist/internal/index.d.cts +221 -171
  42. package/dist/internal/index.d.ts +221 -171
  43. package/dist/internal/index.js +1 -1
  44. package/dist/internal/maintenance.cjs +1 -1
  45. package/dist/internal/maintenance.js +1 -1
  46. package/dist/internal/nextjs/index.cjs +1 -1
  47. package/dist/internal/nextjs/index.js +1 -1
  48. package/dist/internal/sentry/esbuild.plugin.cjs +1 -1
  49. package/dist/internal/sentry/esbuild.plugin.js +1 -1
  50. package/dist/internal/sentry/index.cjs +1 -1
  51. package/dist/internal/sentry/index.js +1 -1
  52. package/dist/internal/sentry/sentry.client.config.cjs +1 -1
  53. package/dist/internal/sentry/sentry.client.config.js +1 -1
  54. package/dist/internal/tailwind/index.cjs +1 -0
  55. package/dist/internal/tailwind/index.d.cts +247 -0
  56. package/dist/internal/tailwind/index.d.ts +247 -0
  57. package/dist/internal/tailwind/index.js +1 -0
  58. package/dist/internal/tsup/index.cjs +1 -1
  59. package/dist/internal/tsup/index.js +1 -1
  60. package/dist/mainnet.cjs +1 -1
  61. package/dist/mainnet.d.cts +23 -20
  62. package/dist/mainnet.d.ts +23 -20
  63. package/dist/mainnet.js +1 -1
  64. package/dist/sentry.edge.config-HYRGDPSL.cjs +1 -0
  65. package/dist/sentry.edge.config-MSL7GELX.js +1 -0
  66. package/dist/sentry.server.config-JQJQDRDO.cjs +1 -0
  67. package/dist/sentry.server.config-MN4FIAPC.js +1 -0
  68. package/package.json +72 -12
  69. package/dist/chunk-5F62JDHS.js +0 -1
  70. package/dist/chunk-CJ6TCEOL.js +0 -1
  71. package/dist/chunk-GQ2VIAGM.cjs +0 -1
  72. package/dist/chunk-J5ZJIOVM.cjs +0 -1
  73. package/dist/chunk-LJRHN532.js +0 -1
  74. package/dist/chunk-PWMV5FZC.cjs +0 -1
  75. package/dist/chunk-QQWAFQ4G.js +0 -1
  76. package/dist/chunk-WW7TSLXR.cjs +0 -1
  77. package/dist/sentry.edge.config-HELM2ESO.js +0 -1
  78. package/dist/sentry.edge.config-PX7MX352.cjs +0 -1
  79. package/dist/sentry.server.config-SLGLNXCE.cjs +0 -1
  80. package/dist/sentry.server.config-Y6L22PFM.js +0 -1
@@ -1,5 +1,5 @@
1
- import { ChainId } from '../index.js';
2
- export { Address, BeraConfig } from '../index.js';
1
+ import { ChainId, Address } from '../index.js';
2
+ export { BeraConfig } from '../index.js';
3
3
 
4
4
  declare const defaultChainId: ChainId;
5
5
 
@@ -8,15 +8,6 @@ declare const defaultChainId: ChainId;
8
8
  * Avoids circular dependency with the config object.
9
9
  */
10
10
 
11
- declare const isIPFS: boolean;
12
- declare const etherscanApiKey: string;
13
- declare const cookie3SiteId: string | undefined;
14
- /**
15
- * This is only going to work on whitelisted domains.
16
- * Please create your own API key and add it to your .env.local file
17
- */
18
- declare const dynamicWalletKey: string;
19
- declare const beApiKey: string | undefined;
20
11
  /**
21
12
  * Returns the RPC URLs for the given chain ID. If anvil is set, it will just return the anvil RPC URLs.
22
13
  */
@@ -40,25 +31,116 @@ declare const /**
40
31
  privateRcpUrl: string | undefined;
41
32
 
42
33
  declare const config: {
34
+ readonly apiKeys: {
35
+ readonly public: {
36
+ /**
37
+ * This is only going to work on whitelisted domains.
38
+ * Please create your own API key and add it to your .env.local file
39
+ */
40
+ readonly dynamicWallet: string;
41
+ readonly postHogProjectKey: "phc_waPF31wbuiBwbfIeiV0z3GPfg3KAHE1WPMk6UMn8Kax";
42
+ readonly cookie3SiteId: string;
43
+ };
44
+ readonly private: {
45
+ readonly oogabooga: string;
46
+ readonly haiku: string;
47
+ readonly kyberswap: string;
48
+ readonly enso: string;
49
+ readonly etherscan: string;
50
+ };
51
+ };
52
+ readonly addresses: {
53
+ /**
54
+ * This is an hardcoded value in contracts to detected wheter governance can
55
+ * change pool fees and amplification parameter.
56
+ *
57
+ * @see https://docs.balancer.fi/concepts/pools/more/configuration.html#fees
58
+ */
59
+ readonly balancerDelegatedOwnership: `0x${string}`;
60
+ /**
61
+ * This is on genesis for Berachain
62
+ */
63
+ readonly multicall: `0x${string}`;
64
+ };
65
+ readonly urls: {
66
+ readonly postHogApiHost: "https://eu.i.posthog.com";
67
+ readonly homepage: string;
68
+ readonly ecosystem: "https://ecosystem.berachain.com/";
69
+ readonly docs: "https://docs.berachain.com";
70
+ readonly careers: "https://careers.berachain.com/";
71
+ readonly mediaKit: "https://drive.google.com/drive/folders/1r658Px_VhjiUEC4AQAhHRCBeVKjcRWU6";
72
+ readonly blog: "https://blog.berachain.com/";
73
+ readonly twitter: "https://x.com/berachain";
74
+ readonly telegram: "https://t.me/BerachainPortal";
75
+ readonly discord: "https://discord.com/invite/berachain";
76
+ readonly github: "https://github.com/berachain";
77
+ };
78
+ readonly flags: {
79
+ readonly developmentAnalyticsEnabled: boolean;
80
+ /**
81
+ * Disallow SEO indexing for non-mainnet deployments
82
+ */
83
+ readonly disallowIndexing: boolean;
84
+ readonly hideCurator: false;
85
+ };
86
+ readonly bend: {
87
+ /**
88
+ * Margin from max LTV where warning will be shown about liquidation risk.
89
+ * e.g. if max LTV is 0.8, warning will show at 0.75
90
+ */
91
+ readonly liquidationWarningLtvMargin: 0.05;
92
+ /**
93
+ * Safety margin subtracted from max LTV to determine borrow limit.
94
+ * e.g. if max LTV is 0.945, borrow limit will be 0.9449
95
+ */
96
+ readonly maxBorrowLtvMargin: 0.0001;
97
+ /**
98
+ * Target utilization rate for public allocator supply in WAD format (18 decimals).
99
+ * Set to 90% (0.9 * 1e18) to maintain healthy liquidity buffer.
100
+ */
101
+ readonly publicAllocatorSupplyTargetUtilizationWad: bigint;
102
+ readonly name: "Bend";
103
+ readonly url: "https://bend.berachain.com";
104
+ readonly supportedVaults: `0x${string}`[];
105
+ } | {
106
+ /**
107
+ * Margin from max LTV where warning will be shown about liquidation risk.
108
+ * e.g. if max LTV is 0.8, warning will show at 0.75
109
+ */
110
+ readonly liquidationWarningLtvMargin: 0.05;
111
+ /**
112
+ * Safety margin subtracted from max LTV to determine borrow limit.
113
+ * e.g. if max LTV is 0.945, borrow limit will be 0.9449
114
+ */
115
+ readonly maxBorrowLtvMargin: 0.0001;
116
+ /**
117
+ * Target utilization rate for public allocator supply in WAD format (18 decimals).
118
+ * Set to 90% (0.9 * 1e18) to maintain healthy liquidity buffer.
119
+ */
120
+ readonly publicAllocatorSupplyTargetUtilizationWad: bigint;
121
+ readonly name: "Bend";
122
+ readonly url: "https://bepolia.bend.berachain.com";
123
+ readonly supportedVaults: Address[];
124
+ };
43
125
  readonly tokens: {
44
126
  readonly wbera: "0x6969696969696969696969696969696969696969";
127
+ readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
45
128
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
46
129
  readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
47
130
  readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
48
131
  };
49
132
  readonly depositContract: "0x4242424242424242424242424242424242424242";
50
133
  readonly pol: {
51
- readonly version: "1.0.4";
52
134
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
53
135
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
54
136
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
55
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/mainnet-v1.5.2/gn";
137
+ readonly subgraph: string;
56
138
  readonly bribeBoostApi: string;
57
139
  readonly bribeBoostApiKey: string;
58
- readonly bgtIncentiveDistributor: "0xBDDba144482049382eC79CadfA02f0fa0F462dE3";
140
+ readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
59
141
  };
60
142
  readonly api: string;
61
- readonly blocksSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/blocks-subgraph/mainnet-v1.1.0/gn";
143
+ readonly blocksSubgraph: string;
62
144
  readonly bex: {
63
145
  readonly chainName: "BERACHAIN";
64
146
  readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
@@ -71,16 +153,16 @@ declare const config: {
71
153
  };
72
154
  readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
73
155
  readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/bex-subgraph/mainnet-v1.0.2/gn";
74
- readonly aggregatorsRouter: "0xa83739c179e639442A3a4f830745de2824d28153";
75
- readonly aggregatorsRouterExecutor: "0xb9c391f4BAaC4244f482020eaB434048882bFBA2";
156
+ readonly aggregatorsRouter: "0x1cAF3c98cE58207D21f2090164cB56a4cEf8e487";
157
+ readonly aggregatorsRouterExecutor: "0x5699789588384DEc3662bd71BC5C6c7f7D615c66";
76
158
  readonly aggregatorsProxyUrl: string;
77
159
  };
78
160
  readonly honey: {
79
161
  readonly name: "Honey";
80
162
  readonly url: "https://honey.berachain.com";
81
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/honey-subgraph/mainnet-v1.1.1/gn";
163
+ readonly subgraph: string;
82
164
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
83
- readonly pythWrapper: "0x0000000000000000000000000000000000000000";
165
+ readonly pythWrapper: "0x4b7cb1c197f8EE4d309866B16C2c12E3B4E7E606";
84
166
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
85
167
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
86
168
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
@@ -105,17 +187,8 @@ declare const config: {
105
187
  readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
106
188
  readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
107
189
  };
108
- readonly averageBlockTime: 1.9;
109
- readonly boyco: {
110
- readonly name: "Boyco";
111
- readonly url: "https://boyco.berachain.com";
112
- readonly originUrl: string;
113
- readonly originKey: string;
114
- readonly originId: string;
115
- readonly airdropApi: string;
116
- readonly merkleId: `0x${string}`;
117
- readonly airdropAddress: `0x${string}`;
118
- };
190
+ readonly averageBlockTime: 2;
191
+ readonly beApiKey: string;
119
192
  readonly bridge: {
120
193
  readonly name: "BeraBridge";
121
194
  readonly url: "https://bridge.berachain.com";
@@ -130,10 +203,6 @@ declare const config: {
130
203
  };
131
204
  };
132
205
  };
133
- readonly bend: {
134
- readonly name: "Bend";
135
- readonly url: "#";
136
- };
137
206
  readonly berps: {
138
207
  readonly name: "Berps";
139
208
  readonly url: "#";
@@ -142,20 +211,122 @@ declare const config: {
142
211
  readonly name: "Faucet";
143
212
  readonly url: "#";
144
213
  };
214
+ readonly explore: {
215
+ readonly name: "Explore";
216
+ readonly url: "https://explore.berachain.com";
217
+ };
218
+ readonly explorer: {
219
+ readonly name: "Berascan";
220
+ readonly url: "https://berascan.com";
221
+ };
222
+ readonly chain: {
223
+ readonly name: string;
224
+ };
145
225
  } | {
226
+ readonly apiKeys: {
227
+ readonly public: {
228
+ /**
229
+ * This is only going to work on whitelisted domains.
230
+ * Please create your own API key and add it to your .env.local file
231
+ */
232
+ readonly dynamicWallet: string;
233
+ readonly postHogProjectKey: "phc_waPF31wbuiBwbfIeiV0z3GPfg3KAHE1WPMk6UMn8Kax";
234
+ readonly cookie3SiteId: string;
235
+ };
236
+ readonly private: {
237
+ readonly oogabooga: string;
238
+ readonly haiku: string;
239
+ readonly kyberswap: string;
240
+ readonly enso: string;
241
+ readonly etherscan: string;
242
+ };
243
+ };
244
+ readonly addresses: {
245
+ /**
246
+ * This is an hardcoded value in contracts to detected wheter governance can
247
+ * change pool fees and amplification parameter.
248
+ *
249
+ * @see https://docs.balancer.fi/concepts/pools/more/configuration.html#fees
250
+ */
251
+ readonly balancerDelegatedOwnership: `0x${string}`;
252
+ /**
253
+ * This is on genesis for Berachain
254
+ */
255
+ readonly multicall: `0x${string}`;
256
+ };
257
+ readonly urls: {
258
+ readonly postHogApiHost: "https://eu.i.posthog.com";
259
+ readonly homepage: string;
260
+ readonly ecosystem: "https://ecosystem.berachain.com/";
261
+ readonly docs: "https://docs.berachain.com";
262
+ readonly careers: "https://careers.berachain.com/";
263
+ readonly mediaKit: "https://drive.google.com/drive/folders/1r658Px_VhjiUEC4AQAhHRCBeVKjcRWU6";
264
+ readonly blog: "https://blog.berachain.com/";
265
+ readonly twitter: "https://x.com/berachain";
266
+ readonly telegram: "https://t.me/BerachainPortal";
267
+ readonly discord: "https://discord.com/invite/berachain";
268
+ readonly github: "https://github.com/berachain";
269
+ };
270
+ readonly flags: {
271
+ readonly developmentAnalyticsEnabled: boolean;
272
+ /**
273
+ * Disallow SEO indexing for non-mainnet deployments
274
+ */
275
+ readonly disallowIndexing: boolean;
276
+ readonly hideCurator: false;
277
+ };
278
+ readonly bend: {
279
+ /**
280
+ * Margin from max LTV where warning will be shown about liquidation risk.
281
+ * e.g. if max LTV is 0.8, warning will show at 0.75
282
+ */
283
+ readonly liquidationWarningLtvMargin: 0.05;
284
+ /**
285
+ * Safety margin subtracted from max LTV to determine borrow limit.
286
+ * e.g. if max LTV is 0.945, borrow limit will be 0.9449
287
+ */
288
+ readonly maxBorrowLtvMargin: 0.0001;
289
+ /**
290
+ * Target utilization rate for public allocator supply in WAD format (18 decimals).
291
+ * Set to 90% (0.9 * 1e18) to maintain healthy liquidity buffer.
292
+ */
293
+ readonly publicAllocatorSupplyTargetUtilizationWad: bigint;
294
+ readonly name: "Bend";
295
+ readonly url: "https://bend.berachain.com";
296
+ readonly supportedVaults: `0x${string}`[];
297
+ } | {
298
+ /**
299
+ * Margin from max LTV where warning will be shown about liquidation risk.
300
+ * e.g. if max LTV is 0.8, warning will show at 0.75
301
+ */
302
+ readonly liquidationWarningLtvMargin: 0.05;
303
+ /**
304
+ * Safety margin subtracted from max LTV to determine borrow limit.
305
+ * e.g. if max LTV is 0.945, borrow limit will be 0.9449
306
+ */
307
+ readonly maxBorrowLtvMargin: 0.0001;
308
+ /**
309
+ * Target utilization rate for public allocator supply in WAD format (18 decimals).
310
+ * Set to 90% (0.9 * 1e18) to maintain healthy liquidity buffer.
311
+ */
312
+ readonly publicAllocatorSupplyTargetUtilizationWad: bigint;
313
+ readonly name: "Bend";
314
+ readonly url: "https://bepolia.bend.berachain.com";
315
+ readonly supportedVaults: Address[];
316
+ };
146
317
  readonly tokens: {
147
318
  readonly wbera: "0x6969696969696969696969696969696969696969";
319
+ readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
148
320
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
149
321
  readonly wbtc: "0x";
150
322
  readonly weth: "0x";
151
323
  };
152
324
  readonly depositContract: "0x4242424242424242424242424242424242424242";
153
325
  readonly pol: {
154
- readonly version: "1.0.4";
155
326
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
156
327
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
157
328
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
158
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-v1.5.2/gn";
329
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-v1.6.1/gn";
159
330
  readonly bribeBoostApi: string;
160
331
  readonly bribeBoostApiKey: string;
161
332
  readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
@@ -208,17 +379,8 @@ declare const config: {
208
379
  readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
209
380
  readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
210
381
  };
211
- readonly averageBlockTime: 1.9;
212
- readonly boyco: {
213
- readonly name: "Boyco";
214
- readonly url: "https://bepolia.boyco.berachain.com";
215
- readonly originUrl: string;
216
- readonly originKey: string;
217
- readonly originId: string;
218
- readonly airdropApi: string;
219
- readonly merkleId: `0x${string}`;
220
- readonly airdropAddress: `0x${string}`;
221
- };
382
+ readonly averageBlockTime: 2;
383
+ readonly beApiKey: string;
222
384
  readonly bridge: {
223
385
  readonly name: "BeraBridge";
224
386
  readonly url: "https://bepolia.bridge.berachain.com";
@@ -233,10 +395,6 @@ declare const config: {
233
395
  };
234
396
  };
235
397
  };
236
- readonly bend: {
237
- readonly name: "Bend";
238
- readonly url: "#";
239
- };
240
398
  readonly berps: {
241
399
  readonly name: "Berps";
242
400
  readonly url: "#";
@@ -245,125 +403,17 @@ declare const config: {
245
403
  readonly name: "Faucet";
246
404
  readonly url: "https://bepolia.faucet.berachain.com";
247
405
  };
406
+ readonly explore: {
407
+ readonly name: "Explore";
408
+ readonly url: "https://explore.berachain.com";
409
+ };
410
+ readonly explorer: {
411
+ readonly name: "Berascan";
412
+ readonly url: "https://testnet.berascan.com";
413
+ };
414
+ readonly chain: {
415
+ readonly name: string;
416
+ };
248
417
  };
249
- declare const developmentAnalytics: boolean;
250
- declare const postHogProjectKey = "phc_waPF31wbuiBwbfIeiV0z3GPfg3KAHE1WPMk6UMn8Kax";
251
- declare const postHogHostAddress = "https://eu.i.posthog.com";
252
- /**
253
- * Disallow SEO indexing for non-mainnet deployments
254
- */
255
- declare const disallowIndexing: boolean;
256
- declare const openseaApiKey: string;
257
- declare const ensoApiUrl = "https://api.enso.finance/api";
258
- declare const publicEnsoApiKey: string;
259
- declare const ensoApiKey: string;
260
- declare const oogaboogaApiKey: string;
261
- declare const useMetaAggregatorVercelProxy: boolean;
262
- declare const haikuApiKey: string;
263
- declare const kyberswapClientId: string;
264
- declare const homepageUrl: string;
265
- declare const ecosystemUrl = "https://ecosystem.berachain.com/";
266
- declare const docsUrl = "https://docs.berachain.com";
267
- declare const careersUrl = "https://careers.berachain.com/";
268
- declare const pressKit = "https://medium.com/berachain-foundation/the-bera-era-has-begun-49a18c6d77c0";
269
- declare const mediaKitUrl = "https://drive.google.com/drive/folders/1r658Px_VhjiUEC4AQAhHRCBeVKjcRWU6";
270
- declare const blogUrl = "https://blog.berachain.com/";
271
- declare const disableProposals: boolean;
272
- /**
273
- * If true, governance is successful if quorum was reached despite the voting period
274
- */
275
- declare const governanceAccelerateProposal = false;
276
- /**
277
- * Testnet specific feature flags pre-production
278
- */
279
- declare const disableRewardVaultDuration: boolean;
280
- declare const gasTokenIconUrl = "https://res.cloudinary.com/duv0g402y/image/upload/v1738720154/brand/berachain-chain-logo.png.png";
281
- declare const gasTokenSymbol = "BERA";
282
- declare const gasTokenName = "Bera";
283
- declare const gasTokenDecimals = 18;
284
- declare const twitter = "https://x.com/berachain";
285
- declare const telegram = "https://t.me/BerachainPortal";
286
- declare const discord = "https://discord.com/invite/berachain";
287
- declare const github = "https://github.com/berachain";
288
- /**
289
- * This is an hardcoded value in contracts to detected wheter governance can
290
- * change pool fees and amplification parameter.
291
- *
292
- * @see https://docs.balancer.fi/concepts/pools/more/configuration.html#fees
293
- */
294
- declare const balancerDelegatedOwnershipAddress = "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
295
- /**
296
- * This is on genesis for Berachain
297
- */
298
- declare const multicallAddress = "0xcA11bde05977b3631167028862bE2a173976CA11";
299
- declare const multicallCreationBlock: number;
300
- /**
301
- * This will be used by wallet providers to display the chain name
302
- */
303
- declare const chainName: string;
304
- /**
305
- * @deprecated read `config` object instead
306
- */
307
- declare const tokenListUrl: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json" | "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json"; /**
308
- * @deprecated read `config` object instead
309
- */
310
- declare const gaugeListUrl: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json" | "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
311
- /**
312
- * @deprecated read `config` object instead
313
- */
314
- declare const blockExplorerUrl: string;
315
- /**
316
- * @deprecated read `config` object instead
317
- */
318
- declare const blockExplorerName = "Berascan";
319
- /**
320
- * @deprecated read `config` object instead
321
- */
322
- declare const homepageName = "Berachain Foundation";
323
- /**
324
- * @deprecated read `config` object instead
325
- */
326
- declare const honeyUrl: "https://honey.berachain.com" | "https://bepolia.honey.berachain.com";
327
- /**
328
- * @deprecated read `config` object instead
329
- */
330
- declare const honeyName: "Honey";
331
- /**
332
- * @deprecated read `config` object instead
333
- */
334
- declare const hubUrl: "https://hub.berachain.com" | "https://bepolia.hub.berachain.com";
335
- /**
336
- * @deprecated read `config` object instead
337
- */
338
- declare const hubName: "BeraHub";
339
- /**
340
- * @deprecated read `config` object instead
341
- */
342
- declare const faucetName: "Faucet";
343
- /**
344
- * @deprecated read `config` object instead
345
- */
346
- declare const faucetUrl: "#" | "https://bepolia.faucet.berachain.com";
347
- /**
348
- * @deprecated read `config` object instead
349
- */
350
- declare const bridgeNftUrl: "https://nftbridge.berachain.com" | "#";
351
- /**
352
- * @deprecated read `config` object instead
353
- */
354
- declare const tokenBridgeUrl: "https://bridge.berachain.com" | "https://bepolia.bridge.berachain.com";
355
- /**
356
- * Default block time in seconds, in case the dynamic block time is not available
357
- */
358
- declare const FALLBACK_BLOCK_TIME: 1.9;
359
- declare const pythContractAddress: `0x${string}`;
360
- /**
361
- * @deprecated use zero address instead
362
- */
363
- declare const nativeTokenAddress = "0x0000000000000000000000000000000000000000";
364
- /**
365
- * @deprecated read `config.tokens.wbera` instead
366
- */
367
- declare const wBeraAddress: "0x6969696969696969696969696969696969696969";
368
418
 
369
- export { ChainId, FALLBACK_BLOCK_TIME, alchemyJsonRpcUrl, balancerDelegatedOwnershipAddress, beApiKey, blockExplorerName, blockExplorerUrl, blogUrl, bridgeNftUrl, careersUrl, defaultChainId as chainId, chainName, config, cookie3SiteId, developmentAnalytics, disableProposals, disableRewardVaultDuration, disallowIndexing, discord, docsUrl, dynamicWalletKey, ecosystemUrl, ensoApiKey, ensoApiUrl, etherscanApiKey, faucetName, faucetUrl, gasTokenDecimals, gasTokenIconUrl, gasTokenName, gasTokenSymbol, gaugeListUrl, getRpcUrls, github, governanceAccelerateProposal, haikuApiKey, homepageName, homepageUrl, honeyName, honeyUrl, hubName, hubUrl, isIPFS, jsonRpcUrl, kyberswapClientId, mediaKitUrl, multicallAddress, multicallCreationBlock, nativeTokenAddress, oogaboogaApiKey, openseaApiKey, postHogHostAddress, postHogProjectKey, pressKit, privateRcpUrl, publicEnsoApiKey, publicJsonRpcUrl, pythContractAddress, telegram, tokenBridgeUrl, tokenListUrl, twitter, useMetaAggregatorVercelProxy, wBeraAddress };
419
+ export { Address, ChainId, alchemyJsonRpcUrl, defaultChainId as chainId, config, getRpcUrls, jsonRpcUrl, privateRcpUrl, publicJsonRpcUrl };
@@ -1 +1 @@
1
- import{A as M,B as N,C as O,D as P,E as Q,F as R,G as S,H as T,I as U,J as V,K as W,L as X,M as Y,N as Z,O as _,P as $,Q as aa,R as ba,S as ca,T as da,U as ea,V as fa,W as ga,X as ha,Y as ia,Z as ja,a as m,b as n,c as o,d as p,e as q,f as r,g as s,h as t,i as u,j as v,k as w,l as x,m as y,n as z,o as A,p as B,q as C,r as D,s as E,t as F,u as G,v as H,w as I,x as J,y as K,z as L}from"../chunk-5F62JDHS.js";import{a as b,b as c,c as d,d as e,e as f,f as g,g as h,h as i,i as j,j as k,k as l}from"../chunk-QQWAFQ4G.js";import"../chunk-CJ6TCEOL.js";import{a}from"../chunk-E3O7UH5M.js";import"../chunk-LJRHN532.js";export{a as ChainId,ga as FALLBACK_BLOCK_TIME,k as alchemyJsonRpcUrl,R as balancerDelegatedOwnershipAddress,g as beApiKey,Y as blockExplorerName,X as blockExplorerUrl,F as blogUrl,ea as bridgeNftUrl,C as careersUrl,b as chainId,U as chainName,m as config,e as cookie3SiteId,n as developmentAnalytics,G as disableProposals,I as disableRewardVaultDuration,q as disallowIndexing,P as discord,B as docsUrl,f as dynamicWalletKey,A as ecosystemUrl,u as ensoApiKey,s as ensoApiUrl,d as etherscanApiKey,ca as faucetName,da as faucetUrl,M as gasTokenDecimals,J as gasTokenIconUrl,L as gasTokenName,K as gasTokenSymbol,W as gaugeListUrl,h as getRpcUrls,Q as github,H as governanceAccelerateProposal,x as haikuApiKey,Z as homepageName,z as homepageUrl,$ as honeyName,_ as honeyUrl,ba as hubName,aa as hubUrl,c as isIPFS,j as jsonRpcUrl,y as kyberswapClientId,E as mediaKitUrl,S as multicallAddress,T as multicallCreationBlock,ia as nativeTokenAddress,v as oogaboogaApiKey,r as openseaApiKey,p as postHogHostAddress,o as postHogProjectKey,D as pressKit,l as privateRcpUrl,t as publicEnsoApiKey,i as publicJsonRpcUrl,ha as pythContractAddress,O as telegram,fa as tokenBridgeUrl,V as tokenListUrl,N as twitter,w as useMetaAggregatorVercelProxy,ja as wBeraAddress};
1
+ import{a as h}from"../chunk-ZBFETLTJ.js";import{a as c,b as d,c as e,d as f,e as g}from"../chunk-TB4XRJLK.js";import"../chunk-LI4NSLBM.js";import"../chunk-DILGFNLD.js";import{a as b}from"../chunk-7P77HD6A.js";import{a}from"../chunk-E3O7UH5M.js";import"../chunk-WOT6VMZA.js";export{a as ChainId,f as alchemyJsonRpcUrl,b as chainId,h as config,c as getRpcUrls,e as jsonRpcUrl,g as privateRcpUrl,d as publicJsonRpcUrl};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _server = require('next/server');var o=["/maintenance","/_next","/api"];function m(e,n){let{isMaintenance:t,exemptPaths:a=o,maintenancePath:i="/maintenance"}=n;return t&&!a.some(s=>e.nextUrl.pathname.startsWith(s))?_server.NextResponse.redirect(new URL(i,e.url),{status:307}):null}exports.DEFAULT_MAINTENANCE_EXEMPT_PATHS = o; exports.checkMaintenanceMode = m;
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-4VDLQK6F.cjs');var _server = require('next/server');var o=["/maintenance","/_next","/api"];function m(e,n){let{isMaintenance:t,exemptPaths:a=o,maintenancePath:i="/maintenance"}=n;return t&&!a.some(s=>e.nextUrl.pathname.startsWith(s))?_server.NextResponse.redirect(new URL(i,e.url),{status:307}):null}exports.DEFAULT_MAINTENANCE_EXEMPT_PATHS = o; exports.checkMaintenanceMode = m;
@@ -1 +1 @@
1
- import{NextResponse as c}from"next/server";var o=["/maintenance","/_next","/api"];function m(e,n){let{isMaintenance:t,exemptPaths:a=o,maintenancePath:i="/maintenance"}=n;return t&&!a.some(s=>e.nextUrl.pathname.startsWith(s))?c.redirect(new URL(i,e.url),{status:307}):null}export{o as DEFAULT_MAINTENANCE_EXEMPT_PATHS,m as checkMaintenanceMode};
1
+ import"../chunk-WOT6VMZA.js";import{NextResponse as c}from"next/server";var o=["/maintenance","/_next","/api"];function m(e,n){let{isMaintenance:t,exemptPaths:a=o,maintenancePath:i="/maintenance"}=n;return t&&!a.some(s=>e.nextUrl.pathname.startsWith(s))?c.redirect(new URL(i,e.url),{status:307}):null}export{o as DEFAULT_MAINTENANCE_EXEMPT_PATHS,m as checkMaintenanceMode};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _chunkXZQVP4AUcjs = require('../../chunk-XZQVP4AU.cjs');var _dotenv = require('dotenv'); var _dotenv2 = _interopRequireDefault(_dotenv);_dotenv2.default.config({path:["../../.env.local","../../.env"]});function i(t,{withSentry:n=!0}={}){let e={reactStrictMode:!0,trailingSlash:!0,pageExtensions:["ts","tsx"],env:{NEXT_PUBLIC_IS_NEXTJS:"true"},output:process.env.NEXT_PUBLIC_HOST==="ipfs"?"export":void 0,experimental:{instrumentationHook:!0,webpackBuildWorker:!0,missingSuspenseWithCSRBailout:!1},eslint:{ignoreDuringBuilds:!0},typescript:{ignoreBuildErrors:!0},...t,images:{unoptimized:process.env.NEXT_PUBLIC_HOST==="ipfs"?!0:void 0,...t.images,remotePatterns:[{protocol:"https",hostname:"res.cloudinary.com",port:"",pathname:"/duv0g402y/**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/berachain/**"},{protocol:"https",hostname:"assets.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"beranames-assets-berachain.s3.eu-central-003.backblazeb2.com",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llama.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llamao.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/asset_platforms/images/**"},..._nullishCoalesce(_optionalChain([t, 'access', _ => _.images, 'optionalAccess', _2 => _2.remotePatterns]), () => ([]))]}};return n?_chunkXZQVP4AUcjs.b.call(void 0, e):e}exports.withBeraConfig = i;
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _chunkFFISDQSRcjs = require('../../chunk-FFISDQSR.cjs');require('../../chunk-4VDLQK6F.cjs');var _dotenv = require('dotenv'); var _dotenv2 = _interopRequireDefault(_dotenv);_dotenv2.default.config({path:["../../.env.local","../../.env"]});function p(t,{withSentry:a=!0}={}){let o={reactStrictMode:!0,trailingSlash:!0,pageExtensions:["ts","tsx"],env:{NEXT_PUBLIC_IS_NEXTJS:"true"},experimental:{webpackBuildWorker:!0},eslint:{ignoreDuringBuilds:!0},typescript:{ignoreBuildErrors:!0},...t,images:{...t.images,remotePatterns:[{protocol:"https",hostname:"cdn.morpho.org",port:"",pathname:"**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/trustwallet/assets/**"},{protocol:"https",hostname:"cdn.whisk.so",port:"",pathname:"**"},{protocol:"https",hostname:"res.cloudinary.com",port:"",pathname:"/duv0g402y/**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/berachain/**"},{protocol:"https",hostname:"assets.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"beranames-assets-berachain.s3.eu-central-003.backblazeb2.com",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llama.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llamao.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/asset_platforms/images/**"},..._nullishCoalesce(_optionalChain([t, 'access', _ => _.images, 'optionalAccess', _2 => _2.remotePatterns]), () => ([]))]}};return a?_chunkFFISDQSRcjs.b.call(void 0, o):o}exports.withBeraConfig = p;
@@ -1 +1 @@
1
- import{b as o}from"../../chunk-4ZIGP2PE.js";import r from"dotenv";r.config({path:["../../.env.local","../../.env"]});function i(t,{withSentry:n=!0}={}){let e={reactStrictMode:!0,trailingSlash:!0,pageExtensions:["ts","tsx"],env:{NEXT_PUBLIC_IS_NEXTJS:"true"},output:process.env.NEXT_PUBLIC_HOST==="ipfs"?"export":void 0,experimental:{instrumentationHook:!0,webpackBuildWorker:!0,missingSuspenseWithCSRBailout:!1},eslint:{ignoreDuringBuilds:!0},typescript:{ignoreBuildErrors:!0},...t,images:{unoptimized:process.env.NEXT_PUBLIC_HOST==="ipfs"?!0:void 0,...t.images,remotePatterns:[{protocol:"https",hostname:"res.cloudinary.com",port:"",pathname:"/duv0g402y/**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/berachain/**"},{protocol:"https",hostname:"assets.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"beranames-assets-berachain.s3.eu-central-003.backblazeb2.com",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llama.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llamao.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/asset_platforms/images/**"},...t.images?.remotePatterns??[]]}};return n?o(e):e}export{i as withBeraConfig};
1
+ import{b as e}from"../../chunk-L2DF5H5Q.js";import"../../chunk-WOT6VMZA.js";import r from"dotenv";r.config({path:["../../.env.local","../../.env"]});function p(t,{withSentry:a=!0}={}){let o={reactStrictMode:!0,trailingSlash:!0,pageExtensions:["ts","tsx"],env:{NEXT_PUBLIC_IS_NEXTJS:"true"},experimental:{webpackBuildWorker:!0},eslint:{ignoreDuringBuilds:!0},typescript:{ignoreBuildErrors:!0},...t,images:{...t.images,remotePatterns:[{protocol:"https",hostname:"cdn.morpho.org",port:"",pathname:"**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/trustwallet/assets/**"},{protocol:"https",hostname:"cdn.whisk.so",port:"",pathname:"**"},{protocol:"https",hostname:"res.cloudinary.com",port:"",pathname:"/duv0g402y/**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/berachain/**"},{protocol:"https",hostname:"assets.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/coins/images/**"},{protocol:"https",hostname:"beranames-assets-berachain.s3.eu-central-003.backblazeb2.com",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llama.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"https://icons.llamao.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/asset_platforms/images/**"},...t.images?.remotePatterns??[]]}};return a?e(o):o}export{p as withBeraConfig};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _esbuildplugin = require('@sentry/esbuild-plugin');var r=()=>_esbuildplugin.sentryEsbuildPlugin.call(void 0, {org:process.env.SENTRY_ORG,project:process.env.SENTRY_PROJECT,telemetry:!1,authToken:process.env.SENTRY_AUTH_TOKEN,sourcemaps:{assets:"./dist",disable:!1},disable:!1,release:{inject:!0}});exports.sentryPlugin = r;
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-4VDLQK6F.cjs');var _esbuildplugin = require('@sentry/esbuild-plugin');var r=()=>_esbuildplugin.sentryEsbuildPlugin.call(void 0, {org:process.env.SENTRY_ORG,project:process.env.SENTRY_PROJECT,telemetry:!1,authToken:process.env.SENTRY_AUTH_TOKEN,sourcemaps:{assets:"./dist",disable:!1},disable:!1,release:{inject:!0}});exports.sentryPlugin = r;
@@ -1 +1 @@
1
- import{sentryEsbuildPlugin as e}from"@sentry/esbuild-plugin";var r=()=>e({org:process.env.SENTRY_ORG,project:process.env.SENTRY_PROJECT,telemetry:!1,authToken:process.env.SENTRY_AUTH_TOKEN,sourcemaps:{assets:"./dist",disable:!1},disable:!1,release:{inject:!0}});export{r as sentryPlugin};
1
+ import"../../chunk-WOT6VMZA.js";import{sentryEsbuildPlugin as e}from"@sentry/esbuild-plugin";var r=()=>e({org:process.env.SENTRY_ORG,project:process.env.SENTRY_PROJECT,telemetry:!1,authToken:process.env.SENTRY_AUTH_TOKEN,sourcemaps:{assets:"./dist",disable:!1},disable:!1,release:{inject:!0}});export{r as sentryPlugin};
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkXZQVP4AUcjs = require('../../chunk-XZQVP4AU.cjs');exports.registerSentry = _chunkXZQVP4AUcjs.a; exports.withSentryConfig = _chunkXZQVP4AUcjs.b;
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkFFISDQSRcjs = require('../../chunk-FFISDQSR.cjs');require('../../chunk-4VDLQK6F.cjs');exports.registerSentry = _chunkFFISDQSRcjs.a; exports.withSentryConfig = _chunkFFISDQSRcjs.b;
@@ -1 +1 @@
1
- import{a,b}from"../../chunk-4ZIGP2PE.js";export{a as registerSentry,b as withSentryConfig};
1
+ import{a,b}from"../../chunk-L2DF5H5Q.js";import"../../chunk-WOT6VMZA.js";export{a as registerSentry,b as withSentryConfig};
@@ -1 +1 @@
1
- "use strict"; function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }var _chunkRPCNZQO2cjs = require('../../chunk-RPCNZQO2.cjs');require('../../chunk-GQ2VIAGM.cjs');require('../../chunk-3IPYHDYK.cjs');var _nextjs = require('@sentry/nextjs'); var n = _interopRequireWildcard(_nextjs);n.init({dsn:process.env.NEXT_PUBLIC_SENTRY_DSN,tracesSampleRate:.1,debug:!1,environment:_chunkRPCNZQO2cjs.a,integrations:[],ignoreErrors:["Cannot set property ethereum of #<Window> which has only a getter","Cannot destructure property 'register' of 'undefined' as it is undefined.","Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing."]});
1
+ "use strict"; function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }var _chunkWCV4WTHGcjs = require('../../chunk-WCV4WTHG.cjs');require('../../chunk-RJW7M2BA.cjs');require('../../chunk-AEEJBUVN.cjs');require('../../chunk-3IPYHDYK.cjs');require('../../chunk-4VDLQK6F.cjs');var _nextjs = require('@sentry/nextjs'); var n = _interopRequireWildcard(_nextjs);n.init({dsn:process.env.NEXT_PUBLIC_SENTRY_DSN,tracesSampleRate:.1,debug:!1,environment:_chunkWCV4WTHGcjs.a,integrations:[],ignoreErrors:["Cannot set property ethereum of #<Window> which has only a getter","Cannot destructure property 'register' of 'undefined' as it is undefined.","Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing."]});
@@ -1 +1 @@
1
- import{a as e}from"../../chunk-G56N5MYU.js";import"../../chunk-QQWAFQ4G.js";import"../../chunk-E3O7UH5M.js";import*as n from"@sentry/nextjs";n.init({dsn:process.env.NEXT_PUBLIC_SENTRY_DSN,tracesSampleRate:.1,debug:!1,environment:e,integrations:[],ignoreErrors:["Cannot set property ethereum of #<Window> which has only a getter","Cannot destructure property 'register' of 'undefined' as it is undefined.","Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing."]});
1
+ import{a as e}from"../../chunk-KWQ2WHU4.js";import"../../chunk-TB4XRJLK.js";import"../../chunk-7P77HD6A.js";import"../../chunk-E3O7UH5M.js";import"../../chunk-WOT6VMZA.js";import*as n from"@sentry/nextjs";n.init({dsn:process.env.NEXT_PUBLIC_SENTRY_DSN,tracesSampleRate:.1,debug:!1,environment:e,integrations:[],ignoreErrors:["Cannot set property ethereum of #<Window> which has only a getter","Cannot destructure property 'register' of 'undefined' as it is undefined.","Failed to execute 'transaction' on 'IDBDatabase': The database connection is closing."]});
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('../../chunk-4VDLQK6F.cjs');var _defaultTheme = require('tailwindcss/defaultTheme');var _colors = require('tailwindcss/colors'); var _colors2 = _interopRequireDefault(_colors);var a={darkMode:["class"],safelist:["dark","light"],content:["src/**/*.{js,ts,jsx,tsx,mdx}","../../packages/ui/src/*.{ts,tsx}","../../packages/ui/src/**/*.{ts,tsx}","../../packages/shared-ui/src/*.{ts,tsx}","../../packages/shared-ui/src/**/*.{ts,tsx}"],theme:{fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.5rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"2rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["2rem",{lineHeight:"3rem"}],"4xl":["2.5rem",{lineHeight:"3rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}],"v2-h1":["3rem",{lineHeight:"3.5rem"}],"v2-h2":["2rem",{lineHeight:"2.5rem"}],"v2-h3":["1.5rem",{lineHeight:"2rem"}],"v2-h4":["1.25rem",{lineHeight:"1.5rem"}],"v2-base":["0.875rem",{lineHeight:"1.25rem"}],"v2-small":["0.75rem",{lineHeight:"1rem"}]},spacing:{0:"0px","2xs":"0.25rem",xs:"0.5rem",sm:"0.75rem",md:"1rem",base:"1.5rem",lg:"2rem",xl:"2.5rem","2xl":"3rem","3xl":"3.5rem","4xl":"4rem","5xl":"6rem","6xl":"8rem"},borderRadius:{none:"0px","2xs":"0.125rem",xs:"0.25rem",sm:"0.5rem",md:"0.75rem",lg:"1rem",xl:"1.5rem","2xl":"2rem",full:"9999px"},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13",14:"14",15:"15",16:"16"},container:{center:!0,padding:{DEFAULT:"1rem",md:"2rem",lg:"4rem"},screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"}},colors:{hover:"hsl(var(--hover) / <alpha-value>)",background:{DEFAULT:"hsl(var(--background) / <alpha-value>)",secondary:"hsl(var(--background-secondary) / <alpha-value>)"},foreground:"hsl(var(--foreground) / <alpha-value>)",muted:{DEFAULT:"hsl(var(--muted) / <alpha-value>)",foreground:"hsl(var(--muted-foreground) / <alpha-value>)"},primary:{DEFAULT:"hsl(var(--primary) / <alpha-value>)",foreground:"hsl(var(--primary-foreground) / <alpha-value>)"},accent:{DEFAULT:"hsl(var(--accent) / <alpha-value>)",foreground:"hsl(var(--accent-foreground) / <alpha-value>)",faucet:"#326FE5",beratrail:"#96532C",berps:"#41D6E0",bend:"#8C7FEB",honey:"#EC8A19",hub:"#FEDB71"},border:{DEFAULT:"hsl(var(--border) / <alpha-value>)",hover:"hsl(var(--border-hover) / <alpha-value>)"},input:"hsl(var(--input) / <alpha-value>)",destructive:{DEFAULT:"hsl(var(--destructive) / <alpha-value>)",foreground:"hsl(var(--destructive-foreground) / <alpha-value>)"},warning:{DEFAULT:"hsl(var(--warning) / <alpha-value>)",foreground:"hsl(var(--warning-foreground) / <alpha-value>)"},info:{DEFAULT:"hsl(var(--info) / <alpha-value>)",foreground:"hsl(var(--info-foreground) / <alpha-value>)"},success:{DEFAULT:"hsl(var(--success) / <alpha-value>)",foreground:"hsl(var(--success-foreground) / <alpha-value>)"},ring:"hsl(var(--ring) / <alpha-value>)",white:_colors2.default.white,black:_colors2.default.black,inherit:_colors2.default.inherit,transparent:_colors2.default.transparent,current:_colors2.default.current},extend:{letterSpacing:{tight1:"-0.03125rem",tight2:"-0.0625rem"},minHeight:{minimum:"calc(100vh - 191px)","screen-250":"calc(100vh - 214px)"},maxWidth:{1280:"1280px"},borderColor:{DEFAULT:"hsl(var(--border) / <alpha-value>)"},padding:{start:"106px","start-lg":"154px"},fontFamily:{sans:["var(--font-sans)",..._defaultTheme.fontFamily.sans],honey:["var(--font-honey)",..._defaultTheme.fontFamily.sans]},keyframes:{"fade-in":{from:{opacity:"0"},to:{opacity:"1"}},"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}}},animation:{"fade-in":"fade-in 0.5s linear forwards","accordion-down":"accordion-down 0.2s ease-out","accordion-up":"accordion-up 0.2s ease-out"}}}};var _tailwindcssanimate = require('tailwindcss-animate'); var _tailwindcssanimate2 = _interopRequireDefault(_tailwindcssanimate);var _containerqueries = require('@tailwindcss/container-queries'); var _containerqueries2 = _interopRequireDefault(_containerqueries);var _typography = require('@tailwindcss/typography'); var _typography2 = _interopRequireDefault(_typography);var c={...a,plugins:[_tailwindcssanimate2.default,_containerqueries2.default,_typography2.default]};exports.default = c;