@berachain/config 0.1.15-beta.1 → 0.1.15-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bepolia.cjs +2 -2
- package/dist/bepolia.d.cts +2 -1
- package/dist/bepolia.d.ts +2 -1
- package/dist/bepolia.mjs +1 -1
- package/dist/{chunk-3XMRQ4AF.cjs → chunk-5W3YTJDQ.cjs} +1 -0
- package/dist/{chunk-KYJQS3T5.mjs → chunk-MACMIE25.mjs} +2 -2
- package/dist/{chunk-SWEAJ6OD.mjs → chunk-NCV3VHT6.mjs} +1 -0
- package/dist/{chunk-JZA34W4G.cjs → chunk-RBZ3EYQE.cjs} +4 -4
- package/dist/{chunk-JHPXZOPW.mjs → chunk-SEOMLBMG.mjs} +1 -0
- package/dist/{chunk-AMUU2OH4.cjs → chunk-TWLF2VCX.cjs} +1 -0
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/internal/edge-config/index.d.cts +1 -1
- package/dist/internal/edge-config/index.d.ts +1 -1
- package/dist/internal/flags/index.cjs +0 -7
- package/dist/internal/flags/index.d.cts +1 -3
- package/dist/internal/flags/index.d.ts +1 -3
- package/dist/internal/flags/index.mjs +0 -7
- package/dist/internal/header-sources.cjs +4 -4
- package/dist/internal/header-sources.mjs +3 -3
- package/dist/internal/index.cjs +4 -4
- package/dist/internal/index.d.cts +6 -2
- package/dist/internal/index.d.ts +6 -2
- package/dist/internal/index.mjs +3 -3
- package/dist/internal/nextjs/index.cjs +8 -8
- package/dist/internal/nextjs/index.d.cts +1 -1
- package/dist/internal/nextjs/index.d.ts +1 -1
- package/dist/internal/nextjs/index.mjs +6 -6
- package/dist/internal/wagmi/index.cjs +3 -3
- package/dist/internal/wagmi/index.mjs +3 -3
- package/dist/mainnet.cjs +2 -2
- package/dist/mainnet.d.cts +2 -1
- package/dist/mainnet.d.ts +2 -1
- package/dist/mainnet.mjs +1 -1
- package/dist/{types-ClIxAUdh.d.cts → types-CiVVc4zX.d.cts} +1 -0
- package/dist/{types-ClIxAUdh.d.ts → types-CiVVc4zX.d.ts} +1 -0
- 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
|
|
3
|
+
var _chunk5W3YTJDQcjs = require('./chunk-5W3YTJDQ.cjs');
|
|
4
4
|
require('./chunk-EYYJ2UZT.cjs');
|
|
5
5
|
require('./chunk-75ZPJI57.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.bepolia =
|
|
8
|
+
exports.bepolia = _chunk5W3YTJDQcjs.bepolia;
|
package/dist/bepolia.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ChainId, A as Address } from './types-
|
|
1
|
+
import { C as ChainId, A as Address } from './types-CiVVc4zX.cjs';
|
|
2
2
|
|
|
3
3
|
declare const bepolia: {
|
|
4
4
|
readonly chainId: ChainId.BEPOLIA;
|
|
@@ -24,6 +24,7 @@ declare const bepolia: {
|
|
|
24
24
|
} | undefined;
|
|
25
25
|
};
|
|
26
26
|
readonly bribeBoostApi: string;
|
|
27
|
+
readonly supplyMonitorApi: string;
|
|
27
28
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
28
29
|
readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
|
|
29
30
|
};
|
package/dist/bepolia.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ChainId, A as Address } from './types-
|
|
1
|
+
import { C as ChainId, A as Address } from './types-CiVVc4zX.js';
|
|
2
2
|
|
|
3
3
|
declare const bepolia: {
|
|
4
4
|
readonly chainId: ChainId.BEPOLIA;
|
|
@@ -24,6 +24,7 @@ declare const bepolia: {
|
|
|
24
24
|
} | undefined;
|
|
25
25
|
};
|
|
26
26
|
readonly bribeBoostApi: string;
|
|
27
|
+
readonly supplyMonitorApi: string;
|
|
27
28
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
28
29
|
readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
|
|
29
30
|
};
|
package/dist/bepolia.mjs
CHANGED
|
@@ -22,6 +22,7 @@ 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-9pvdr6qas.berachain-staging.com",
|
|
25
26
|
bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3",
|
|
26
27
|
lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178"
|
|
27
28
|
},
|
|
@@ -22,6 +22,7 @@ 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-9pvdr6qas.berachain-staging.com",
|
|
25
26
|
bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3",
|
|
26
27
|
lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178"
|
|
27
28
|
},
|
|
@@ -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
|
|
3
|
+
var _chunk5W3YTJDQcjs = require('./chunk-5W3YTJDQ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkTWLF2VCXcjs = require('./chunk-TWLF2VCX.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 */]:
|
|
18
|
-
[80069 /* BEPOLIA */]:
|
|
17
|
+
[80094 /* MAINNET */]: _chunkTWLF2VCXcjs.mainnet,
|
|
18
|
+
[80069 /* BEPOLIA */]: _chunk5W3YTJDQcjs.bepolia
|
|
19
19
|
};
|
|
20
20
|
var chainConfig = chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
|
|
21
21
|
var posthogDataRegion = _nullishCoalesce(process.env.NEXT_PUBLIC_PH_DATA_CENTER, () => ( "eu"));
|
|
@@ -26,6 +26,7 @@ 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-monitor-9pvdr6qas.berachain-staging.com",
|
|
29
30
|
bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6",
|
|
30
31
|
lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500"
|
|
31
32
|
},
|
|
@@ -26,6 +26,7 @@ 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-monitor-9pvdr6qas.berachain-staging.com",
|
|
29
30
|
bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6",
|
|
30
31
|
lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500"
|
|
31
32
|
},
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { H as HttpLink } from './types-
|
|
2
|
-
export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-
|
|
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';
|
|
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-
|
|
2
|
-
export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-
|
|
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';
|
|
3
3
|
|
|
4
4
|
declare function getUriFromLink(link: HttpLink): string;
|
|
5
5
|
|
|
@@ -20,7 +20,6 @@ _chunk75ZPJI57cjs.__export.call(void 0, flags_exports, {
|
|
|
20
20
|
isBendLoopingEnabled: () => isBendLoopingEnabled,
|
|
21
21
|
isBendNew: () => isBendNew,
|
|
22
22
|
isBendVaultDataHourly: () => isBendVaultDataHourly,
|
|
23
|
-
isBgtGovernanceToken: () => isBgtGovernanceToken,
|
|
24
23
|
isBgtPolRewardToken: () => isBgtPolRewardToken,
|
|
25
24
|
isDefaultStakingPoolEnabled: () => isDefaultStakingPoolEnabled,
|
|
26
25
|
isEmbeddedWalletsEnabled: () => isEmbeddedWalletsEnabled,
|
|
@@ -171,12 +170,6 @@ var isBgtPolRewardToken = _next.flag.call(void 0, {
|
|
|
171
170
|
defaultValue: true,
|
|
172
171
|
adapter: beraEdgeConfigAdapter()
|
|
173
172
|
});
|
|
174
|
-
var isBgtGovernanceToken = _next.flag.call(void 0, {
|
|
175
|
-
key: "isBgtGovernanceToken",
|
|
176
|
-
description: "Whether BGT is the governance token. When false, sWBERA is used (for local/staging testing).",
|
|
177
|
-
defaultValue: true,
|
|
178
|
-
adapter: beraEdgeConfigAdapter()
|
|
179
|
-
});
|
|
180
173
|
var mockValidatorOperator = _next.flag.call(void 0, {
|
|
181
174
|
key: "mockValidatorOperator",
|
|
182
175
|
description: "Mock validator role",
|
|
@@ -23,7 +23,6 @@ declare const isBendLoopingEnabled: flags_next.Flag<boolean, any>;
|
|
|
23
23
|
declare const isMultiChainZapBendEnabled: flags_next.Flag<boolean, any>;
|
|
24
24
|
declare const isZapStakeBeraEnabled: flags_next.Flag<boolean, any>;
|
|
25
25
|
declare const isBgtPolRewardToken: flags_next.Flag<boolean, any>;
|
|
26
|
-
declare const isBgtGovernanceToken: flags_next.Flag<boolean, any>;
|
|
27
26
|
declare const mockValidatorOperator: flags_next.Flag<boolean, any>;
|
|
28
27
|
declare const mockValidatorRewardAllocator: flags_next.Flag<boolean, any>;
|
|
29
28
|
declare const mockRewardDurationManager: flags_next.Flag<boolean, any>;
|
|
@@ -37,7 +36,6 @@ declare const flags_isAirdropLive: typeof isAirdropLive;
|
|
|
37
36
|
declare const flags_isBendLoopingEnabled: typeof isBendLoopingEnabled;
|
|
38
37
|
declare const flags_isBendNew: typeof isBendNew;
|
|
39
38
|
declare const flags_isBendVaultDataHourly: typeof isBendVaultDataHourly;
|
|
40
|
-
declare const flags_isBgtGovernanceToken: typeof isBgtGovernanceToken;
|
|
41
39
|
declare const flags_isBgtPolRewardToken: typeof isBgtPolRewardToken;
|
|
42
40
|
declare const flags_isDefaultStakingPoolEnabled: typeof isDefaultStakingPoolEnabled;
|
|
43
41
|
declare const flags_isEmbeddedWalletsEnabled: typeof isEmbeddedWalletsEnabled;
|
|
@@ -54,7 +52,7 @@ declare const flags_mockValidatorRewardAllocator: typeof mockValidatorRewardAllo
|
|
|
54
52
|
declare const flags_proxyAggregatorsThroughVercel: typeof proxyAggregatorsThroughVercel;
|
|
55
53
|
declare const flags_sponsorGas: typeof sponsorGas;
|
|
56
54
|
declare namespace flags {
|
|
57
|
-
export { flags_enableBexFundsRecovery as enableBexFundsRecovery, flags_enableEip5792 as enableEip5792, flags_enableSimulateCalls as enableSimulateCalls, flags_hideStakeForSingleHolderVaults as hideStakeForSingleHolderVaults, flags_isAirdropLive as isAirdropLive, flags_isBendLoopingEnabled as isBendLoopingEnabled, flags_isBendNew as isBendNew, flags_isBendVaultDataHourly as isBendVaultDataHourly,
|
|
55
|
+
export { flags_enableBexFundsRecovery as enableBexFundsRecovery, flags_enableEip5792 as enableEip5792, flags_enableSimulateCalls as enableSimulateCalls, flags_hideStakeForSingleHolderVaults as hideStakeForSingleHolderVaults, flags_isAirdropLive as isAirdropLive, flags_isBendLoopingEnabled as isBendLoopingEnabled, flags_isBendNew as isBendNew, flags_isBendVaultDataHourly as isBendVaultDataHourly, flags_isBgtPolRewardToken as isBgtPolRewardToken, flags_isDefaultStakingPoolEnabled as isDefaultStakingPoolEnabled, flags_isEmbeddedWalletsEnabled as isEmbeddedWalletsEnabled, flags_isGovernanceEnabled as isGovernanceEnabled, flags_isHoneyPythWrapperEnabled as isHoneyPythWrapperEnabled, flags_isMultiChainZapBendEnabled as isMultiChainZapBendEnabled, flags_isPoolsMerged as isPoolsMerged, flags_isRefundInExplorer as isRefundInExplorer, flags_isZapStakeBeraEnabled as isZapStakeBeraEnabled, flags_mockIncentiveManager as mockIncentiveManager, flags_mockRewardDurationManager as mockRewardDurationManager, flags_mockValidatorOperator as mockValidatorOperator, flags_mockValidatorRewardAllocator as mockValidatorRewardAllocator, flags_proxyAggregatorsThroughVercel as proxyAggregatorsThroughVercel, flags_sponsorGas as sponsorGas };
|
|
58
56
|
}
|
|
59
57
|
|
|
60
58
|
export { flags };
|
|
@@ -23,7 +23,6 @@ declare const isBendLoopingEnabled: flags_next.Flag<boolean, any>;
|
|
|
23
23
|
declare const isMultiChainZapBendEnabled: flags_next.Flag<boolean, any>;
|
|
24
24
|
declare const isZapStakeBeraEnabled: flags_next.Flag<boolean, any>;
|
|
25
25
|
declare const isBgtPolRewardToken: flags_next.Flag<boolean, any>;
|
|
26
|
-
declare const isBgtGovernanceToken: flags_next.Flag<boolean, any>;
|
|
27
26
|
declare const mockValidatorOperator: flags_next.Flag<boolean, any>;
|
|
28
27
|
declare const mockValidatorRewardAllocator: flags_next.Flag<boolean, any>;
|
|
29
28
|
declare const mockRewardDurationManager: flags_next.Flag<boolean, any>;
|
|
@@ -37,7 +36,6 @@ declare const flags_isAirdropLive: typeof isAirdropLive;
|
|
|
37
36
|
declare const flags_isBendLoopingEnabled: typeof isBendLoopingEnabled;
|
|
38
37
|
declare const flags_isBendNew: typeof isBendNew;
|
|
39
38
|
declare const flags_isBendVaultDataHourly: typeof isBendVaultDataHourly;
|
|
40
|
-
declare const flags_isBgtGovernanceToken: typeof isBgtGovernanceToken;
|
|
41
39
|
declare const flags_isBgtPolRewardToken: typeof isBgtPolRewardToken;
|
|
42
40
|
declare const flags_isDefaultStakingPoolEnabled: typeof isDefaultStakingPoolEnabled;
|
|
43
41
|
declare const flags_isEmbeddedWalletsEnabled: typeof isEmbeddedWalletsEnabled;
|
|
@@ -54,7 +52,7 @@ declare const flags_mockValidatorRewardAllocator: typeof mockValidatorRewardAllo
|
|
|
54
52
|
declare const flags_proxyAggregatorsThroughVercel: typeof proxyAggregatorsThroughVercel;
|
|
55
53
|
declare const flags_sponsorGas: typeof sponsorGas;
|
|
56
54
|
declare namespace flags {
|
|
57
|
-
export { flags_enableBexFundsRecovery as enableBexFundsRecovery, flags_enableEip5792 as enableEip5792, flags_enableSimulateCalls as enableSimulateCalls, flags_hideStakeForSingleHolderVaults as hideStakeForSingleHolderVaults, flags_isAirdropLive as isAirdropLive, flags_isBendLoopingEnabled as isBendLoopingEnabled, flags_isBendNew as isBendNew, flags_isBendVaultDataHourly as isBendVaultDataHourly,
|
|
55
|
+
export { flags_enableBexFundsRecovery as enableBexFundsRecovery, flags_enableEip5792 as enableEip5792, flags_enableSimulateCalls as enableSimulateCalls, flags_hideStakeForSingleHolderVaults as hideStakeForSingleHolderVaults, flags_isAirdropLive as isAirdropLive, flags_isBendLoopingEnabled as isBendLoopingEnabled, flags_isBendNew as isBendNew, flags_isBendVaultDataHourly as isBendVaultDataHourly, flags_isBgtPolRewardToken as isBgtPolRewardToken, flags_isDefaultStakingPoolEnabled as isDefaultStakingPoolEnabled, flags_isEmbeddedWalletsEnabled as isEmbeddedWalletsEnabled, flags_isGovernanceEnabled as isGovernanceEnabled, flags_isHoneyPythWrapperEnabled as isHoneyPythWrapperEnabled, flags_isMultiChainZapBendEnabled as isMultiChainZapBendEnabled, flags_isPoolsMerged as isPoolsMerged, flags_isRefundInExplorer as isRefundInExplorer, flags_isZapStakeBeraEnabled as isZapStakeBeraEnabled, flags_mockIncentiveManager as mockIncentiveManager, flags_mockRewardDurationManager as mockRewardDurationManager, flags_mockValidatorOperator as mockValidatorOperator, flags_mockValidatorRewardAllocator as mockValidatorRewardAllocator, flags_proxyAggregatorsThroughVercel as proxyAggregatorsThroughVercel, flags_sponsorGas as sponsorGas };
|
|
58
56
|
}
|
|
59
57
|
|
|
60
58
|
export { flags };
|
|
@@ -20,7 +20,6 @@ __export(flags_exports, {
|
|
|
20
20
|
isBendLoopingEnabled: () => isBendLoopingEnabled,
|
|
21
21
|
isBendNew: () => isBendNew,
|
|
22
22
|
isBendVaultDataHourly: () => isBendVaultDataHourly,
|
|
23
|
-
isBgtGovernanceToken: () => isBgtGovernanceToken,
|
|
24
23
|
isBgtPolRewardToken: () => isBgtPolRewardToken,
|
|
25
24
|
isDefaultStakingPoolEnabled: () => isDefaultStakingPoolEnabled,
|
|
26
25
|
isEmbeddedWalletsEnabled: () => isEmbeddedWalletsEnabled,
|
|
@@ -171,12 +170,6 @@ var isBgtPolRewardToken = flag({
|
|
|
171
170
|
defaultValue: true,
|
|
172
171
|
adapter: beraEdgeConfigAdapter()
|
|
173
172
|
});
|
|
174
|
-
var isBgtGovernanceToken = flag({
|
|
175
|
-
key: "isBgtGovernanceToken",
|
|
176
|
-
description: "Whether BGT is the governance token. When false, sWBERA is used (for local/staging testing).",
|
|
177
|
-
defaultValue: true,
|
|
178
|
-
adapter: beraEdgeConfigAdapter()
|
|
179
|
-
});
|
|
180
173
|
var mockValidatorOperator = flag({
|
|
181
174
|
key: "mockValidatorOperator",
|
|
182
175
|
description: "Mock validator role",
|
|
@@ -7,9 +7,9 @@ var _chunkONKAV4AGcjs = require('../chunk-ONKAV4AG.cjs');
|
|
|
7
7
|
var _chunkYT7WZDGIcjs = require('../chunk-YT7WZDGI.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('../chunk-
|
|
12
|
-
require('../chunk-
|
|
10
|
+
var _chunkRBZ3EYQEcjs = require('../chunk-RBZ3EYQE.cjs');
|
|
11
|
+
require('../chunk-5W3YTJDQ.cjs');
|
|
12
|
+
require('../chunk-TWLF2VCX.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 =
|
|
70
|
+
const config = _chunkRBZ3EYQEcjs.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-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-MACMIE25.mjs";
|
|
11
|
+
import "../chunk-NCV3VHT6.mjs";
|
|
12
|
+
import "../chunk-SEOMLBMG.mjs";
|
|
13
13
|
import {
|
|
14
14
|
alchemyJsonRpcUrl,
|
|
15
15
|
goldskyBaseUrl,
|
package/dist/internal/index.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../chunk-
|
|
7
|
-
require('../chunk-
|
|
5
|
+
var _chunkRBZ3EYQEcjs = require('../chunk-RBZ3EYQE.cjs');
|
|
6
|
+
require('../chunk-5W3YTJDQ.cjs');
|
|
7
|
+
require('../chunk-TWLF2VCX.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 =
|
|
40
|
+
exports.ChainId = _chunkEYYJ2UZTcjs.ChainId; exports.alchemyJsonRpcUrl = _chunkWRTYGXJMcjs.alchemyJsonRpcUrl; exports.appConfig = _chunkRBZ3EYQEcjs.appConfig; exports.chainConfigs = _chunkRBZ3EYQEcjs.chainConfigs; exports.chainId = _chunkADH7F47Tcjs.defaultChainId; exports.config = _chunkRBZ3EYQEcjs.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-
|
|
2
|
-
export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-
|
|
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';
|
|
3
3
|
|
|
4
4
|
declare const defaultChainId: ChainId;
|
|
5
5
|
|
|
@@ -62,6 +62,7 @@ declare const chainConfigs: {
|
|
|
62
62
|
} | undefined;
|
|
63
63
|
};
|
|
64
64
|
readonly bribeBoostApi: string;
|
|
65
|
+
readonly supplyMonitorApi: string;
|
|
65
66
|
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
66
67
|
readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
|
|
67
68
|
};
|
|
@@ -213,6 +214,7 @@ declare const chainConfigs: {
|
|
|
213
214
|
} | undefined;
|
|
214
215
|
};
|
|
215
216
|
readonly bribeBoostApi: string;
|
|
217
|
+
readonly supplyMonitorApi: string;
|
|
216
218
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
217
219
|
readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
|
|
218
220
|
};
|
|
@@ -471,6 +473,7 @@ declare const config: {
|
|
|
471
473
|
} | undefined;
|
|
472
474
|
};
|
|
473
475
|
readonly bribeBoostApi: string;
|
|
476
|
+
readonly supplyMonitorApi: string;
|
|
474
477
|
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
475
478
|
readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
|
|
476
479
|
};
|
|
@@ -621,6 +624,7 @@ declare const config: {
|
|
|
621
624
|
} | undefined;
|
|
622
625
|
};
|
|
623
626
|
readonly bribeBoostApi: string;
|
|
627
|
+
readonly supplyMonitorApi: string;
|
|
624
628
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
625
629
|
readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
|
|
626
630
|
};
|
package/dist/internal/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ChainId, a as AppName, A as Address } from '../types-
|
|
2
|
-
export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-
|
|
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';
|
|
3
3
|
|
|
4
4
|
declare const defaultChainId: ChainId;
|
|
5
5
|
|
|
@@ -62,6 +62,7 @@ declare const chainConfigs: {
|
|
|
62
62
|
} | undefined;
|
|
63
63
|
};
|
|
64
64
|
readonly bribeBoostApi: string;
|
|
65
|
+
readonly supplyMonitorApi: string;
|
|
65
66
|
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
66
67
|
readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
|
|
67
68
|
};
|
|
@@ -213,6 +214,7 @@ declare const chainConfigs: {
|
|
|
213
214
|
} | undefined;
|
|
214
215
|
};
|
|
215
216
|
readonly bribeBoostApi: string;
|
|
217
|
+
readonly supplyMonitorApi: string;
|
|
216
218
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
217
219
|
readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
|
|
218
220
|
};
|
|
@@ -471,6 +473,7 @@ declare const config: {
|
|
|
471
473
|
} | undefined;
|
|
472
474
|
};
|
|
473
475
|
readonly bribeBoostApi: string;
|
|
476
|
+
readonly supplyMonitorApi: string;
|
|
474
477
|
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
475
478
|
readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
|
|
476
479
|
};
|
|
@@ -621,6 +624,7 @@ declare const config: {
|
|
|
621
624
|
} | undefined;
|
|
622
625
|
};
|
|
623
626
|
readonly bribeBoostApi: string;
|
|
627
|
+
readonly supplyMonitorApi: string;
|
|
624
628
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
625
629
|
readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
|
|
626
630
|
};
|
package/dist/internal/index.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
appConfig,
|
|
3
3
|
chainConfigs,
|
|
4
4
|
config
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-MACMIE25.mjs";
|
|
6
|
+
import "../chunk-NCV3VHT6.mjs";
|
|
7
|
+
import "../chunk-SEOMLBMG.mjs";
|
|
8
8
|
import {
|
|
9
9
|
alchemyJsonRpcUrl,
|
|
10
10
|
getRpcUrls,
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2
2
|
|
|
3
|
-
var _chunk6TL5ZQOMcjs = require('../../chunk-6TL5ZQOM.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
3
|
var _chunk2JZ7QJEWcjs = require('../../chunk-2JZ7QJEW.cjs');
|
|
7
4
|
|
|
8
5
|
|
|
9
|
-
var
|
|
10
|
-
require('../../chunk-
|
|
11
|
-
require('../../chunk-
|
|
6
|
+
var _chunkRBZ3EYQEcjs = require('../../chunk-RBZ3EYQE.cjs');
|
|
7
|
+
require('../../chunk-5W3YTJDQ.cjs');
|
|
8
|
+
require('../../chunk-TWLF2VCX.cjs');
|
|
12
9
|
require('../../chunk-WRTYGXJM.cjs');
|
|
13
10
|
require('../../chunk-ADH7F47T.cjs');
|
|
14
11
|
require('../../chunk-EYYJ2UZT.cjs');
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
var _chunk6TL5ZQOMcjs = require('../../chunk-6TL5ZQOM.cjs');
|
|
15
15
|
require('../../chunk-75ZPJI57.cjs');
|
|
16
16
|
|
|
17
17
|
// src/internal/nextjs/index.ts
|
|
@@ -64,11 +64,11 @@ function withBeraConfig(config, {
|
|
|
64
64
|
return [
|
|
65
65
|
{
|
|
66
66
|
source: "/ph/static/:path*",
|
|
67
|
-
destination: `https://${
|
|
67
|
+
destination: `https://${_chunkRBZ3EYQEcjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
source: "/ph/:path*",
|
|
71
|
-
destination: `https://${
|
|
71
|
+
destination: `https://${_chunkRBZ3EYQEcjs.appConfig.urls.postHog.region}.i.posthog.com/:path*`
|
|
72
72
|
}
|
|
73
73
|
];
|
|
74
74
|
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
withSentryConfig
|
|
3
|
-
} from "../../chunk-NQ3UKQHW.mjs";
|
|
4
1
|
import {
|
|
5
2
|
IMAGE_REMOTE_PATTERNS
|
|
6
3
|
} from "../../chunk-AP2XG6GJ.mjs";
|
|
7
4
|
import {
|
|
8
5
|
appConfig
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-MACMIE25.mjs";
|
|
7
|
+
import "../../chunk-NCV3VHT6.mjs";
|
|
8
|
+
import "../../chunk-SEOMLBMG.mjs";
|
|
12
9
|
import "../../chunk-BM46XQJA.mjs";
|
|
13
10
|
import "../../chunk-CAOMAWN5.mjs";
|
|
14
11
|
import "../../chunk-KJXYSGNH.mjs";
|
|
12
|
+
import {
|
|
13
|
+
withSentryConfig
|
|
14
|
+
} from "../../chunk-NQ3UKQHW.mjs";
|
|
15
15
|
import "../../chunk-7P6ASYW6.mjs";
|
|
16
16
|
|
|
17
17
|
// src/internal/nextjs/index.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-
|
|
2
|
-
require('../../chunk-
|
|
3
|
-
require('../../chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-RBZ3EYQE.cjs');
|
|
2
|
+
require('../../chunk-5W3YTJDQ.cjs');
|
|
3
|
+
require('../../chunk-TWLF2VCX.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "../../chunk-
|
|
2
|
-
import "../../chunk-
|
|
3
|
-
import "../../chunk-
|
|
1
|
+
import "../../chunk-MACMIE25.mjs";
|
|
2
|
+
import "../../chunk-NCV3VHT6.mjs";
|
|
3
|
+
import "../../chunk-SEOMLBMG.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
|
|
3
|
+
var _chunkTWLF2VCXcjs = require('./chunk-TWLF2VCX.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 =
|
|
10
|
+
exports.mainnet = _chunkTWLF2VCXcjs.mainnet;
|
package/dist/mainnet.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ChainId } from './types-
|
|
1
|
+
import { C as ChainId } from './types-CiVVc4zX.cjs';
|
|
2
2
|
|
|
3
3
|
declare const mainnet: {
|
|
4
4
|
readonly chainId: ChainId.MAINNET;
|
|
@@ -24,6 +24,7 @@ declare const mainnet: {
|
|
|
24
24
|
} | undefined;
|
|
25
25
|
};
|
|
26
26
|
readonly bribeBoostApi: string;
|
|
27
|
+
readonly supplyMonitorApi: string;
|
|
27
28
|
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
28
29
|
readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
|
|
29
30
|
};
|
package/dist/mainnet.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ChainId } from './types-
|
|
1
|
+
import { C as ChainId } from './types-CiVVc4zX.js';
|
|
2
2
|
|
|
3
3
|
declare const mainnet: {
|
|
4
4
|
readonly chainId: ChainId.MAINNET;
|
|
@@ -24,6 +24,7 @@ declare const mainnet: {
|
|
|
24
24
|
} | undefined;
|
|
25
25
|
};
|
|
26
26
|
readonly bribeBoostApi: string;
|
|
27
|
+
readonly supplyMonitorApi: string;
|
|
27
28
|
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
28
29
|
readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
|
|
29
30
|
};
|
package/dist/mainnet.mjs
CHANGED