@berachain/config 0.1.15-beta.4 → 0.1.15-beta.5

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 (33) hide show
  1. package/dist/bepolia.cjs +2 -2
  2. package/dist/bepolia.d.cts +5 -2
  3. package/dist/bepolia.d.ts +5 -2
  4. package/dist/bepolia.mjs +1 -1
  5. package/dist/{chunk-JEZWLNL2.cjs → chunk-2JYQYU2R.cjs} +4 -4
  6. package/dist/{chunk-JA63VR5R.cjs → chunk-AYEL32TF.cjs} +4 -1
  7. package/dist/{chunk-UKMBGDAF.mjs → chunk-GAWUMYXD.mjs} +2 -2
  8. package/dist/{chunk-VG5TQFBM.mjs → chunk-H46TSBUU.mjs} +4 -1
  9. package/dist/{chunk-CEKJDBYX.cjs → chunk-H5YCYQVC.cjs} +4 -1
  10. package/dist/{chunk-UXBMTXHS.mjs → chunk-IH4TWV4K.mjs} +4 -1
  11. package/dist/index.d.cts +2 -2
  12. package/dist/index.d.ts +2 -2
  13. package/dist/internal/edge-config/index.d.cts +1 -1
  14. package/dist/internal/edge-config/index.d.ts +1 -1
  15. package/dist/internal/header-sources.cjs +4 -4
  16. package/dist/internal/header-sources.mjs +3 -3
  17. package/dist/internal/index.cjs +4 -4
  18. package/dist/internal/index.d.cts +18 -6
  19. package/dist/internal/index.d.ts +18 -6
  20. package/dist/internal/index.mjs +3 -3
  21. package/dist/internal/nextjs/index.cjs +5 -5
  22. package/dist/internal/nextjs/index.d.cts +1 -1
  23. package/dist/internal/nextjs/index.d.ts +1 -1
  24. package/dist/internal/nextjs/index.mjs +3 -3
  25. package/dist/internal/wagmi/index.cjs +3 -3
  26. package/dist/internal/wagmi/index.mjs +3 -3
  27. package/dist/mainnet.cjs +2 -2
  28. package/dist/mainnet.d.cts +5 -2
  29. package/dist/mainnet.d.ts +5 -2
  30. package/dist/mainnet.mjs +1 -1
  31. package/dist/{types-CiVVc4zX.d.cts → types-BNeCQ8r4.d.cts} +1 -1
  32. package/dist/{types-CiVVc4zX.d.ts → types-BNeCQ8r4.d.ts} +1 -1
  33. package/package.json +1 -1
package/dist/bepolia.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJA63VR5Rcjs = require('./chunk-JA63VR5R.cjs');
3
+ var _chunkAYEL32TFcjs = require('./chunk-AYEL32TF.cjs');
4
4
  require('./chunk-EYYJ2UZT.cjs');
5
5
  require('./chunk-75ZPJI57.cjs');
6
6
 
7
7
 
8
- exports.bepolia = _chunkJA63VR5Rcjs.bepolia;
8
+ exports.bepolia = _chunkAYEL32TFcjs.bepolia;
@@ -1,4 +1,4 @@
1
- import { C as ChainId, A as Address } from './types-CiVVc4zX.cjs';
1
+ import { C as ChainId, A as Address } from './types-BNeCQ8r4.cjs';
2
2
 
3
3
  declare const bepolia: {
4
4
  readonly chainId: ChainId.BEPOLIA;
@@ -24,7 +24,10 @@ declare const bepolia: {
24
24
  } | undefined;
25
25
  };
26
26
  readonly bribeBoostApi: string;
27
- readonly supplyMonitorApi: string;
27
+ readonly supplyMonitor: {
28
+ readonly name: "supply-monitor";
29
+ readonly uri: string;
30
+ };
28
31
  readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
29
32
  readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
30
33
  };
package/dist/bepolia.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as ChainId, A as Address } from './types-CiVVc4zX.js';
1
+ import { C as ChainId, A as Address } from './types-BNeCQ8r4.js';
2
2
 
3
3
  declare const bepolia: {
4
4
  readonly chainId: ChainId.BEPOLIA;
@@ -24,7 +24,10 @@ declare const bepolia: {
24
24
  } | undefined;
25
25
  };
26
26
  readonly bribeBoostApi: string;
27
- readonly supplyMonitorApi: string;
27
+ readonly supplyMonitor: {
28
+ readonly name: "supply-monitor";
29
+ readonly uri: string;
30
+ };
28
31
  readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
29
32
  readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
30
33
  };
package/dist/bepolia.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  bepolia
3
- } from "./chunk-VG5TQFBM.mjs";
3
+ } from "./chunk-H46TSBUU.mjs";
4
4
  import "./chunk-KJXYSGNH.mjs";
5
5
  import "./chunk-7P6ASYW6.mjs";
6
6
  export {
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
2
2
 
3
- var _chunkJA63VR5Rcjs = require('./chunk-JA63VR5R.cjs');
3
+ var _chunkAYEL32TFcjs = require('./chunk-AYEL32TF.cjs');
4
4
 
5
5
 
6
- var _chunkCEKJDBYXcjs = require('./chunk-CEKJDBYX.cjs');
6
+ var _chunkH5YCYQVCcjs = require('./chunk-H5YCYQVC.cjs');
7
7
 
8
8
 
9
9
 
@@ -14,8 +14,8 @@ var _chunkADH7F47Tcjs = require('./chunk-ADH7F47T.cjs');
14
14
 
15
15
  // src/internal/index.ts
16
16
  var chainConfigs = {
17
- [80094 /* MAINNET */]: _chunkCEKJDBYXcjs.mainnet,
18
- [80069 /* BEPOLIA */]: _chunkJA63VR5Rcjs.bepolia
17
+ [80094 /* MAINNET */]: _chunkH5YCYQVCcjs.mainnet,
18
+ [80069 /* BEPOLIA */]: _chunkAYEL32TFcjs.bepolia
19
19
  };
20
20
  var chainConfig = chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
21
21
  var posthogDataRegion = _nullishCoalesce(process.env.NEXT_PUBLIC_PH_DATA_CENTER, () => ( "eu"));
@@ -22,7 +22,10 @@ var bepolia = {
22
22
  headers: process.env.ORMI_API_KEY ? { Authorization: `Bearer ${process.env.ORMI_API_KEY}` } : void 0
23
23
  },
24
24
  bribeBoostApi: process.env.NEXT_PUBLIC_80069_INCENTIVES_API || "https://bepolia.api-claim.berachain.com",
25
- supplyMonitorApi: process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API || "https://supply-monitor.berachain-staging.com",
25
+ supplyMonitor: {
26
+ name: "supply-monitor",
27
+ uri: _nullishCoalesce(process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API, () => ( "https://supply-api.berachain.com"))
28
+ },
26
29
  bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3",
27
30
  lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178"
28
31
  },
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  bepolia
3
- } from "./chunk-VG5TQFBM.mjs";
3
+ } from "./chunk-H46TSBUU.mjs";
4
4
  import {
5
5
  mainnet
6
- } from "./chunk-UXBMTXHS.mjs";
6
+ } from "./chunk-IH4TWV4K.mjs";
7
7
  import {
8
8
  defaultChainId,
9
9
  isLocalHost,
@@ -22,7 +22,10 @@ var bepolia = {
22
22
  headers: process.env.ORMI_API_KEY ? { Authorization: `Bearer ${process.env.ORMI_API_KEY}` } : void 0
23
23
  },
24
24
  bribeBoostApi: process.env.NEXT_PUBLIC_80069_INCENTIVES_API || "https://bepolia.api-claim.berachain.com",
25
- supplyMonitorApi: process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API || "https://supply-monitor.berachain-staging.com",
25
+ supplyMonitor: {
26
+ name: "supply-monitor",
27
+ uri: process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API ?? "https://supply-api.berachain.com"
28
+ },
26
29
  bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3",
27
30
  lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178"
28
31
  },
@@ -26,7 +26,10 @@ var mainnet = {
26
26
  headers: process.env.ORMI_API_KEY ? { Authorization: `Bearer ${process.env.ORMI_API_KEY}` } : void 0
27
27
  },
28
28
  bribeBoostApi: process.env.NEXT_PUBLIC_80094_INCENTIVES_API || "https://api-claim.berachain.com",
29
- supplyMonitorApi: process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API || "https://supply-api.berachain.com",
29
+ supplyMonitor: {
30
+ name: "supply-monitor",
31
+ uri: _nullishCoalesce(process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API, () => ( "https://supply-api.berachain.com"))
32
+ },
30
33
  bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6",
31
34
  lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500"
32
35
  },
@@ -26,7 +26,10 @@ var mainnet = {
26
26
  headers: process.env.ORMI_API_KEY ? { Authorization: `Bearer ${process.env.ORMI_API_KEY}` } : void 0
27
27
  },
28
28
  bribeBoostApi: process.env.NEXT_PUBLIC_80094_INCENTIVES_API || "https://api-claim.berachain.com",
29
- supplyMonitorApi: process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API || "https://supply-api.berachain.com",
29
+ supplyMonitor: {
30
+ name: "supply-monitor",
31
+ uri: process.env.NEXT_PUBLIC_SUPPLY_MONITOR_API ?? "https://supply-api.berachain.com"
32
+ },
30
33
  bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6",
31
34
  lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500"
32
35
  },
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { H as HttpLink } from './types-CiVVc4zX.cjs';
2
- export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-CiVVc4zX.cjs';
1
+ import { H as HttpLink } from './types-BNeCQ8r4.cjs';
2
+ export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-BNeCQ8r4.cjs';
3
3
 
4
4
  declare function getUriFromLink(link: HttpLink): string;
5
5
 
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { H as HttpLink } from './types-CiVVc4zX.js';
2
- export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-CiVVc4zX.js';
1
+ import { H as HttpLink } from './types-BNeCQ8r4.js';
2
+ export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-BNeCQ8r4.js';
3
3
 
4
4
  declare function getUriFromLink(link: HttpLink): string;
5
5
 
@@ -1,4 +1,4 @@
1
- import { C as ChainId, a as AppName$1 } from '../../types-CiVVc4zX.cjs';
1
+ import { C as ChainId, a as AppName$1 } from '../../types-BNeCQ8r4.cjs';
2
2
 
3
3
  /**
4
4
  * This file was automatically generated by json-schema-to-typescript.
@@ -1,4 +1,4 @@
1
- import { C as ChainId, a as AppName$1 } from '../../types-CiVVc4zX.js';
1
+ import { C as ChainId, a as AppName$1 } from '../../types-BNeCQ8r4.js';
2
2
 
3
3
  /**
4
4
  * This file was automatically generated by json-schema-to-typescript.
@@ -7,9 +7,9 @@ var _chunkONKAV4AGcjs = require('../chunk-ONKAV4AG.cjs');
7
7
  var _chunkYT7WZDGIcjs = require('../chunk-YT7WZDGI.cjs');
8
8
 
9
9
 
10
- var _chunkJEZWLNL2cjs = require('../chunk-JEZWLNL2.cjs');
11
- require('../chunk-JA63VR5R.cjs');
12
- require('../chunk-CEKJDBYX.cjs');
10
+ var _chunk2JYQYU2Rcjs = require('../chunk-2JYQYU2R.cjs');
11
+ require('../chunk-AYEL32TF.cjs');
12
+ require('../chunk-H5YCYQVC.cjs');
13
13
 
14
14
 
15
15
 
@@ -67,7 +67,7 @@ function getContentSecurityPolicy({
67
67
  ...args
68
68
  }) {
69
69
  const defaultSrc = [];
70
- const config = _chunkJEZWLNL2cjs.chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
70
+ const config = _chunk2JYQYU2Rcjs.chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
71
71
  const connectionSources = [
72
72
  // csp reporting
73
73
  "https://*.sentry.io/",
@@ -7,9 +7,9 @@ import {
7
7
  } from "../chunk-LALEUPWL.mjs";
8
8
  import {
9
9
  chainConfigs
10
- } from "../chunk-UKMBGDAF.mjs";
11
- import "../chunk-VG5TQFBM.mjs";
12
- import "../chunk-UXBMTXHS.mjs";
10
+ } from "../chunk-GAWUMYXD.mjs";
11
+ import "../chunk-H46TSBUU.mjs";
12
+ import "../chunk-IH4TWV4K.mjs";
13
13
  import {
14
14
  alchemyJsonRpcUrl,
15
15
  goldskyBaseUrl,
@@ -2,9 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkJEZWLNL2cjs = require('../chunk-JEZWLNL2.cjs');
6
- require('../chunk-JA63VR5R.cjs');
7
- require('../chunk-CEKJDBYX.cjs');
5
+ var _chunk2JYQYU2Rcjs = require('../chunk-2JYQYU2R.cjs');
6
+ require('../chunk-AYEL32TF.cjs');
7
+ require('../chunk-H5YCYQVC.cjs');
8
8
 
9
9
 
10
10
 
@@ -37,4 +37,4 @@ require('../chunk-75ZPJI57.cjs');
37
37
 
38
38
 
39
39
 
40
- exports.ChainId = _chunkEYYJ2UZTcjs.ChainId; exports.alchemyJsonRpcUrl = _chunkWRTYGXJMcjs.alchemyJsonRpcUrl; exports.appConfig = _chunkJEZWLNL2cjs.appConfig; exports.chainConfigs = _chunkJEZWLNL2cjs.chainConfigs; exports.chainId = _chunkADH7F47Tcjs.defaultChainId; exports.config = _chunkJEZWLNL2cjs.config; exports.currentDapp = _chunkADH7F47Tcjs.currentDapp; exports.defaultChainId = _chunkADH7F47Tcjs.defaultChainId; exports.getRpcUrls = _chunkWRTYGXJMcjs.getRpcUrls; exports.goldskyBaseUrl = _chunkWRTYGXJMcjs.goldskyBaseUrl; exports.imageBaseUrl = _chunkWRTYGXJMcjs.imageBaseUrl; exports.jsonRpcUrl = _chunkWRTYGXJMcjs.jsonRpcUrl; exports.privateRcpUrl = _chunkWRTYGXJMcjs.privateRcpUrl; exports.publicJsonRpcUrl = _chunkWRTYGXJMcjs.publicJsonRpcUrl;
40
+ exports.ChainId = _chunkEYYJ2UZTcjs.ChainId; exports.alchemyJsonRpcUrl = _chunkWRTYGXJMcjs.alchemyJsonRpcUrl; exports.appConfig = _chunk2JYQYU2Rcjs.appConfig; exports.chainConfigs = _chunk2JYQYU2Rcjs.chainConfigs; exports.chainId = _chunkADH7F47Tcjs.defaultChainId; exports.config = _chunk2JYQYU2Rcjs.config; exports.currentDapp = _chunkADH7F47Tcjs.currentDapp; exports.defaultChainId = _chunkADH7F47Tcjs.defaultChainId; exports.getRpcUrls = _chunkWRTYGXJMcjs.getRpcUrls; exports.goldskyBaseUrl = _chunkWRTYGXJMcjs.goldskyBaseUrl; exports.imageBaseUrl = _chunkWRTYGXJMcjs.imageBaseUrl; exports.jsonRpcUrl = _chunkWRTYGXJMcjs.jsonRpcUrl; exports.privateRcpUrl = _chunkWRTYGXJMcjs.privateRcpUrl; exports.publicJsonRpcUrl = _chunkWRTYGXJMcjs.publicJsonRpcUrl;
@@ -1,5 +1,5 @@
1
- import { C as ChainId, a as AppName, A as Address } from '../types-CiVVc4zX.cjs';
2
- export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-CiVVc4zX.cjs';
1
+ import { C as ChainId, a as AppName, A as Address } from '../types-BNeCQ8r4.cjs';
2
+ export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-BNeCQ8r4.cjs';
3
3
 
4
4
  declare const defaultChainId: ChainId;
5
5
 
@@ -62,7 +62,10 @@ declare const chainConfigs: {
62
62
  } | undefined;
63
63
  };
64
64
  readonly bribeBoostApi: string;
65
- readonly supplyMonitorApi: string;
65
+ readonly supplyMonitor: {
66
+ readonly name: "supply-monitor";
67
+ readonly uri: string;
68
+ };
66
69
  readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
67
70
  readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
68
71
  };
@@ -214,7 +217,10 @@ declare const chainConfigs: {
214
217
  } | undefined;
215
218
  };
216
219
  readonly bribeBoostApi: string;
217
- readonly supplyMonitorApi: string;
220
+ readonly supplyMonitor: {
221
+ readonly name: "supply-monitor";
222
+ readonly uri: string;
223
+ };
218
224
  readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
219
225
  readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
220
226
  };
@@ -473,7 +479,10 @@ declare const config: {
473
479
  } | undefined;
474
480
  };
475
481
  readonly bribeBoostApi: string;
476
- readonly supplyMonitorApi: string;
482
+ readonly supplyMonitor: {
483
+ readonly name: "supply-monitor";
484
+ readonly uri: string;
485
+ };
477
486
  readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
478
487
  readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
479
488
  };
@@ -624,7 +633,10 @@ declare const config: {
624
633
  } | undefined;
625
634
  };
626
635
  readonly bribeBoostApi: string;
627
- readonly supplyMonitorApi: string;
636
+ readonly supplyMonitor: {
637
+ readonly name: "supply-monitor";
638
+ readonly uri: string;
639
+ };
628
640
  readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
629
641
  readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
630
642
  };
@@ -1,5 +1,5 @@
1
- import { C as ChainId, a as AppName, A as Address } from '../types-CiVVc4zX.js';
2
- export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-CiVVc4zX.js';
1
+ import { C as ChainId, a as AppName, A as Address } from '../types-BNeCQ8r4.js';
2
+ export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-BNeCQ8r4.js';
3
3
 
4
4
  declare const defaultChainId: ChainId;
5
5
 
@@ -62,7 +62,10 @@ declare const chainConfigs: {
62
62
  } | undefined;
63
63
  };
64
64
  readonly bribeBoostApi: string;
65
- readonly supplyMonitorApi: string;
65
+ readonly supplyMonitor: {
66
+ readonly name: "supply-monitor";
67
+ readonly uri: string;
68
+ };
66
69
  readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
67
70
  readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
68
71
  };
@@ -214,7 +217,10 @@ declare const chainConfigs: {
214
217
  } | undefined;
215
218
  };
216
219
  readonly bribeBoostApi: string;
217
- readonly supplyMonitorApi: string;
220
+ readonly supplyMonitor: {
221
+ readonly name: "supply-monitor";
222
+ readonly uri: string;
223
+ };
218
224
  readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
219
225
  readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
220
226
  };
@@ -473,7 +479,10 @@ declare const config: {
473
479
  } | undefined;
474
480
  };
475
481
  readonly bribeBoostApi: string;
476
- readonly supplyMonitorApi: string;
482
+ readonly supplyMonitor: {
483
+ readonly name: "supply-monitor";
484
+ readonly uri: string;
485
+ };
477
486
  readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
478
487
  readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
479
488
  };
@@ -624,7 +633,10 @@ declare const config: {
624
633
  } | undefined;
625
634
  };
626
635
  readonly bribeBoostApi: string;
627
- readonly supplyMonitorApi: string;
636
+ readonly supplyMonitor: {
637
+ readonly name: "supply-monitor";
638
+ readonly uri: string;
639
+ };
628
640
  readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
629
641
  readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
630
642
  };
@@ -2,9 +2,9 @@ import {
2
2
  appConfig,
3
3
  chainConfigs,
4
4
  config
5
- } from "../chunk-UKMBGDAF.mjs";
6
- import "../chunk-VG5TQFBM.mjs";
7
- import "../chunk-UXBMTXHS.mjs";
5
+ } from "../chunk-GAWUMYXD.mjs";
6
+ import "../chunk-H46TSBUU.mjs";
7
+ import "../chunk-IH4TWV4K.mjs";
8
8
  import {
9
9
  alchemyJsonRpcUrl,
10
10
  getRpcUrls,
@@ -6,9 +6,9 @@ var _chunk6TL5ZQOMcjs = require('../../chunk-6TL5ZQOM.cjs');
6
6
  var _chunk2JZ7QJEWcjs = require('../../chunk-2JZ7QJEW.cjs');
7
7
 
8
8
 
9
- var _chunkJEZWLNL2cjs = require('../../chunk-JEZWLNL2.cjs');
10
- require('../../chunk-JA63VR5R.cjs');
11
- require('../../chunk-CEKJDBYX.cjs');
9
+ var _chunk2JYQYU2Rcjs = require('../../chunk-2JYQYU2R.cjs');
10
+ require('../../chunk-AYEL32TF.cjs');
11
+ require('../../chunk-H5YCYQVC.cjs');
12
12
  require('../../chunk-WRTYGXJM.cjs');
13
13
  require('../../chunk-ADH7F47T.cjs');
14
14
  require('../../chunk-EYYJ2UZT.cjs');
@@ -64,11 +64,11 @@ function withBeraConfig(config, {
64
64
  return [
65
65
  {
66
66
  source: "/ph/static/:path*",
67
- destination: `https://${_chunkJEZWLNL2cjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
67
+ destination: `https://${_chunk2JYQYU2Rcjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
68
68
  },
69
69
  {
70
70
  source: "/ph/:path*",
71
- destination: `https://${_chunkJEZWLNL2cjs.appConfig.urls.postHog.region}.i.posthog.com/:path*`
71
+ destination: `https://${_chunk2JYQYU2Rcjs.appConfig.urls.postHog.region}.i.posthog.com/:path*`
72
72
  }
73
73
  ];
74
74
  }
@@ -1,5 +1,5 @@
1
1
  import { NextConfig } from 'next';
2
- import { a as AppName } from '../../types-CiVVc4zX.cjs';
2
+ import { a as AppName } from '../../types-BNeCQ8r4.cjs';
3
3
 
4
4
  /**
5
5
  * The images config for Bera.
@@ -1,5 +1,5 @@
1
1
  import { NextConfig } from 'next';
2
- import { a as AppName } from '../../types-CiVVc4zX.js';
2
+ import { a as AppName } from '../../types-BNeCQ8r4.js';
3
3
 
4
4
  /**
5
5
  * The images config for Bera.
@@ -6,9 +6,9 @@ import {
6
6
  } from "../../chunk-AP2XG6GJ.mjs";
7
7
  import {
8
8
  appConfig
9
- } from "../../chunk-UKMBGDAF.mjs";
10
- import "../../chunk-VG5TQFBM.mjs";
11
- import "../../chunk-UXBMTXHS.mjs";
9
+ } from "../../chunk-GAWUMYXD.mjs";
10
+ import "../../chunk-H46TSBUU.mjs";
11
+ import "../../chunk-IH4TWV4K.mjs";
12
12
  import "../../chunk-BM46XQJA.mjs";
13
13
  import "../../chunk-CAOMAWN5.mjs";
14
14
  import "../../chunk-KJXYSGNH.mjs";
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-JEZWLNL2.cjs');
2
- require('../../chunk-JA63VR5R.cjs');
3
- require('../../chunk-CEKJDBYX.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-2JYQYU2R.cjs');
2
+ require('../../chunk-AYEL32TF.cjs');
3
+ require('../../chunk-H5YCYQVC.cjs');
4
4
 
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
- import "../../chunk-UKMBGDAF.mjs";
2
- import "../../chunk-VG5TQFBM.mjs";
3
- import "../../chunk-UXBMTXHS.mjs";
1
+ import "../../chunk-GAWUMYXD.mjs";
2
+ import "../../chunk-H46TSBUU.mjs";
3
+ import "../../chunk-IH4TWV4K.mjs";
4
4
  import {
5
5
  alchemyJsonRpcUrl,
6
6
  jsonRpcUrl,
package/dist/mainnet.cjs CHANGED
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkCEKJDBYXcjs = require('./chunk-CEKJDBYX.cjs');
3
+ var _chunkH5YCYQVCcjs = require('./chunk-H5YCYQVC.cjs');
4
4
  require('./chunk-WRTYGXJM.cjs');
5
5
  require('./chunk-ADH7F47T.cjs');
6
6
  require('./chunk-EYYJ2UZT.cjs');
7
7
  require('./chunk-75ZPJI57.cjs');
8
8
 
9
9
 
10
- exports.mainnet = _chunkCEKJDBYXcjs.mainnet;
10
+ exports.mainnet = _chunkH5YCYQVCcjs.mainnet;
@@ -1,4 +1,4 @@
1
- import { C as ChainId } from './types-CiVVc4zX.cjs';
1
+ import { C as ChainId } from './types-BNeCQ8r4.cjs';
2
2
 
3
3
  declare const mainnet: {
4
4
  readonly chainId: ChainId.MAINNET;
@@ -24,7 +24,10 @@ declare const mainnet: {
24
24
  } | undefined;
25
25
  };
26
26
  readonly bribeBoostApi: string;
27
- readonly supplyMonitorApi: string;
27
+ readonly supplyMonitor: {
28
+ readonly name: "supply-monitor";
29
+ readonly uri: string;
30
+ };
28
31
  readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
29
32
  readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
30
33
  };
package/dist/mainnet.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as ChainId } from './types-CiVVc4zX.js';
1
+ import { C as ChainId } from './types-BNeCQ8r4.js';
2
2
 
3
3
  declare const mainnet: {
4
4
  readonly chainId: ChainId.MAINNET;
@@ -24,7 +24,10 @@ declare const mainnet: {
24
24
  } | undefined;
25
25
  };
26
26
  readonly bribeBoostApi: string;
27
- readonly supplyMonitorApi: string;
27
+ readonly supplyMonitor: {
28
+ readonly name: "supply-monitor";
29
+ readonly uri: string;
30
+ };
28
31
  readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
29
32
  readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
30
33
  };
package/dist/mainnet.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mainnet
3
- } from "./chunk-UXBMTXHS.mjs";
3
+ } from "./chunk-IH4TWV4K.mjs";
4
4
  import "./chunk-BM46XQJA.mjs";
5
5
  import "./chunk-CAOMAWN5.mjs";
6
6
  import "./chunk-KJXYSGNH.mjs";
@@ -133,7 +133,7 @@ interface BeraConfig {
133
133
  */
134
134
  subgraph: HttpLink;
135
135
  bribeBoostApi: string;
136
- supplyMonitorApi: string;
136
+ supplyMonitor: HttpLink;
137
137
  rewardVaultHelper: Address;
138
138
  bgtIncentiveDistributor: Address;
139
139
  lstStakerVaultFactory: Address;
@@ -133,7 +133,7 @@ interface BeraConfig {
133
133
  */
134
134
  subgraph: HttpLink;
135
135
  bribeBoostApi: string;
136
- supplyMonitorApi: string;
136
+ supplyMonitor: HttpLink;
137
137
  rewardVaultHelper: Address;
138
138
  bgtIncentiveDistributor: Address;
139
139
  lstStakerVaultFactory: Address;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/config",
3
- "version": "0.1.15-beta.4",
3
+ "version": "0.1.15-beta.5",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",