@berachain/config 0.1.17 → 0.1.18-beta.1

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 +3 -1
  3. package/dist/bepolia.d.ts +3 -1
  4. package/dist/bepolia.mjs +1 -1
  5. package/dist/{chunk-I6XMSAEF.cjs → chunk-2BJ55Y5U.cjs} +4 -2
  6. package/dist/{chunk-3WEUP5PS.mjs → chunk-4H4HDUCC.mjs} +4 -2
  7. package/dist/{chunk-II7OBVKS.cjs → chunk-FNTZIXS7.cjs} +4 -2
  8. package/dist/{chunk-6YBUREJO.mjs → chunk-FOUI63VD.mjs} +2 -2
  9. package/dist/{chunk-NF2RCS7R.mjs → chunk-HJXRHQST.mjs} +4 -2
  10. package/dist/{chunk-TPIUXUTW.cjs → chunk-REBIMTSJ.cjs} +4 -4
  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 +31 -1
  14. package/dist/internal/edge-config/index.d.ts +31 -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 +10 -2
  19. package/dist/internal/index.d.ts +10 -2
  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 +3 -1
  29. package/dist/mainnet.d.ts +3 -1
  30. package/dist/mainnet.mjs +1 -1
  31. package/dist/{types-CZOUg5g4.d.ts → types-BxSk_WFe.d.cts} +1 -0
  32. package/dist/{types-CZOUg5g4.d.cts → types-BxSk_WFe.d.ts} +1 -0
  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 _chunkII7OBVKScjs = require('./chunk-II7OBVKS.cjs');
3
+ var _chunkFNTZIXS7cjs = require('./chunk-FNTZIXS7.cjs');
4
4
  require('./chunk-EYYJ2UZT.cjs');
5
5
  require('./chunk-75ZPJI57.cjs');
6
6
 
7
7
 
8
- exports.bepolia = _chunkII7OBVKScjs.bepolia;
8
+ exports.bepolia = _chunkFNTZIXS7cjs.bepolia;
@@ -1,4 +1,4 @@
1
- import { C as ChainId, A as Address } from './types-CZOUg5g4.cjs';
1
+ import { C as ChainId, A as Address } from './types-BxSk_WFe.cjs';
2
2
 
3
3
  declare const bepolia: {
4
4
  readonly chainId: ChainId.BEPOLIA;
@@ -125,6 +125,7 @@ declare const bepolia: {
125
125
  readonly bundler3: null;
126
126
  readonly generalAdapter1: null;
127
127
  readonly supportedVaults: Address[];
128
+ readonly curatorVaults: Address[];
128
129
  };
129
130
  readonly staging: {
130
131
  readonly morpho: null;
@@ -134,6 +135,7 @@ declare const bepolia: {
134
135
  readonly bundler3: null;
135
136
  readonly generalAdapter1: null;
136
137
  readonly supportedVaults: Address[];
138
+ readonly curatorVaults: Address[];
137
139
  };
138
140
  };
139
141
  readonly enso: {
package/dist/bepolia.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as ChainId, A as Address } from './types-CZOUg5g4.js';
1
+ import { C as ChainId, A as Address } from './types-BxSk_WFe.js';
2
2
 
3
3
  declare const bepolia: {
4
4
  readonly chainId: ChainId.BEPOLIA;
@@ -125,6 +125,7 @@ declare const bepolia: {
125
125
  readonly bundler3: null;
126
126
  readonly generalAdapter1: null;
127
127
  readonly supportedVaults: Address[];
128
+ readonly curatorVaults: Address[];
128
129
  };
129
130
  readonly staging: {
130
131
  readonly morpho: null;
@@ -134,6 +135,7 @@ declare const bepolia: {
134
135
  readonly bundler3: null;
135
136
  readonly generalAdapter1: null;
136
137
  readonly supportedVaults: Address[];
138
+ readonly curatorVaults: Address[];
137
139
  };
138
140
  };
139
141
  readonly enso: {
package/dist/bepolia.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  bepolia
3
- } from "./chunk-3WEUP5PS.mjs";
3
+ } from "./chunk-4H4HDUCC.mjs";
4
4
  import "./chunk-KJXYSGNH.mjs";
5
5
  import "./chunk-7P6ASYW6.mjs";
6
6
  export {
@@ -129,7 +129,8 @@ var mainnet = {
129
129
  publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7",
130
130
  bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae",
131
131
  generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7",
132
- supportedVaults: (_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_SUPPORTED_VAULTS, () => ( "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1"))).split(",").filter(Boolean)
132
+ supportedVaults: (_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_SUPPORTED_VAULTS, () => ( "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1"))).split(",").filter(Boolean),
133
+ curatorVaults: (_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_CURATOR_VAULTS, () => ( "0xB5f473c4b7F402d8f7bED42b6D516f5ff3306B01"))).split(",").filter(Boolean)
133
134
  },
134
135
  staging: {
135
136
  morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f",
@@ -138,7 +139,8 @@ var mainnet = {
138
139
  publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811",
139
140
  bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8",
140
141
  generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5",
141
- supportedVaults: (_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_STAGING_SUPPORTED_VAULTS, () => ( "0x19DcFf4e8Ff0B554D8a1f22d289A449fd4FbddBa,0xC0808A144CE2ea85bF84EBD1dDF5D59429f59dDE"))).split(",").filter(Boolean)
142
+ supportedVaults: (_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_STAGING_SUPPORTED_VAULTS, () => ( "0x19DcFf4e8Ff0B554D8a1f22d289A449fd4FbddBa,0xC0808A144CE2ea85bF84EBD1dDF5D59429f59dDE"))).split(",").filter(Boolean),
143
+ curatorVaults: (_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_STAGING_CURATOR_VAULTS, () => ( ""))).split(",").filter(Boolean)
142
144
  }
143
145
  },
144
146
  enso: {
@@ -121,7 +121,8 @@ var bepolia = {
121
121
  publicAllocator: null,
122
122
  bundler3: null,
123
123
  generalAdapter1: null,
124
- supportedVaults: []
124
+ supportedVaults: [],
125
+ curatorVaults: []
125
126
  },
126
127
  staging: {
127
128
  morpho: null,
@@ -130,7 +131,8 @@ var bepolia = {
130
131
  publicAllocator: null,
131
132
  bundler3: null,
132
133
  generalAdapter1: null,
133
- supportedVaults: []
134
+ supportedVaults: [],
135
+ curatorVaults: []
134
136
  }
135
137
  },
136
138
  enso: {
@@ -121,7 +121,8 @@ var bepolia = {
121
121
  publicAllocator: null,
122
122
  bundler3: null,
123
123
  generalAdapter1: null,
124
- supportedVaults: []
124
+ supportedVaults: [],
125
+ curatorVaults: []
125
126
  },
126
127
  staging: {
127
128
  morpho: null,
@@ -130,7 +131,8 @@ var bepolia = {
130
131
  publicAllocator: null,
131
132
  bundler3: null,
132
133
  generalAdapter1: null,
133
- supportedVaults: []
134
+ supportedVaults: [],
135
+ curatorVaults: []
134
136
  }
135
137
  },
136
138
  enso: {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  bepolia
3
- } from "./chunk-3WEUP5PS.mjs";
3
+ } from "./chunk-4H4HDUCC.mjs";
4
4
  import {
5
5
  mainnet
6
- } from "./chunk-NF2RCS7R.mjs";
6
+ } from "./chunk-HJXRHQST.mjs";
7
7
  import {
8
8
  defaultChainId,
9
9
  isLocalHost,
@@ -129,7 +129,8 @@ var mainnet = {
129
129
  publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7",
130
130
  bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae",
131
131
  generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7",
132
- supportedVaults: (process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_SUPPORTED_VAULTS ?? "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1").split(",").filter(Boolean)
132
+ supportedVaults: (process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_SUPPORTED_VAULTS ?? "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1").split(",").filter(Boolean),
133
+ curatorVaults: (process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_CURATOR_VAULTS ?? "0xB5f473c4b7F402d8f7bED42b6D516f5ff3306B01").split(",").filter(Boolean)
133
134
  },
134
135
  staging: {
135
136
  morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f",
@@ -138,7 +139,8 @@ var mainnet = {
138
139
  publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811",
139
140
  bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8",
140
141
  generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5",
141
- supportedVaults: (process.env.NEXT_PUBLIC_80094_BEND_STAGING_SUPPORTED_VAULTS ?? "0x19DcFf4e8Ff0B554D8a1f22d289A449fd4FbddBa,0xC0808A144CE2ea85bF84EBD1dDF5D59429f59dDE").split(",").filter(Boolean)
142
+ supportedVaults: (process.env.NEXT_PUBLIC_80094_BEND_STAGING_SUPPORTED_VAULTS ?? "0x19DcFf4e8Ff0B554D8a1f22d289A449fd4FbddBa,0xC0808A144CE2ea85bF84EBD1dDF5D59429f59dDE").split(",").filter(Boolean),
143
+ curatorVaults: (process.env.NEXT_PUBLIC_80094_BEND_STAGING_CURATOR_VAULTS ?? "").split(",").filter(Boolean)
142
144
  }
143
145
  },
144
146
  enso: {
@@ -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 _chunkII7OBVKScjs = require('./chunk-II7OBVKS.cjs');
3
+ var _chunkFNTZIXS7cjs = require('./chunk-FNTZIXS7.cjs');
4
4
 
5
5
 
6
- var _chunkI6XMSAEFcjs = require('./chunk-I6XMSAEF.cjs');
6
+ var _chunk2BJ55Y5Ucjs = require('./chunk-2BJ55Y5U.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 */]: _chunkI6XMSAEFcjs.mainnet,
18
- [80069 /* BEPOLIA */]: _chunkII7OBVKScjs.bepolia
17
+ [80094 /* MAINNET */]: _chunk2BJ55Y5Ucjs.mainnet,
18
+ [80069 /* BEPOLIA */]: _chunkFNTZIXS7cjs.bepolia
19
19
  };
20
20
  var chainConfig = chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
21
21
  var posthogDataRegion = _nullishCoalesce(process.env.NEXT_PUBLIC_PH_DATA_CENTER, () => ( "eu"));
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { H as HttpLink } from './types-CZOUg5g4.cjs';
2
- export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-CZOUg5g4.cjs';
1
+ import { H as HttpLink } from './types-BxSk_WFe.cjs';
2
+ export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-BxSk_WFe.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-CZOUg5g4.js';
2
- export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-CZOUg5g4.js';
1
+ import { H as HttpLink } from './types-BxSk_WFe.js';
2
+ export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-BxSk_WFe.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-CZOUg5g4.cjs';
1
+ import { C as ChainId, a as AppName$1 } from '../../types-BxSk_WFe.cjs';
2
2
 
3
3
  /**
4
4
  * This file was automatically generated by json-schema-to-typescript.
@@ -114,6 +114,36 @@ interface EdgeConfigSchema {
114
114
  redeemBGT?: BgtMigrationStep;
115
115
  stakeBERA?: BgtMigrationStep;
116
116
  };
117
+ /**
118
+ * Copy for the site-wide nudge banner shown when a user has un-migrated BGT positions.
119
+ */
120
+ banner?: {
121
+ /**
122
+ * Banner text; the whole strip links to the portfolio migration widget.
123
+ */
124
+ text?: string;
125
+ };
126
+ /**
127
+ * Copy for the persistent 'migration completed' alert shown at the top of the portfolio page after migration.
128
+ */
129
+ successAlert?: {
130
+ /**
131
+ * Alert title.
132
+ */
133
+ title?: string;
134
+ /**
135
+ * Alert body describing the successful migration.
136
+ */
137
+ description?: string;
138
+ /**
139
+ * Secondary line shown when the user still has unclaimed incentives after migrating.
140
+ */
141
+ incentivesPending?: string;
142
+ /**
143
+ * Label for the button that resumes the incentive-claim step.
144
+ */
145
+ resumeCta?: string;
146
+ };
117
147
  };
118
148
  };
119
149
  honey: {
@@ -1,4 +1,4 @@
1
- import { C as ChainId, a as AppName$1 } from '../../types-CZOUg5g4.js';
1
+ import { C as ChainId, a as AppName$1 } from '../../types-BxSk_WFe.js';
2
2
 
3
3
  /**
4
4
  * This file was automatically generated by json-schema-to-typescript.
@@ -114,6 +114,36 @@ interface EdgeConfigSchema {
114
114
  redeemBGT?: BgtMigrationStep;
115
115
  stakeBERA?: BgtMigrationStep;
116
116
  };
117
+ /**
118
+ * Copy for the site-wide nudge banner shown when a user has un-migrated BGT positions.
119
+ */
120
+ banner?: {
121
+ /**
122
+ * Banner text; the whole strip links to the portfolio migration widget.
123
+ */
124
+ text?: string;
125
+ };
126
+ /**
127
+ * Copy for the persistent 'migration completed' alert shown at the top of the portfolio page after migration.
128
+ */
129
+ successAlert?: {
130
+ /**
131
+ * Alert title.
132
+ */
133
+ title?: string;
134
+ /**
135
+ * Alert body describing the successful migration.
136
+ */
137
+ description?: string;
138
+ /**
139
+ * Secondary line shown when the user still has unclaimed incentives after migrating.
140
+ */
141
+ incentivesPending?: string;
142
+ /**
143
+ * Label for the button that resumes the incentive-claim step.
144
+ */
145
+ resumeCta?: string;
146
+ };
117
147
  };
118
148
  };
119
149
  honey: {
@@ -7,9 +7,9 @@ var _chunkONKAV4AGcjs = require('../chunk-ONKAV4AG.cjs');
7
7
  var _chunkYT7WZDGIcjs = require('../chunk-YT7WZDGI.cjs');
8
8
 
9
9
 
10
- var _chunkTPIUXUTWcjs = require('../chunk-TPIUXUTW.cjs');
11
- require('../chunk-II7OBVKS.cjs');
12
- require('../chunk-I6XMSAEF.cjs');
10
+ var _chunkREBIMTSJcjs = require('../chunk-REBIMTSJ.cjs');
11
+ require('../chunk-FNTZIXS7.cjs');
12
+ require('../chunk-2BJ55Y5U.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 = _chunkTPIUXUTWcjs.chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
70
+ const config = _chunkREBIMTSJcjs.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-6YBUREJO.mjs";
11
- import "../chunk-3WEUP5PS.mjs";
12
- import "../chunk-NF2RCS7R.mjs";
10
+ } from "../chunk-FOUI63VD.mjs";
11
+ import "../chunk-4H4HDUCC.mjs";
12
+ import "../chunk-HJXRHQST.mjs";
13
13
  import {
14
14
  alchemyJsonRpcUrl,
15
15
  goldskyBaseUrl,
@@ -2,9 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkTPIUXUTWcjs = require('../chunk-TPIUXUTW.cjs');
6
- require('../chunk-II7OBVKS.cjs');
7
- require('../chunk-I6XMSAEF.cjs');
5
+ var _chunkREBIMTSJcjs = require('../chunk-REBIMTSJ.cjs');
6
+ require('../chunk-FNTZIXS7.cjs');
7
+ require('../chunk-2BJ55Y5U.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 = _chunkTPIUXUTWcjs.appConfig; exports.chainConfigs = _chunkTPIUXUTWcjs.chainConfigs; exports.chainId = _chunkADH7F47Tcjs.defaultChainId; exports.config = _chunkTPIUXUTWcjs.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 = _chunkREBIMTSJcjs.appConfig; exports.chainConfigs = _chunkREBIMTSJcjs.chainConfigs; exports.chainId = _chunkADH7F47Tcjs.defaultChainId; exports.config = _chunkREBIMTSJcjs.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-CZOUg5g4.cjs';
2
- export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-CZOUg5g4.cjs';
1
+ import { C as ChainId, a as AppName, A as Address } from '../types-BxSk_WFe.cjs';
2
+ export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-BxSk_WFe.cjs';
3
3
 
4
4
  declare const defaultChainId: ChainId;
5
5
 
@@ -166,6 +166,7 @@ declare const chainConfigs: {
166
166
  readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
167
167
  readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
168
168
  readonly supportedVaults: `0x${string}`[];
169
+ readonly curatorVaults: `0x${string}`[];
169
170
  };
170
171
  readonly staging: {
171
172
  readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
@@ -175,6 +176,7 @@ declare const chainConfigs: {
175
176
  readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
176
177
  readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
177
178
  readonly supportedVaults: `0x${string}`[];
179
+ readonly curatorVaults: `0x${string}`[];
178
180
  };
179
181
  };
180
182
  readonly enso: {
@@ -319,6 +321,7 @@ declare const chainConfigs: {
319
321
  readonly bundler3: null;
320
322
  readonly generalAdapter1: null;
321
323
  readonly supportedVaults: Address[];
324
+ readonly curatorVaults: Address[];
322
325
  };
323
326
  readonly staging: {
324
327
  readonly morpho: null;
@@ -328,6 +331,7 @@ declare const chainConfigs: {
328
331
  readonly bundler3: null;
329
332
  readonly generalAdapter1: null;
330
333
  readonly supportedVaults: Address[];
334
+ readonly curatorVaults: Address[];
331
335
  };
332
336
  };
333
337
  readonly enso: {
@@ -588,6 +592,7 @@ declare const config: {
588
592
  readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
589
593
  readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
590
594
  readonly supportedVaults: `0x${string}`[];
595
+ readonly curatorVaults: `0x${string}`[];
591
596
  };
592
597
  readonly staging: {
593
598
  readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
@@ -597,6 +602,7 @@ declare const config: {
597
602
  readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
598
603
  readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
599
604
  readonly supportedVaults: `0x${string}`[];
605
+ readonly curatorVaults: `0x${string}`[];
600
606
  };
601
607
  };
602
608
  readonly enso: {
@@ -740,6 +746,7 @@ declare const config: {
740
746
  readonly bundler3: null;
741
747
  readonly generalAdapter1: null;
742
748
  readonly supportedVaults: Address[];
749
+ readonly curatorVaults: Address[];
743
750
  };
744
751
  readonly staging: {
745
752
  readonly morpho: null;
@@ -749,6 +756,7 @@ declare const config: {
749
756
  readonly bundler3: null;
750
757
  readonly generalAdapter1: null;
751
758
  readonly supportedVaults: Address[];
759
+ readonly curatorVaults: Address[];
752
760
  };
753
761
  };
754
762
  readonly enso: {
@@ -1,5 +1,5 @@
1
- import { C as ChainId, a as AppName, A as Address } from '../types-CZOUg5g4.js';
2
- export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-CZOUg5g4.js';
1
+ import { C as ChainId, a as AppName, A as Address } from '../types-BxSk_WFe.js';
2
+ export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-BxSk_WFe.js';
3
3
 
4
4
  declare const defaultChainId: ChainId;
5
5
 
@@ -166,6 +166,7 @@ declare const chainConfigs: {
166
166
  readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
167
167
  readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
168
168
  readonly supportedVaults: `0x${string}`[];
169
+ readonly curatorVaults: `0x${string}`[];
169
170
  };
170
171
  readonly staging: {
171
172
  readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
@@ -175,6 +176,7 @@ declare const chainConfigs: {
175
176
  readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
176
177
  readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
177
178
  readonly supportedVaults: `0x${string}`[];
179
+ readonly curatorVaults: `0x${string}`[];
178
180
  };
179
181
  };
180
182
  readonly enso: {
@@ -319,6 +321,7 @@ declare const chainConfigs: {
319
321
  readonly bundler3: null;
320
322
  readonly generalAdapter1: null;
321
323
  readonly supportedVaults: Address[];
324
+ readonly curatorVaults: Address[];
322
325
  };
323
326
  readonly staging: {
324
327
  readonly morpho: null;
@@ -328,6 +331,7 @@ declare const chainConfigs: {
328
331
  readonly bundler3: null;
329
332
  readonly generalAdapter1: null;
330
333
  readonly supportedVaults: Address[];
334
+ readonly curatorVaults: Address[];
331
335
  };
332
336
  };
333
337
  readonly enso: {
@@ -588,6 +592,7 @@ declare const config: {
588
592
  readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
589
593
  readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
590
594
  readonly supportedVaults: `0x${string}`[];
595
+ readonly curatorVaults: `0x${string}`[];
591
596
  };
592
597
  readonly staging: {
593
598
  readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
@@ -597,6 +602,7 @@ declare const config: {
597
602
  readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
598
603
  readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
599
604
  readonly supportedVaults: `0x${string}`[];
605
+ readonly curatorVaults: `0x${string}`[];
600
606
  };
601
607
  };
602
608
  readonly enso: {
@@ -740,6 +746,7 @@ declare const config: {
740
746
  readonly bundler3: null;
741
747
  readonly generalAdapter1: null;
742
748
  readonly supportedVaults: Address[];
749
+ readonly curatorVaults: Address[];
743
750
  };
744
751
  readonly staging: {
745
752
  readonly morpho: null;
@@ -749,6 +756,7 @@ declare const config: {
749
756
  readonly bundler3: null;
750
757
  readonly generalAdapter1: null;
751
758
  readonly supportedVaults: Address[];
759
+ readonly curatorVaults: Address[];
752
760
  };
753
761
  };
754
762
  readonly enso: {
@@ -2,9 +2,9 @@ import {
2
2
  appConfig,
3
3
  chainConfigs,
4
4
  config
5
- } from "../chunk-6YBUREJO.mjs";
6
- import "../chunk-3WEUP5PS.mjs";
7
- import "../chunk-NF2RCS7R.mjs";
5
+ } from "../chunk-FOUI63VD.mjs";
6
+ import "../chunk-4H4HDUCC.mjs";
7
+ import "../chunk-HJXRHQST.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 _chunkTPIUXUTWcjs = require('../../chunk-TPIUXUTW.cjs');
10
- require('../../chunk-II7OBVKS.cjs');
11
- require('../../chunk-I6XMSAEF.cjs');
9
+ var _chunkREBIMTSJcjs = require('../../chunk-REBIMTSJ.cjs');
10
+ require('../../chunk-FNTZIXS7.cjs');
11
+ require('../../chunk-2BJ55Y5U.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://${_chunkTPIUXUTWcjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
67
+ destination: `https://${_chunkREBIMTSJcjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
68
68
  },
69
69
  {
70
70
  source: "/ph/:path*",
71
- destination: `https://${_chunkTPIUXUTWcjs.appConfig.urls.postHog.region}.i.posthog.com/:path*`
71
+ destination: `https://${_chunkREBIMTSJcjs.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-CZOUg5g4.cjs';
2
+ import { a as AppName } from '../../types-BxSk_WFe.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-CZOUg5g4.js';
2
+ import { a as AppName } from '../../types-BxSk_WFe.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-6YBUREJO.mjs";
10
- import "../../chunk-3WEUP5PS.mjs";
11
- import "../../chunk-NF2RCS7R.mjs";
9
+ } from "../../chunk-FOUI63VD.mjs";
10
+ import "../../chunk-4H4HDUCC.mjs";
11
+ import "../../chunk-HJXRHQST.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-TPIUXUTW.cjs');
2
- require('../../chunk-II7OBVKS.cjs');
3
- require('../../chunk-I6XMSAEF.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-REBIMTSJ.cjs');
2
+ require('../../chunk-FNTZIXS7.cjs');
3
+ require('../../chunk-2BJ55Y5U.cjs');
4
4
 
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
- import "../../chunk-6YBUREJO.mjs";
2
- import "../../chunk-3WEUP5PS.mjs";
3
- import "../../chunk-NF2RCS7R.mjs";
1
+ import "../../chunk-FOUI63VD.mjs";
2
+ import "../../chunk-4H4HDUCC.mjs";
3
+ import "../../chunk-HJXRHQST.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 _chunkI6XMSAEFcjs = require('./chunk-I6XMSAEF.cjs');
3
+ var _chunk2BJ55Y5Ucjs = require('./chunk-2BJ55Y5U.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 = _chunkI6XMSAEFcjs.mainnet;
10
+ exports.mainnet = _chunk2BJ55Y5Ucjs.mainnet;
@@ -1,4 +1,4 @@
1
- import { C as ChainId } from './types-CZOUg5g4.cjs';
1
+ import { C as ChainId } from './types-BxSk_WFe.cjs';
2
2
 
3
3
  declare const mainnet: {
4
4
  readonly chainId: ChainId.MAINNET;
@@ -128,6 +128,7 @@ declare const mainnet: {
128
128
  readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
129
129
  readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
130
130
  readonly supportedVaults: `0x${string}`[];
131
+ readonly curatorVaults: `0x${string}`[];
131
132
  };
132
133
  readonly staging: {
133
134
  readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
@@ -137,6 +138,7 @@ declare const mainnet: {
137
138
  readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
138
139
  readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
139
140
  readonly supportedVaults: `0x${string}`[];
141
+ readonly curatorVaults: `0x${string}`[];
140
142
  };
141
143
  };
142
144
  readonly enso: {
package/dist/mainnet.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { C as ChainId } from './types-CZOUg5g4.js';
1
+ import { C as ChainId } from './types-BxSk_WFe.js';
2
2
 
3
3
  declare const mainnet: {
4
4
  readonly chainId: ChainId.MAINNET;
@@ -128,6 +128,7 @@ declare const mainnet: {
128
128
  readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
129
129
  readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
130
130
  readonly supportedVaults: `0x${string}`[];
131
+ readonly curatorVaults: `0x${string}`[];
131
132
  };
132
133
  readonly staging: {
133
134
  readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
@@ -137,6 +138,7 @@ declare const mainnet: {
137
138
  readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
138
139
  readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
139
140
  readonly supportedVaults: `0x${string}`[];
141
+ readonly curatorVaults: `0x${string}`[];
140
142
  };
141
143
  };
142
144
  readonly enso: {
package/dist/mainnet.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mainnet
3
- } from "./chunk-NF2RCS7R.mjs";
3
+ } from "./chunk-HJXRHQST.mjs";
4
4
  import "./chunk-BM46XQJA.mjs";
5
5
  import "./chunk-CAOMAWN5.mjs";
6
6
  import "./chunk-KJXYSGNH.mjs";
@@ -38,6 +38,7 @@ type BendAddresses = {
38
38
  bundler3: Address | null;
39
39
  generalAdapter1: Address | null;
40
40
  supportedVaults: Array<Address>;
41
+ curatorVaults: Array<Address>;
41
42
  };
42
43
  interface BeraConfig {
43
44
  chainId: ChainId;
@@ -38,6 +38,7 @@ type BendAddresses = {
38
38
  bundler3: Address | null;
39
39
  generalAdapter1: Address | null;
40
40
  supportedVaults: Array<Address>;
41
+ curatorVaults: Array<Address>;
41
42
  };
42
43
  interface BeraConfig {
43
44
  chainId: ChainId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/config",
3
- "version": "0.1.17",
3
+ "version": "0.1.18-beta.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",