@berachain/config 0.1.0 → 0.1.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.
- package/dist/bepolia.cjs +1 -1
- package/dist/bepolia.d.cts +8 -4
- package/dist/bepolia.d.ts +8 -4
- package/dist/bepolia.mjs +1 -1
- package/dist/chunk-276AZYTL.cjs +1 -0
- package/dist/{chunk-WU7DCIYT.cjs → chunk-3WZ7JUD6.cjs} +1 -1
- package/dist/chunk-4EBBM3AH.mjs +1 -0
- package/dist/chunk-GMCXYF2Y.cjs +1 -0
- package/dist/chunk-RMPYYDGQ.mjs +1 -0
- package/dist/chunk-SU5YRBAA.mjs +1 -0
- package/dist/chunk-VKKV5GF6.mjs +1 -0
- package/dist/chunk-WOMXQLBK.cjs +1 -0
- package/dist/{chunk-UNNCJ44D.mjs → chunk-XO2H4NRK.mjs} +1 -1
- package/dist/chunk-YFRDKFCV.cjs +1 -0
- package/dist/chunk-YQK5O5ZL.cjs +1 -0
- package/dist/chunk-ZKMVPHR5.mjs +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 +1 -1
- package/dist/internal/flags/index.d.cts +5 -1
- package/dist/internal/flags/index.d.ts +5 -1
- package/dist/internal/flags/index.mjs +1 -1
- package/dist/internal/header-sources.cjs +2 -2
- package/dist/internal/header-sources.mjs +1 -1
- package/dist/internal/index.cjs +1 -1
- package/dist/internal/index.d.cts +33 -17
- package/dist/internal/index.d.ts +33 -17
- package/dist/internal/index.mjs +1 -1
- package/dist/internal/nextjs/index.cjs +1 -1
- package/dist/internal/nextjs/index.d.cts +1 -1
- package/dist/internal/nextjs/index.d.ts +1 -1
- package/dist/internal/nextjs/index.mjs +1 -1
- package/dist/internal/nextjs/utils/index.cjs +1 -1
- package/dist/internal/nextjs/utils/index.mjs +1 -1
- package/dist/internal/sentry/index.cjs +1 -1
- package/dist/internal/sentry/index.mjs +1 -1
- package/dist/internal/sentry/sentry.client.config.cjs +1 -1
- package/dist/internal/sentry/sentry.client.config.mjs +1 -1
- package/dist/internal/tsup/index.cjs +1 -1
- package/dist/internal/tsup/index.mjs +1 -1
- package/dist/internal/wagmi/index.cjs +1 -1
- package/dist/internal/wagmi/index.mjs +1 -1
- package/dist/mainnet.cjs +1 -1
- package/dist/mainnet.d.cts +8 -4
- package/dist/mainnet.d.ts +8 -4
- package/dist/mainnet.mjs +1 -1
- package/dist/{sentry.edge.config-34TBZ2J6.cjs → sentry.edge.config-DS2KE3CX.cjs} +1 -1
- package/dist/{sentry.edge.config-3QO3DLYV.mjs → sentry.edge.config-OEQTPQ2L.mjs} +1 -1
- package/dist/{sentry.server.config-S53O6JTA.mjs → sentry.server.config-KRS7OUMO.mjs} +1 -1
- package/dist/{sentry.server.config-WQX4KCNG.cjs → sentry.server.config-RNY6FTJT.cjs} +1 -1
- package/dist/{types-BU1W-0Vo.d.cts → types-CpAPoaiH.d.cts} +7 -6
- package/dist/{types-BU1W-0Vo.d.ts → types-CpAPoaiH.d.ts} +7 -6
- package/package.json +4 -4
- package/dist/chunk-3PKORKPM.mjs +0 -1
- package/dist/chunk-DFPDQR4M.cjs +0 -1
- package/dist/chunk-E6JOUU2U.mjs +0 -1
- package/dist/chunk-H6BDBYQ5.cjs +0 -1
- package/dist/chunk-HLI3RPDQ.cjs +0 -1
- package/dist/chunk-JVJKB7V7.mjs +0 -1
- package/dist/chunk-O5LUKC6Z.mjs +0 -1
- package/dist/chunk-OQFLFE3X.cjs +0 -1
- package/dist/chunk-U2GGNVRS.cjs +0 -1
- package/dist/chunk-WDALG65T.mjs +0 -1
package/dist/bepolia.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkYFRDKFCVcjs = require('./chunk-YFRDKFCV.cjs');require('./chunk-276AZYTL.cjs');require('./chunk-3KQLFIHT.cjs');require('./chunk-2OLL4MUY.cjs');require('./chunk-4VDLQK6F.cjs');exports.bepolia = _chunkYFRDKFCVcjs.a;
|
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-CpAPoaiH.cjs';
|
|
2
2
|
|
|
3
3
|
declare const bepolia: {
|
|
4
4
|
readonly chainId: ChainId.BEPOLIA;
|
|
@@ -16,7 +16,8 @@ declare const bepolia: {
|
|
|
16
16
|
readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
|
|
17
17
|
readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
|
|
18
18
|
readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
|
|
19
|
-
readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-
|
|
19
|
+
readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-v1.7.2/gn";
|
|
20
|
+
readonly feesSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-fees-subgraph/bepolia-v1.0.0/gn";
|
|
20
21
|
readonly bribeBoostApi: string;
|
|
21
22
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
22
23
|
};
|
|
@@ -26,8 +27,7 @@ declare const bepolia: {
|
|
|
26
27
|
"x-api-key": string;
|
|
27
28
|
} | undefined;
|
|
28
29
|
};
|
|
29
|
-
readonly
|
|
30
|
-
readonly blocksSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/blocks-subgraph/bepolia-v1.1.0/gn";
|
|
30
|
+
readonly staking: "https://backend-production-351b.up.railway.app";
|
|
31
31
|
readonly bex: {
|
|
32
32
|
readonly chainName: "BEPOLIA";
|
|
33
33
|
readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
|
|
@@ -114,6 +114,10 @@ declare const bepolia: {
|
|
|
114
114
|
readonly supportedVaults: Address[];
|
|
115
115
|
};
|
|
116
116
|
};
|
|
117
|
+
readonly enso: {
|
|
118
|
+
readonly walletV2Factory: null;
|
|
119
|
+
readonly walletFlashloanAdapter: null;
|
|
120
|
+
};
|
|
117
121
|
readonly explore: {
|
|
118
122
|
readonly name: "Explore";
|
|
119
123
|
readonly url: "https://explore.berachain.com";
|
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-CpAPoaiH.js';
|
|
2
2
|
|
|
3
3
|
declare const bepolia: {
|
|
4
4
|
readonly chainId: ChainId.BEPOLIA;
|
|
@@ -16,7 +16,8 @@ declare const bepolia: {
|
|
|
16
16
|
readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
|
|
17
17
|
readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
|
|
18
18
|
readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
|
|
19
|
-
readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-
|
|
19
|
+
readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-v1.7.2/gn";
|
|
20
|
+
readonly feesSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-fees-subgraph/bepolia-v1.0.0/gn";
|
|
20
21
|
readonly bribeBoostApi: string;
|
|
21
22
|
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
22
23
|
};
|
|
@@ -26,8 +27,7 @@ declare const bepolia: {
|
|
|
26
27
|
"x-api-key": string;
|
|
27
28
|
} | undefined;
|
|
28
29
|
};
|
|
29
|
-
readonly
|
|
30
|
-
readonly blocksSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/blocks-subgraph/bepolia-v1.1.0/gn";
|
|
30
|
+
readonly staking: "https://backend-production-351b.up.railway.app";
|
|
31
31
|
readonly bex: {
|
|
32
32
|
readonly chainName: "BEPOLIA";
|
|
33
33
|
readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
|
|
@@ -114,6 +114,10 @@ declare const bepolia: {
|
|
|
114
114
|
readonly supportedVaults: Address[];
|
|
115
115
|
};
|
|
116
116
|
};
|
|
117
|
+
readonly enso: {
|
|
118
|
+
readonly walletV2Factory: null;
|
|
119
|
+
readonly walletFlashloanAdapter: null;
|
|
120
|
+
};
|
|
117
121
|
readonly explore: {
|
|
118
122
|
readonly name: "Explore";
|
|
119
123
|
readonly url: "https://explore.berachain.com";
|
package/dist/bepolia.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a}from"./chunk-
|
|
1
|
+
import{a}from"./chunk-ZKMVPHR5.mjs";import"./chunk-4EBBM3AH.mjs";import"./chunk-S2A3Z34I.mjs";import"./chunk-MS6UGFXI.mjs";import"./chunk-JZXLCA2E.mjs";export{a as bepolia};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }var _chunk3KQLFIHTcjs = require('./chunk-3KQLFIHT.cjs');if(_chunk3KQLFIHTcjs.a!==80094&&_chunk3KQLFIHTcjs.a!==80069)throw new Error(`Invalid chainId: ${_chunk3KQLFIHTcjs.a}`);var _=_chunk3KQLFIHTcjs.a,l= exports.a ="https://imagedelivery.net/qNj7Q3MCke89zoKzav7eDQ",R= exports.b ="https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/";function p(e=_){if(e===80069&&process.env.NEXT_PUBLIC_80069_ANVIL_RPC_URL||e===80094&&process.env.NEXT_PUBLIC_80094_ANVIL_RPC_URL){let s=e===80069?process.env.NEXT_PUBLIC_80069_ANVIL_RPC_URL:process.env.NEXT_PUBLIC_80094_ANVIL_RPC_URL;return process.env.VITEST_WORKER_ID?s=`${s}/${_nullishCoalesce(process.env.VITEST_WORKER_ID, () => (1))}`:console.log("Using anvil RPC for bepolia",s),{publicJsonRpcUrl:s,jsonRpcUrl:s,alchemyJsonRpcUrl:void 0,privateRcpUrl:void 0,isAnvil:!0}}return{publicJsonRpcUrl:e===80069?_nullishCoalesce(process.env.NEXT_PUBLIC_80069_PUBLIC_JSON_RPC_URL, () => ("https://bepolia.rpc.berachain.com")):_nullishCoalesce(process.env.NEXT_PUBLIC_80094_PUBLIC_JSON_RPC_URL, () => ("https://rpc.berachain.com")),jsonRpcUrl:e===80069?_nullishCoalesce(process.env.NEXT_PUBLIC_80069_JSON_RPC_URL, () => ("https://bepolia.rpc.berachain.com")):_nullishCoalesce(process.env.NEXT_PUBLIC_80094_JSON_RPC_URL, () => ("https://rpc.berachain.com")),alchemyJsonRpcUrl:e===80069?process.env.NEXT_PUBLIC_80069_ALCHEMY_JSON_RPC_URL:process.env.NEXT_PUBLIC_80094_ALCHEMY_JSON_RPC_URL,privateRcpUrl:e===80069?process.env.PRIVATE_80069_JSON_RPC_URL:process.env.PRIVATE_80094_JSON_RPC_URL,isAnvil:!1}}var{publicJsonRpcUrl:t,jsonRpcUrl:i,alchemyJsonRpcUrl:U,privateRcpUrl:L}=p(_chunk3KQLFIHTcjs.a);exports.a = l; exports.b = R; exports.c = p; exports.d = t; exports.e = i; exports.f = U; exports.g = L;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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; } } 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 _nextjs = require('@sentry/nextjs'); var t = _interopRequireWildcard(_nextjs);async function s(e={}){if(process.env.NEXT_RUNTIME==="edge"){let{initSentryEdge:r}=await Promise.resolve().then(() => _interopRequireWildcard(require("./sentry.edge.config-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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; } } 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 _nextjs = require('@sentry/nextjs'); var t = _interopRequireWildcard(_nextjs);async function s(e={}){if(process.env.NEXT_RUNTIME==="edge"){let{initSentryEdge:r}=await Promise.resolve().then(() => _interopRequireWildcard(require("./sentry.edge.config-DS2KE3CX.cjs")));r(t,e)}else if(process.env.NEXT_RUNTIME==="nodejs"){let{initSentryServer:r}=await Promise.resolve().then(() => _interopRequireWildcard(require("./sentry.server.config-RNY6FTJT.cjs")));r(t,e)}}function i(e){let r={...e,env:{...e.env,VERCEL_TARGET_ENV:process.env.VERCEL_TARGET_ENV},webpack:(n,o)=>(o.isServer&&!o.dev&&process.env.UPLOAD_SOURCEMAPS==="true"&&(n.devtool="source-map"),_nullishCoalesce(_optionalChain([e, 'access', _ => _.webpack, 'optionalCall', _2 => _2(n,o)]), () => (n)))};return t.withSentryConfig(r,{org:process.env.SENTRY_ORG,project:process.env.SENTRY_PROJECT,telemetry:!1,reactComponentAnnotation:{enabled:process.env.UPLOAD_SOURCEMAPS==="true"},widenClientFileUpload:process.env.UPLOAD_SOURCEMAPS==="true",sourcemaps:{disable:process.env.UPLOAD_SOURCEMAPS!=="true"},debug:process.env.UPLOAD_SOURCEMAPS==="true",tunnelRoute:"/monitoring-tunnel",automaticVercelMonitors:!0})}var c=t.captureRequestError;exports.a = s; exports.b = i; exports.c = c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as r}from"./chunk-S2A3Z34I.mjs";if(r!==80094&&r!==80069)throw new Error(`Invalid chainId: ${r}`);var _=r,l="https://imagedelivery.net/qNj7Q3MCke89zoKzav7eDQ",R="https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/";function p(e=_){if(e===80069&&process.env.NEXT_PUBLIC_80069_ANVIL_RPC_URL||e===80094&&process.env.NEXT_PUBLIC_80094_ANVIL_RPC_URL){let s=e===80069?process.env.NEXT_PUBLIC_80069_ANVIL_RPC_URL:process.env.NEXT_PUBLIC_80094_ANVIL_RPC_URL;return process.env.VITEST_WORKER_ID?s=`${s}/${process.env.VITEST_WORKER_ID??1}`:console.log("Using anvil RPC for bepolia",s),{publicJsonRpcUrl:s,jsonRpcUrl:s,alchemyJsonRpcUrl:void 0,privateRcpUrl:void 0,isAnvil:!0}}return{publicJsonRpcUrl:e===80069?process.env.NEXT_PUBLIC_80069_PUBLIC_JSON_RPC_URL??"https://bepolia.rpc.berachain.com":process.env.NEXT_PUBLIC_80094_PUBLIC_JSON_RPC_URL??"https://rpc.berachain.com",jsonRpcUrl:e===80069?process.env.NEXT_PUBLIC_80069_JSON_RPC_URL??"https://bepolia.rpc.berachain.com":process.env.NEXT_PUBLIC_80094_JSON_RPC_URL??"https://rpc.berachain.com",alchemyJsonRpcUrl:e===80069?process.env.NEXT_PUBLIC_80069_ALCHEMY_JSON_RPC_URL:process.env.NEXT_PUBLIC_80094_ALCHEMY_JSON_RPC_URL,privateRcpUrl:e===80069?process.env.PRIVATE_80069_JSON_RPC_URL:process.env.PRIVATE_80094_JSON_RPC_URL,isAnvil:!1}}var{publicJsonRpcUrl:t,jsonRpcUrl:i,alchemyJsonRpcUrl:U,privateRcpUrl:L}=p(r);export{l as a,R as b,p as c,t as d,i as e,U as f,L as g};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }var _chunk276AZYTLcjs = require('./chunk-276AZYTL.cjs');var c={chainId:80094,tokens:{wbera:"0x6969696969696969696969696969696969696969",swbera:"0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a",bgt:"0x656b95E550C07a9ffe548bd4085c72418Ceb1dba",wbtc:"0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",weth:"0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590"},depositContract:"0x4242424242424242424242424242424242424242",pol:{rewardVaultHelper:"0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2",beraChef:"0xdf960E8F3F19C481dDE769edEDD439ea1a63426a",rewardAllocationFactory:"0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791",factory:"0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8",staker:"0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6",subgraph:_nullishCoalesce(process.env.NEXT_PUBLIC_80094_POL_SUBGRAPH, () => (`${_chunk276AZYTLcjs.b}pol-subgraph/mainnet-v1.7.2/gn`)),feesSubgraph:_nullishCoalesce(process.env.NEXT_PUBLIC_80094_POL_FEES_SUBGRAPH, () => (`${_chunk276AZYTLcjs.b}pol-fees-subgraph/mainnet-v1.0.0/gn`)),bribeBoostApi:process.env.NEXT_PUBLIC_80094_INCENTIVES_API||"https://api-claim.berachain.com",bgtIncentiveDistributor:"0x77DA09bC82652f9A14d1b170a001e759640298e6"},api:{uri:_nullishCoalesce(_nullishCoalesce(process.env.PRIVATE_80094_BEX_API_URL, () => (process.env.NEXT_PUBLIC_80094_BEX_API_URL)), () => ("https://api.berachain.com")),headers:process.env.PRIVATE_80094_BEX_API_KEY?{"x-api-key":process.env.PRIVATE_80094_BEX_API_KEY}:void 0},staking:"https://backend-production-351b.up.railway.app",bex:{chainName:"BERACHAIN",vault:"0x4Be03f781C497A489E3cB0287833452cA9B9E80B",helper:"0x5083737EC75a728c265BE578C9d0d5333a2c5951",queries:"0x3C612e132624f4Bd500eE1495F54565F0bcc9b59",relayer:"0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7",factories:{composableStable:"0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1",weighted:"0xa966fA8F2d5B087FFFA499C0C1240589371Af409"},balancerDelegatedOwnership:"0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b",poolCreationHelper:"0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2",subgraph:`${_chunk276AZYTLcjs.b}bex-subgraph/mainnet-1.0.3/gn`,aggregatorsRouter:"0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58",aggregatorsRouterExecutor:"0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8",haikuRouter:"0x24aC999FF132B32c5b3956973b6213B0d07eB2C7",haikuAgentAddress:"0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71",aggregatorsProxyUrl:_nullishCoalesce(process.env.NEXT_PUBLIC_80094_AGGREGATORS_PROXY_URL, () => ("https://gateway.mainnet.berachain.com/proxy")),recoverFundsApi:_nullishCoalesce(process.env.NEXT_PUBLIC_80094_RECOVER_FUNDS_API, () => ("https://be4i5d40pr3f00n4c441n.mainnet.berachain.com")),recoverFundsContract:_nullishCoalesce(process.env.NEXT_PUBLIC_80094_RECOVER_FUNDS_CONTRACT, () => ("0xB5787B8f7b07a00229b617c4B7a616185857C147"))},honey:{name:"Honey",url:"https://honey.berachain.com",subgraph:_nullishCoalesce(process.env.NEXT_PUBLIC_80094_HONEY_SUBGRAPH, () => (`${_chunk276AZYTLcjs.b}honey-subgraph/mainnet-v1.2.1/gn`)),factory:"0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401",pythOracle:"0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943",pythWrapper:"0xF5686e448BE103beA465105bEb9d284a34ae7e95",reader:"0x285e147060CDc5ba902786d3A471224ee6cE0F91",token:"0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce"},hub:{name:"BeraHub",url:"https://hub.berachain.com"},governance:{governor:"0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5",timelock:"0xb5f2000b5744f207c931526cAE2134cAa8b6862a",subgraph:`${_chunk276AZYTLcjs.b}governance-subgraph/mainnet-v1.1.1/gn`},lists:{rewardVaultList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json",tokenList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json",validatorList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json"},external:{pyth:"0x2880aB155794e7179c9eE2e38200202908C17B43"},averageBlockTime:2,bridge:{name:"BeraBridge",url:"https://bridge.berachain.com",nft:{name:"BeraBridge NFT",url:"https://nftbridge.berachain.com",eth:{subgraph:`${_chunk276AZYTLcjs.b}nft-bridge-subgraph/eth-v1.0.0-beta1/gn`},berachain:{subgraph:`${_chunk276AZYTLcjs.b}nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn`}}},bend:{name:"Bend",url:"https://bend.berachain.com",whiskApi:{uri:_nullishCoalesce(process.env.WHISK_API_URL, () => ("https://berachain.whisk.so/graphql")),headers:process.env.WHISK_API_KEY?{Authorization:`Bearer ${process.env.WHISK_API_KEY}`}:void 0},production:{morpho:"0x24147243f9c08d835C218Cda1e135f8dFD0517D0",adaptiveCurveIrm:"0xcf247Df3A2322Dea0D408f011c194906E77a6f62",metaMorphoFactory:"0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616",publicAllocator:"0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7",bundler3:"0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae",generalAdapter1:"0xd2B9667F5214115E27937C410cAeE83E3a901Df7",supportedVaults:(_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_SUPPORTED_VAULTS, () => ("0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1"))).split(",").filter(Boolean)},staging:{morpho:"0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f",adaptiveCurveIrm:"0x1d5376e532CcF25b740270624111D665830E5dB9",metaMorphoFactory:"0x524061B659380a5e4576d76F0951303B20B5932f",publicAllocator:"0xFD6e68bC20be2a01Ec1Df687c83f927087D52811",bundler3:"0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8",generalAdapter1:"0x257a41E20BBfe90D750646C2e00bA700D55958C5",supportedVaults:(_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_STAGING_SUPPORTED_VAULTS, () => ("0x19DcFf4e8Ff0B554D8a1f22d289A449fd4FbddBa,0xC0808A144CE2ea85bF84EBD1dDF5D59429f59dDE"))).split(",").filter(Boolean)}},enso:{walletV2Factory:"0xc914a663837eb21c5a650716e015659686597e55",walletFlashloanAdapter:"0x5dE09823D9143886896507107590d9859F3E390b"},explore:{name:"Explore",url:"https://explore.berachain.com"},explorer:{name:"Berascan",url:"https://berascan.com"},chain:{name:_nullishCoalesce(process.env.NEXT_PUBLIC_CHAIN_NAME, () => ("Berachain"))},faucet:null};exports.a = c;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as e}from"./chunk-4EBBM3AH.mjs";var c={chainId:80094,tokens:{wbera:"0x6969696969696969696969696969696969696969",swbera:"0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a",bgt:"0x656b95E550C07a9ffe548bd4085c72418Ceb1dba",wbtc:"0x0555E30da8f98308EdB960aa94C0Db47230d2B9c",weth:"0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590"},depositContract:"0x4242424242424242424242424242424242424242",pol:{rewardVaultHelper:"0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2",beraChef:"0xdf960E8F3F19C481dDE769edEDD439ea1a63426a",rewardAllocationFactory:"0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791",factory:"0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8",staker:"0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6",subgraph:process.env.NEXT_PUBLIC_80094_POL_SUBGRAPH??`${e}pol-subgraph/mainnet-v1.7.2/gn`,feesSubgraph:process.env.NEXT_PUBLIC_80094_POL_FEES_SUBGRAPH??`${e}pol-fees-subgraph/mainnet-v1.0.0/gn`,bribeBoostApi:process.env.NEXT_PUBLIC_80094_INCENTIVES_API||"https://api-claim.berachain.com",bgtIncentiveDistributor:"0x77DA09bC82652f9A14d1b170a001e759640298e6"},api:{uri:process.env.PRIVATE_80094_BEX_API_URL??process.env.NEXT_PUBLIC_80094_BEX_API_URL??"https://api.berachain.com",headers:process.env.PRIVATE_80094_BEX_API_KEY?{"x-api-key":process.env.PRIVATE_80094_BEX_API_KEY}:void 0},staking:"https://backend-production-351b.up.railway.app",bex:{chainName:"BERACHAIN",vault:"0x4Be03f781C497A489E3cB0287833452cA9B9E80B",helper:"0x5083737EC75a728c265BE578C9d0d5333a2c5951",queries:"0x3C612e132624f4Bd500eE1495F54565F0bcc9b59",relayer:"0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7",factories:{composableStable:"0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1",weighted:"0xa966fA8F2d5B087FFFA499C0C1240589371Af409"},balancerDelegatedOwnership:"0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b",poolCreationHelper:"0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2",subgraph:`${e}bex-subgraph/mainnet-1.0.3/gn`,aggregatorsRouter:"0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58",aggregatorsRouterExecutor:"0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8",haikuRouter:"0x24aC999FF132B32c5b3956973b6213B0d07eB2C7",haikuAgentAddress:"0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71",aggregatorsProxyUrl:process.env.NEXT_PUBLIC_80094_AGGREGATORS_PROXY_URL??"https://gateway.mainnet.berachain.com/proxy",recoverFundsApi:process.env.NEXT_PUBLIC_80094_RECOVER_FUNDS_API??"https://be4i5d40pr3f00n4c441n.mainnet.berachain.com",recoverFundsContract:process.env.NEXT_PUBLIC_80094_RECOVER_FUNDS_CONTRACT??"0xB5787B8f7b07a00229b617c4B7a616185857C147"},honey:{name:"Honey",url:"https://honey.berachain.com",subgraph:process.env.NEXT_PUBLIC_80094_HONEY_SUBGRAPH??`${e}honey-subgraph/mainnet-v1.2.1/gn`,factory:"0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401",pythOracle:"0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943",pythWrapper:"0xF5686e448BE103beA465105bEb9d284a34ae7e95",reader:"0x285e147060CDc5ba902786d3A471224ee6cE0F91",token:"0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce"},hub:{name:"BeraHub",url:"https://hub.berachain.com"},governance:{governor:"0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5",timelock:"0xb5f2000b5744f207c931526cAE2134cAa8b6862a",subgraph:`${e}governance-subgraph/mainnet-v1.1.1/gn`},lists:{rewardVaultList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json",tokenList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json",validatorList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json"},external:{pyth:"0x2880aB155794e7179c9eE2e38200202908C17B43"},averageBlockTime:2,bridge:{name:"BeraBridge",url:"https://bridge.berachain.com",nft:{name:"BeraBridge NFT",url:"https://nftbridge.berachain.com",eth:{subgraph:`${e}nft-bridge-subgraph/eth-v1.0.0-beta1/gn`},berachain:{subgraph:`${e}nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn`}}},bend:{name:"Bend",url:"https://bend.berachain.com",whiskApi:{uri:process.env.WHISK_API_URL??"https://berachain.whisk.so/graphql",headers:process.env.WHISK_API_KEY?{Authorization:`Bearer ${process.env.WHISK_API_KEY}`}:void 0},production:{morpho:"0x24147243f9c08d835C218Cda1e135f8dFD0517D0",adaptiveCurveIrm:"0xcf247Df3A2322Dea0D408f011c194906E77a6f62",metaMorphoFactory:"0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616",publicAllocator:"0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7",bundler3:"0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae",generalAdapter1:"0xd2B9667F5214115E27937C410cAeE83E3a901Df7",supportedVaults:(process.env.NEXT_PUBLIC_80094_BEND_PRODUCTION_SUPPORTED_VAULTS??"0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1").split(",").filter(Boolean)},staging:{morpho:"0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f",adaptiveCurveIrm:"0x1d5376e532CcF25b740270624111D665830E5dB9",metaMorphoFactory:"0x524061B659380a5e4576d76F0951303B20B5932f",publicAllocator:"0xFD6e68bC20be2a01Ec1Df687c83f927087D52811",bundler3:"0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8",generalAdapter1:"0x257a41E20BBfe90D750646C2e00bA700D55958C5",supportedVaults:(process.env.NEXT_PUBLIC_80094_BEND_STAGING_SUPPORTED_VAULTS??"0x19DcFf4e8Ff0B554D8a1f22d289A449fd4FbddBa,0xC0808A144CE2ea85bF84EBD1dDF5D59429f59dDE").split(",").filter(Boolean)}},enso:{walletV2Factory:"0xc914a663837eb21c5a650716e015659686597e55",walletFlashloanAdapter:"0x5dE09823D9143886896507107590d9859F3E390b"},explore:{name:"Explore",url:"https://explore.berachain.com"},explorer:{name:"Berascan",url:"https://berascan.com"},chain:{name:process.env.NEXT_PUBLIC_CHAIN_NAME??"Berachain"},faucet:null};export{c as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var t=[{protocol:"https",hostname:"cdn.morpho.org",port:"",pathname:"**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/trustwallet/assets/**"},{protocol:"https",hostname:"static.debank.com",port:"",pathname:"/image/*/logo_url/**"},{protocol:"https",hostname:"cdn.whisk.so",port:"",pathname:"**"},{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:"icons.llama.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"icons.llamao.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/asset_platforms/images/**"},{protocol:"https",hostname:"imagedelivery.net",port:"",pathname:"/qNj7Q3MCke89zoKzav7eDQ/**"}];export{t as a};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{a as n}from"./chunk-ZKMVPHR5.mjs";import{a as c}from"./chunk-RMPYYDGQ.mjs";import{a as s,b as o,c as a,d as i,e as r}from"./chunk-S2A3Z34I.mjs";var _={80094:c,80069:n},E=_[s],e=process.env.NEXT_PUBLIC_PH_DATA_CENTER??"eu",t={apiKeys:{public:{thirdweb:process.env.NEXT_PUBLIC_THIRDWEB_CLIENT_ID??"fc597da15a06f1a6b42fae42112dd770",postHogProjectKey:"phc_waPF31wbuiBwbfIeiV0z3GPfg3KAHE1WPMk6UMn8Kax",cookie3SiteId:process.env.NEXT_PUBLIC_COOKIE3_SITE_ID,enso:process.env.NEXT_PUBLIC_ENSO_API_KEY??"3c1f3c7a-7ff7-4c5a-9a2b-79f50b5bfb4f"},private:{dummyInternalApiKey:process.env.DUMMY_INTERNAL_API_KEY,luma:process.env.LUMA_API_KEY,clickup:process.env.CLICKUP_API_KEY,ghostContent:process.env.GHOST_CONTENT_API_KEY,ghostAdmin:process.env.GHOST_ADMIN_API_KEY,oogabooga:process.env.OOGABOOGA_API_KEY,haiku:process.env.HAIKU_API_KEY,kyberswap:process.env.KYBERSWAP_CLIENT_ID,enso:process.env.ENSO_API_KEY,etherscan:process.env.ETHERSCAN_API_KEY}},urls:{postHog:{region:e,apiHost:process.env.NEXT_PUBLIC_PH_REVERSE_PROXY_PATH??`https://${e}.i.posthog.com`,uiHost:`https://${e}.posthog.com`},ghost:"https://berachain.ghost.io",imageDelivery:"https://imagedelivery.net/qNj7Q3MCke89zoKzav7eDQ",homepage:process.env.NEXT_PUBLIC_HOMEPAGE_URL??"https://www.berachain.com",ecosystem:"https://ecosystem.berachain.com/",ecojobs:"https://ecojobs.berachain.com/",docs:"https://docs.berachain.com",careers:"https://careers.berachain.com/",mediaKit:"https://drive.google.com/drive/folders/12t_a4Rci2txC3uVj9JyXXsSRCqWfd4GG/",blog:"https://blog.berachain.com/",news:"https://news.berachain.com/",honeypaper:"https://honeypaper.berachain.com/",airdrop:"https://airdrop.berachain.com/",twitter:"https://x.com/berachain",telegram:"https://t.me/BerachainPortal",discord:"https://discord.com/invite/berachain",github:"https://github.com/berachain",buildabera:"https://buildabera.xyz/"},bend:{liquidationWarningLtvMargin:.05,maxBorrowLtvMargin:.05,publicAllocatorSupplyTargetUtilizationWad:BigInt(9e17),useProductionContracts:o||process.env.NEXT_PUBLIC_BEND_USE_PRODUCTION_CONTRACTS==="true"||process.env.NODE_ENV==="test"},env:{isProduction:o,isLocalHost:a,isPreview:i,isStaging:r}},p=process.env.NODE_ENV!=="development"||process.env.NEXT_PUBLIC_DEVELOPMENT_ANALYTICS!=="0"&&!!process.env.NEXT_PUBLIC_DEVELOPMENT_ANALYTICS,h={isPosthogEnabled:t.apiKeys.public.postHogProjectKey&&p,isCookie3Enabled:t.apiKeys.public.cookie3SiteId&&p,disallowIndexing:s!==80094&&s!==80069,hideCurator:!1},A={...t,flags:h},N={...E};export{_ as a,A as b,N as c};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }var _chunkYFRDKFCVcjs = require('./chunk-YFRDKFCV.cjs');var _chunkGMCXYF2Ycjs = require('./chunk-GMCXYF2Y.cjs');var _chunk3KQLFIHTcjs = require('./chunk-3KQLFIHT.cjs');var _={80094:_chunkGMCXYF2Ycjs.a,80069:_chunkYFRDKFCVcjs.a},E=_[_chunk3KQLFIHTcjs.a],e=_nullishCoalesce(process.env.NEXT_PUBLIC_PH_DATA_CENTER, () => ("eu")),t={apiKeys:{public:{thirdweb:_nullishCoalesce(process.env.NEXT_PUBLIC_THIRDWEB_CLIENT_ID, () => ("fc597da15a06f1a6b42fae42112dd770")),postHogProjectKey:"phc_waPF31wbuiBwbfIeiV0z3GPfg3KAHE1WPMk6UMn8Kax",cookie3SiteId:process.env.NEXT_PUBLIC_COOKIE3_SITE_ID,enso:_nullishCoalesce(process.env.NEXT_PUBLIC_ENSO_API_KEY, () => ("3c1f3c7a-7ff7-4c5a-9a2b-79f50b5bfb4f"))},private:{dummyInternalApiKey:process.env.DUMMY_INTERNAL_API_KEY,luma:process.env.LUMA_API_KEY,clickup:process.env.CLICKUP_API_KEY,ghostContent:process.env.GHOST_CONTENT_API_KEY,ghostAdmin:process.env.GHOST_ADMIN_API_KEY,oogabooga:process.env.OOGABOOGA_API_KEY,haiku:process.env.HAIKU_API_KEY,kyberswap:process.env.KYBERSWAP_CLIENT_ID,enso:process.env.ENSO_API_KEY,etherscan:process.env.ETHERSCAN_API_KEY}},urls:{postHog:{region:e,apiHost:_nullishCoalesce(process.env.NEXT_PUBLIC_PH_REVERSE_PROXY_PATH, () => (`https://${e}.i.posthog.com`)),uiHost:`https://${e}.posthog.com`},ghost:"https://berachain.ghost.io",imageDelivery:"https://imagedelivery.net/qNj7Q3MCke89zoKzav7eDQ",homepage:_nullishCoalesce(process.env.NEXT_PUBLIC_HOMEPAGE_URL, () => ("https://www.berachain.com")),ecosystem:"https://ecosystem.berachain.com/",ecojobs:"https://ecojobs.berachain.com/",docs:"https://docs.berachain.com",careers:"https://careers.berachain.com/",mediaKit:"https://drive.google.com/drive/folders/12t_a4Rci2txC3uVj9JyXXsSRCqWfd4GG/",blog:"https://blog.berachain.com/",news:"https://news.berachain.com/",honeypaper:"https://honeypaper.berachain.com/",airdrop:"https://airdrop.berachain.com/",twitter:"https://x.com/berachain",telegram:"https://t.me/BerachainPortal",discord:"https://discord.com/invite/berachain",github:"https://github.com/berachain",buildabera:"https://buildabera.xyz/"},bend:{liquidationWarningLtvMargin:.05,maxBorrowLtvMargin:.05,publicAllocatorSupplyTargetUtilizationWad:BigInt(9e17),useProductionContracts:_chunk3KQLFIHTcjs.b||process.env.NEXT_PUBLIC_BEND_USE_PRODUCTION_CONTRACTS==="true"||process.env.NODE_ENV==="test"},env:{isProduction:_chunk3KQLFIHTcjs.b,isLocalHost:_chunk3KQLFIHTcjs.c,isPreview:_chunk3KQLFIHTcjs.d,isStaging:_chunk3KQLFIHTcjs.e}},p=process.env.NODE_ENV!=="development"||process.env.NEXT_PUBLIC_DEVELOPMENT_ANALYTICS!=="0"&&!!process.env.NEXT_PUBLIC_DEVELOPMENT_ANALYTICS,h={isPosthogEnabled:t.apiKeys.public.postHogProjectKey&&p,isCookie3Enabled:t.apiKeys.public.cookie3SiteId&&p,disallowIndexing:_chunk3KQLFIHTcjs.a!==80094&&_chunk3KQLFIHTcjs.a!==80069,hideCurator:!1},A= exports.b ={...t,flags:h},N= exports.c ={...E};exports.a = _; exports.b = A; exports.c = N;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import*as t from"@sentry/nextjs";async function s(e={}){if(process.env.NEXT_RUNTIME==="edge"){let{initSentryEdge:r}=await import("./sentry.edge.config-
|
|
1
|
+
import*as t from"@sentry/nextjs";async function s(e={}){if(process.env.NEXT_RUNTIME==="edge"){let{initSentryEdge:r}=await import("./sentry.edge.config-OEQTPQ2L.mjs");r(t,e)}else if(process.env.NEXT_RUNTIME==="nodejs"){let{initSentryServer:r}=await import("./sentry.server.config-KRS7OUMO.mjs");r(t,e)}}function i(e){let r={...e,env:{...e.env,VERCEL_TARGET_ENV:process.env.VERCEL_TARGET_ENV},webpack:(n,o)=>(o.isServer&&!o.dev&&process.env.UPLOAD_SOURCEMAPS==="true"&&(n.devtool="source-map"),e.webpack?.(n,o)??n)};return t.withSentryConfig(r,{org:process.env.SENTRY_ORG,project:process.env.SENTRY_PROJECT,telemetry:!1,reactComponentAnnotation:{enabled:process.env.UPLOAD_SOURCEMAPS==="true"},widenClientFileUpload:process.env.UPLOAD_SOURCEMAPS==="true",sourcemaps:{disable:process.env.UPLOAD_SOURCEMAPS!=="true"},debug:process.env.UPLOAD_SOURCEMAPS==="true",tunnelRoute:"/monitoring-tunnel",automaticVercelMonitors:!0})}var c=t.captureRequestError;export{s as a,i as b,c};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }var _chunk276AZYTLcjs = require('./chunk-276AZYTL.cjs');var o={chainId:80069,tokens:{wbera:"0x6969696969696969696969696969696969696969",swbera:"0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a",bgt:"0x656b95E550C07a9ffe548bd4085c72418Ceb1dba",wbtc:"0x",weth:"0x"},depositContract:"0x4242424242424242424242424242424242424242",pol:{rewardVaultHelper:"0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2",beraChef:"0xdf960E8F3F19C481dDE769edEDD439ea1a63426a",factory:"0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8",rewardAllocationFactory:"0x7f09Cf6958631513aF0400488F65c7B5c0313F52",staker:"0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6",subgraph:`${_chunk276AZYTLcjs.b}pol-subgraph/bepolia-v1.7.2/gn`,feesSubgraph:`${_chunk276AZYTLcjs.b}pol-fees-subgraph/bepolia-v1.0.0/gn`,bribeBoostApi:process.env.NEXT_PUBLIC_80069_INCENTIVES_API||"https://bepolia.api-claim.berachain.com",bgtIncentiveDistributor:"0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3"},api:{uri:_nullishCoalesce(_nullishCoalesce(process.env.PRIVATE_80069_BEX_API_URL, () => (process.env.NEXT_PUBLIC_80069_BEX_API_URL)), () => ("https://bepolia-api.berachain.com")),headers:process.env.PRIVATE_80069_BEX_API_KEY?{"x-api-key":process.env.PRIVATE_80069_BEX_API_KEY}:void 0},staking:"https://backend-production-351b.up.railway.app",bex:{chainName:"BEPOLIA",vault:"0x708cA656b68A6b7384a488A36aD33505a77241FE",helper:"0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f",queries:"0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92",relayer:"0x343215E156Ff586711a5B8C49Fe3099BAF22624C",factories:{composableStable:"0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1",weighted:"0xf1d23276C7b271B2aC595C78977b2312E9954D57"},poolCreationHelper:"0x0dC9964F6CA33d9EF38DEB4925234766127C6B36",subgraph:`${_chunk276AZYTLcjs.b}bex-subgraph/bepolia-1.0.3/gn`,aggregatorsRouter:"0x0000000000000000000000000000000000000000",aggregatorsRouterExecutor:"0x0000000000000000000000000000000000000000",haikuRouter:null,haikuAgentAddress:null,aggregatorsProxyUrl:_nullishCoalesce(process.env.NEXT_PUBLIC_80069_AGGREGATORS_PROXY_URL, () => ("")),recoverFundsApi:"https://t3stbe4i5d40p.testnet.berachain.com",recoverFundsContract:"0x0eFeC4379805fAFA7269Ec599a6921f388C8841a",balancerDelegatedOwnership:"0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b"},honey:{name:"Honey",url:"https://bepolia.honey.berachain.com",subgraph:`${_chunk276AZYTLcjs.b}honey-subgraph/bepolia-v1.2.1/gn`,factory:"0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401",pythOracle:"0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943",pythWrapper:"0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB",reader:"0x285e147060CDc5ba902786d3A471224ee6cE0F91",token:"0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce"},hub:{name:"BeraHub",url:"https://bepolia.hub.berachain.com"},governance:{governor:_nullishCoalesce(process.env.NEXT_PUBLIC_80069_GOVERNANCE_ADDRESS, () => ("0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5")),timelock:_nullishCoalesce(process.env.NEXT_PUBLIC_80069_GOVERNANCE_TIMELOCK, () => ("0xb5f2000b5744f207c931526cAE2134cAa8b6862a")),subgraph:_nullishCoalesce(process.env.NEXT_PUBLIC_80069_GOVERNANCE_SUBGRAPH, () => (`${_chunk276AZYTLcjs.b}governance-subgraph/bepolia-v1.1.1/gn`))},lists:{rewardVaultList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json",tokenList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json",validatorList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json"},external:{pyth:"0x2880aB155794e7179c9eE2e38200202908C17B43"},averageBlockTime:2,bridge:{name:"BeraBridge",url:"https://bepolia.bridge.berachain.com",nft:{name:"BeraBridge NFT",url:"#",eth:{subgraph:"#"},berachain:{subgraph:"#"}}},bend:{name:"Bend",url:"https://bepolia.bend.berachain.com",whiskApi:null,production:{morpho:null,adaptiveCurveIrm:null,metaMorphoFactory:null,publicAllocator:null,bundler3:null,generalAdapter1:null,supportedVaults:[]},staging:{morpho:null,adaptiveCurveIrm:null,metaMorphoFactory:null,publicAllocator:null,bundler3:null,generalAdapter1:null,supportedVaults:[]}},enso:{walletV2Factory:null,walletFlashloanAdapter:null},explore:{name:"Explore",url:"https://explore.berachain.com"},explorer:{name:"Berascan",url:"https://testnet.berascan.com"},chain:{name:_nullishCoalesce(process.env.NEXT_PUBLIC_CHAIN_NAME, () => ("Berachain Bepolia"))},faucet:{name:"Faucet",url:"https://bepolia.faucet.berachain.com",dripAmount:1,timeGap:8,cloudflareKey:process.env.CLOUDFLARE_KEY||"0x4AAAAAAARdAuciFArKhVwt",endpoint:"https://faucet-api.testnet.berachain.com"}};exports.a = o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var t=[{protocol:"https",hostname:"cdn.morpho.org",port:"",pathname:"**"},{protocol:"https",hostname:"raw.githubusercontent.com",port:"",pathname:"/trustwallet/assets/**"},{protocol:"https",hostname:"static.debank.com",port:"",pathname:"/image/*/logo_url/**"},{protocol:"https",hostname:"cdn.whisk.so",port:"",pathname:"**"},{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:"icons.llama.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"icons.llamao.fi",port:"",pathname:"/**"},{protocol:"https",hostname:"coin-images.coingecko.com",port:"",pathname:"/asset_platforms/images/**"},{protocol:"https",hostname:"imagedelivery.net",port:"",pathname:"/qNj7Q3MCke89zoKzav7eDQ/**"}];exports.a = t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{b as e}from"./chunk-4EBBM3AH.mjs";var o={chainId:80069,tokens:{wbera:"0x6969696969696969696969696969696969696969",swbera:"0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a",bgt:"0x656b95E550C07a9ffe548bd4085c72418Ceb1dba",wbtc:"0x",weth:"0x"},depositContract:"0x4242424242424242424242424242424242424242",pol:{rewardVaultHelper:"0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2",beraChef:"0xdf960E8F3F19C481dDE769edEDD439ea1a63426a",factory:"0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8",rewardAllocationFactory:"0x7f09Cf6958631513aF0400488F65c7B5c0313F52",staker:"0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6",subgraph:`${e}pol-subgraph/bepolia-v1.7.2/gn`,feesSubgraph:`${e}pol-fees-subgraph/bepolia-v1.0.0/gn`,bribeBoostApi:process.env.NEXT_PUBLIC_80069_INCENTIVES_API||"https://bepolia.api-claim.berachain.com",bgtIncentiveDistributor:"0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3"},api:{uri:process.env.PRIVATE_80069_BEX_API_URL??process.env.NEXT_PUBLIC_80069_BEX_API_URL??"https://bepolia-api.berachain.com",headers:process.env.PRIVATE_80069_BEX_API_KEY?{"x-api-key":process.env.PRIVATE_80069_BEX_API_KEY}:void 0},staking:"https://backend-production-351b.up.railway.app",bex:{chainName:"BEPOLIA",vault:"0x708cA656b68A6b7384a488A36aD33505a77241FE",helper:"0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f",queries:"0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92",relayer:"0x343215E156Ff586711a5B8C49Fe3099BAF22624C",factories:{composableStable:"0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1",weighted:"0xf1d23276C7b271B2aC595C78977b2312E9954D57"},poolCreationHelper:"0x0dC9964F6CA33d9EF38DEB4925234766127C6B36",subgraph:`${e}bex-subgraph/bepolia-1.0.3/gn`,aggregatorsRouter:"0x0000000000000000000000000000000000000000",aggregatorsRouterExecutor:"0x0000000000000000000000000000000000000000",haikuRouter:null,haikuAgentAddress:null,aggregatorsProxyUrl:process.env.NEXT_PUBLIC_80069_AGGREGATORS_PROXY_URL??"",recoverFundsApi:"https://t3stbe4i5d40p.testnet.berachain.com",recoverFundsContract:"0x0eFeC4379805fAFA7269Ec599a6921f388C8841a",balancerDelegatedOwnership:"0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b"},honey:{name:"Honey",url:"https://bepolia.honey.berachain.com",subgraph:`${e}honey-subgraph/bepolia-v1.2.1/gn`,factory:"0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401",pythOracle:"0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943",pythWrapper:"0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB",reader:"0x285e147060CDc5ba902786d3A471224ee6cE0F91",token:"0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce"},hub:{name:"BeraHub",url:"https://bepolia.hub.berachain.com"},governance:{governor:process.env.NEXT_PUBLIC_80069_GOVERNANCE_ADDRESS??"0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5",timelock:process.env.NEXT_PUBLIC_80069_GOVERNANCE_TIMELOCK??"0xb5f2000b5744f207c931526cAE2134cAa8b6862a",subgraph:process.env.NEXT_PUBLIC_80069_GOVERNANCE_SUBGRAPH??`${e}governance-subgraph/bepolia-v1.1.1/gn`},lists:{rewardVaultList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json",tokenList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json",validatorList:"https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json"},external:{pyth:"0x2880aB155794e7179c9eE2e38200202908C17B43"},averageBlockTime:2,bridge:{name:"BeraBridge",url:"https://bepolia.bridge.berachain.com",nft:{name:"BeraBridge NFT",url:"#",eth:{subgraph:"#"},berachain:{subgraph:"#"}}},bend:{name:"Bend",url:"https://bepolia.bend.berachain.com",whiskApi:null,production:{morpho:null,adaptiveCurveIrm:null,metaMorphoFactory:null,publicAllocator:null,bundler3:null,generalAdapter1:null,supportedVaults:[]},staging:{morpho:null,adaptiveCurveIrm:null,metaMorphoFactory:null,publicAllocator:null,bundler3:null,generalAdapter1:null,supportedVaults:[]}},enso:{walletV2Factory:null,walletFlashloanAdapter:null},explore:{name:"Explore",url:"https://explore.berachain.com"},explorer:{name:"Berascan",url:"https://testnet.berascan.com"},chain:{name:process.env.NEXT_PUBLIC_CHAIN_NAME??"Berachain Bepolia"},faucet:{name:"Faucet",url:"https://bepolia.faucet.berachain.com",dripAmount:1,timeGap:8,cloudflareKey:process.env.CLOUDFLARE_KEY||"0x4AAAAAAARdAuciFArKhVwt",endpoint:"https://faucet-api.testnet.berachain.com"}};export{o as a};
|
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-CpAPoaiH.cjs';
|
|
2
|
+
export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-CpAPoaiH.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-CpAPoaiH.js';
|
|
2
|
+
export { A as Address, a as AppName, B as BeraConfig, C as ChainId, P as ProjectName } from './types-CpAPoaiH.js';
|
|
3
3
|
|
|
4
4
|
declare function getUriFromLink(link: HttpLink): string;
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkDVULZ7IDcjs = require('../../chunk-DVULZ7ID.cjs');var _chunk3KQLFIHTcjs = require('../../chunk-3KQLFIHT.cjs');require('../../chunk-2OLL4MUY.cjs');var _chunk4VDLQK6Fcjs = require('../../chunk-4VDLQK6F.cjs');var n={};_chunk4VDLQK6Fcjs.a.call(void 0, n,{enableBexFundsRecovery:()=>f,enableEip5792:()=>
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkDVULZ7IDcjs = require('../../chunk-DVULZ7ID.cjs');var _chunk3KQLFIHTcjs = require('../../chunk-3KQLFIHT.cjs');require('../../chunk-2OLL4MUY.cjs');var _chunk4VDLQK6Fcjs = require('../../chunk-4VDLQK6F.cjs');var n={};_chunk4VDLQK6Fcjs.a.call(void 0, n,{enableBexFundsRecovery:()=>f,enableEip5792:()=>m,enableSimulateCalls:()=>c,hideStakeForSingleHolderVaults:()=>u,isAirdropLive:()=>g,isBendLoopingEnabled:()=>v,isBendNew:()=>w,isBendVaultDataHourly:()=>x,isBgtPolRewardToken:()=>C,isDefaultStakingPoolEnabled:()=>h,isEmbeddedWalletsEnabled:()=>k,isGovernanceEnabled:()=>p,isHoneyPythWrapperEnabled:()=>V,isMultiChainZapBendEnabled:()=>S,isPoolsMerged:()=>B,isRefundInExplorer:()=>b,isZapStakeBeraEnabled:()=>A,mockIncentiveManager:()=>H,mockRewardDurationManager:()=>R,mockValidatorOperator:()=>P,mockValidatorRewardAllocator:()=>M,proxyAggregatorsThroughVercel:()=>E,sponsorGas:()=>y});var _next = require('flags/next');var _edgeconfig = require('@flags-sdk/edge-config');function e({adapter:o}={adapter:_edgeconfig.edgeConfigAdapter.call(void 0, )}){return{...o,async decide(t){if(_chunk3KQLFIHTcjs.b&&t.key.startsWith("mock"))return!1;let d=await o.decide(t);return _chunkDVULZ7IDcjs.a.call(void 0, d)}}}var p=_next.flag.call(void 0, {key:"isGovernanceEnabled",description:"Enable Governance proposals",defaultValue:!0,adapter:e()}),u=_next.flag.call(void 0, {key:"hideStakeForSingleHolderVaults",description:"Hide stake for single holder vaults",defaultValue:!0,adapter:e()}),c=_next.flag.call(void 0, {key:"enableSimulateCalls",description:"Controls the support of eth_simulateV1 from bera-reth/bera-geth",defaultValue:!1,adapter:e()}),f=_next.flag.call(void 0, {key:"enableBexFundsRecovery",description:"Enable BEX funds recovery",defaultValue:!0,adapter:e()}),b=_next.flag.call(void 0, {key:"isRefundInExplorer",description:"Show Refund link in the Explorer dropdown",defaultValue:!1,adapter:e()}),g=_next.flag.call(void 0, {key:"isAirdropLive",description:"Show Airdrop link in the Explorer dropdown",defaultValue:!1,adapter:e()}),k=_next.flag.call(void 0, {key:"isEmbeddedWalletsEnabled",description:"Enable embedded wallets",defaultValue:!0,adapter:e()}),y=_next.flag.call(void 0, {key:"sponsorGas",description:"Enable gasless transactions for embedded wallets",defaultValue:!1,adapter:e()}),m=_next.flag.call(void 0, {key:"enableEip5792",description:"Enable EIP-5792 to allow batch transactions if wallet supports it",defaultValue:!0,adapter:e()}),E=_next.flag.call(void 0, {key:"proxyAggregatorsThroughVercel",description:"Proxy aggregators quotes through Vercel instead of proxy gateway",defaultValue:!1,adapter:e()}),h=_next.flag.call(void 0, {key:"isDefaultStakingPoolEnabled",description:"Enable default staking pools",defaultValue:!0,adapter:e()}),x=_next.flag.call(void 0, {key:"isBendVaultDataHourly",description:"Enable bend vault data to be fetched hourly",defaultValue:!0,adapter:e()}),V=_next.flag.call(void 0, {key:"isHoneyPythWrapperEnabled",description:"Update pyth prices when minting or redeeming Honey",defaultValue:!1,adapter:e()}),w=_next.flag.call(void 0, {key:"isBendNew",description:"Enable Bend live",defaultValue:!1,adapter:e()}),B=_next.flag.call(void 0, {key:"isPoolsMerged",description:"Enable Pools merged",defaultValue:!0,adapter:e()}),v=_next.flag.call(void 0, {key:"isBendLoopingEnabled",description:"Enable multiply/demultiply looping in Bend markets",defaultValue:!1,adapter:e()}),S=_next.flag.call(void 0, {key:"isMultiChainZapBendEnabled",description:"Enable multi chain zap for Bend",defaultValue:!1,adapter:e()}),A=_next.flag.call(void 0, {key:"isZapStakeBeraEnabled",description:"Enable multi chain zap for Staking BERA",defaultValue:!1,adapter:e()}),C=_next.flag.call(void 0, {key:"isBgtPolRewardToken",description:"Whether the BGT reward token is the POL reward token",defaultValue:!0,adapter:e()}),P=_next.flag.call(void 0, {key:"mockValidatorOperator",description:"Mock validator role",defaultValue:!1,adapter:e()}),M=_next.flag.call(void 0, {key:"mockValidatorRewardAllocator",description:"Mock validator reward allocator",defaultValue:!1,adapter:e()}),R=_next.flag.call(void 0, {key:"mockRewardDurationManager",description:"Mock reward duration manager",defaultValue:!1,adapter:e()}),H=_next.flag.call(void 0, {key:"mockIncentiveManager",description:"Mock incentive manager",defaultValue:!1,adapter:e()});exports.flags = n;
|
|
@@ -19,8 +19,10 @@ declare const isBendVaultDataHourly: flags_next.Flag<boolean, any>;
|
|
|
19
19
|
declare const isHoneyPythWrapperEnabled: flags_next.Flag<boolean, any>;
|
|
20
20
|
declare const isBendNew: flags_next.Flag<boolean, any>;
|
|
21
21
|
declare const isPoolsMerged: flags_next.Flag<boolean, any>;
|
|
22
|
+
declare const isBendLoopingEnabled: flags_next.Flag<boolean, any>;
|
|
22
23
|
declare const isMultiChainZapBendEnabled: flags_next.Flag<boolean, any>;
|
|
23
24
|
declare const isZapStakeBeraEnabled: flags_next.Flag<boolean, any>;
|
|
25
|
+
declare const isBgtPolRewardToken: flags_next.Flag<boolean, any>;
|
|
24
26
|
declare const mockValidatorOperator: flags_next.Flag<boolean, any>;
|
|
25
27
|
declare const mockValidatorRewardAllocator: flags_next.Flag<boolean, any>;
|
|
26
28
|
declare const mockRewardDurationManager: flags_next.Flag<boolean, any>;
|
|
@@ -31,8 +33,10 @@ declare const flags_enableEip5792: typeof enableEip5792;
|
|
|
31
33
|
declare const flags_enableSimulateCalls: typeof enableSimulateCalls;
|
|
32
34
|
declare const flags_hideStakeForSingleHolderVaults: typeof hideStakeForSingleHolderVaults;
|
|
33
35
|
declare const flags_isAirdropLive: typeof isAirdropLive;
|
|
36
|
+
declare const flags_isBendLoopingEnabled: typeof isBendLoopingEnabled;
|
|
34
37
|
declare const flags_isBendNew: typeof isBendNew;
|
|
35
38
|
declare const flags_isBendVaultDataHourly: typeof isBendVaultDataHourly;
|
|
39
|
+
declare const flags_isBgtPolRewardToken: typeof isBgtPolRewardToken;
|
|
36
40
|
declare const flags_isDefaultStakingPoolEnabled: typeof isDefaultStakingPoolEnabled;
|
|
37
41
|
declare const flags_isEmbeddedWalletsEnabled: typeof isEmbeddedWalletsEnabled;
|
|
38
42
|
declare const flags_isGovernanceEnabled: typeof isGovernanceEnabled;
|
|
@@ -48,7 +52,7 @@ declare const flags_mockValidatorRewardAllocator: typeof mockValidatorRewardAllo
|
|
|
48
52
|
declare const flags_proxyAggregatorsThroughVercel: typeof proxyAggregatorsThroughVercel;
|
|
49
53
|
declare const flags_sponsorGas: typeof sponsorGas;
|
|
50
54
|
declare namespace flags {
|
|
51
|
-
export { flags_enableBexFundsRecovery as enableBexFundsRecovery, flags_enableEip5792 as enableEip5792, flags_enableSimulateCalls as enableSimulateCalls, flags_hideStakeForSingleHolderVaults as hideStakeForSingleHolderVaults, flags_isAirdropLive as isAirdropLive, flags_isBendNew as isBendNew, flags_isBendVaultDataHourly as isBendVaultDataHourly, 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 };
|
|
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 };
|
|
52
56
|
}
|
|
53
57
|
|
|
54
58
|
export { flags };
|
|
@@ -19,8 +19,10 @@ declare const isBendVaultDataHourly: flags_next.Flag<boolean, any>;
|
|
|
19
19
|
declare const isHoneyPythWrapperEnabled: flags_next.Flag<boolean, any>;
|
|
20
20
|
declare const isBendNew: flags_next.Flag<boolean, any>;
|
|
21
21
|
declare const isPoolsMerged: flags_next.Flag<boolean, any>;
|
|
22
|
+
declare const isBendLoopingEnabled: flags_next.Flag<boolean, any>;
|
|
22
23
|
declare const isMultiChainZapBendEnabled: flags_next.Flag<boolean, any>;
|
|
23
24
|
declare const isZapStakeBeraEnabled: flags_next.Flag<boolean, any>;
|
|
25
|
+
declare const isBgtPolRewardToken: flags_next.Flag<boolean, any>;
|
|
24
26
|
declare const mockValidatorOperator: flags_next.Flag<boolean, any>;
|
|
25
27
|
declare const mockValidatorRewardAllocator: flags_next.Flag<boolean, any>;
|
|
26
28
|
declare const mockRewardDurationManager: flags_next.Flag<boolean, any>;
|
|
@@ -31,8 +33,10 @@ declare const flags_enableEip5792: typeof enableEip5792;
|
|
|
31
33
|
declare const flags_enableSimulateCalls: typeof enableSimulateCalls;
|
|
32
34
|
declare const flags_hideStakeForSingleHolderVaults: typeof hideStakeForSingleHolderVaults;
|
|
33
35
|
declare const flags_isAirdropLive: typeof isAirdropLive;
|
|
36
|
+
declare const flags_isBendLoopingEnabled: typeof isBendLoopingEnabled;
|
|
34
37
|
declare const flags_isBendNew: typeof isBendNew;
|
|
35
38
|
declare const flags_isBendVaultDataHourly: typeof isBendVaultDataHourly;
|
|
39
|
+
declare const flags_isBgtPolRewardToken: typeof isBgtPolRewardToken;
|
|
36
40
|
declare const flags_isDefaultStakingPoolEnabled: typeof isDefaultStakingPoolEnabled;
|
|
37
41
|
declare const flags_isEmbeddedWalletsEnabled: typeof isEmbeddedWalletsEnabled;
|
|
38
42
|
declare const flags_isGovernanceEnabled: typeof isGovernanceEnabled;
|
|
@@ -48,7 +52,7 @@ declare const flags_mockValidatorRewardAllocator: typeof mockValidatorRewardAllo
|
|
|
48
52
|
declare const flags_proxyAggregatorsThroughVercel: typeof proxyAggregatorsThroughVercel;
|
|
49
53
|
declare const flags_sponsorGas: typeof sponsorGas;
|
|
50
54
|
declare namespace flags {
|
|
51
|
-
export { flags_enableBexFundsRecovery as enableBexFundsRecovery, flags_enableEip5792 as enableEip5792, flags_enableSimulateCalls as enableSimulateCalls, flags_hideStakeForSingleHolderVaults as hideStakeForSingleHolderVaults, flags_isAirdropLive as isAirdropLive, flags_isBendNew as isBendNew, flags_isBendVaultDataHourly as isBendVaultDataHourly, 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 };
|
|
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 };
|
|
52
56
|
}
|
|
53
57
|
|
|
54
58
|
export { flags };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as l}from"../../chunk-FVNATITS.mjs";import{b as r}from"../../chunk-S2A3Z34I.mjs";import"../../chunk-MS6UGFXI.mjs";import{a as i}from"../../chunk-JZXLCA2E.mjs";var n={};i(n,{enableBexFundsRecovery:()=>f,enableEip5792:()=>
|
|
1
|
+
import{a as l}from"../../chunk-FVNATITS.mjs";import{b as r}from"../../chunk-S2A3Z34I.mjs";import"../../chunk-MS6UGFXI.mjs";import{a as i}from"../../chunk-JZXLCA2E.mjs";var n={};i(n,{enableBexFundsRecovery:()=>f,enableEip5792:()=>m,enableSimulateCalls:()=>c,hideStakeForSingleHolderVaults:()=>u,isAirdropLive:()=>g,isBendLoopingEnabled:()=>v,isBendNew:()=>w,isBendVaultDataHourly:()=>x,isBgtPolRewardToken:()=>C,isDefaultStakingPoolEnabled:()=>h,isEmbeddedWalletsEnabled:()=>k,isGovernanceEnabled:()=>p,isHoneyPythWrapperEnabled:()=>V,isMultiChainZapBendEnabled:()=>S,isPoolsMerged:()=>B,isRefundInExplorer:()=>b,isZapStakeBeraEnabled:()=>A,mockIncentiveManager:()=>H,mockRewardDurationManager:()=>R,mockValidatorOperator:()=>P,mockValidatorRewardAllocator:()=>M,proxyAggregatorsThroughVercel:()=>E,sponsorGas:()=>y});import{flag as a}from"flags/next";import{edgeConfigAdapter as s}from"@flags-sdk/edge-config";function e({adapter:o}={adapter:s()}){return{...o,async decide(t){if(r&&t.key.startsWith("mock"))return!1;let d=await o.decide(t);return l(d)}}}var p=a({key:"isGovernanceEnabled",description:"Enable Governance proposals",defaultValue:!0,adapter:e()}),u=a({key:"hideStakeForSingleHolderVaults",description:"Hide stake for single holder vaults",defaultValue:!0,adapter:e()}),c=a({key:"enableSimulateCalls",description:"Controls the support of eth_simulateV1 from bera-reth/bera-geth",defaultValue:!1,adapter:e()}),f=a({key:"enableBexFundsRecovery",description:"Enable BEX funds recovery",defaultValue:!0,adapter:e()}),b=a({key:"isRefundInExplorer",description:"Show Refund link in the Explorer dropdown",defaultValue:!1,adapter:e()}),g=a({key:"isAirdropLive",description:"Show Airdrop link in the Explorer dropdown",defaultValue:!1,adapter:e()}),k=a({key:"isEmbeddedWalletsEnabled",description:"Enable embedded wallets",defaultValue:!0,adapter:e()}),y=a({key:"sponsorGas",description:"Enable gasless transactions for embedded wallets",defaultValue:!1,adapter:e()}),m=a({key:"enableEip5792",description:"Enable EIP-5792 to allow batch transactions if wallet supports it",defaultValue:!0,adapter:e()}),E=a({key:"proxyAggregatorsThroughVercel",description:"Proxy aggregators quotes through Vercel instead of proxy gateway",defaultValue:!1,adapter:e()}),h=a({key:"isDefaultStakingPoolEnabled",description:"Enable default staking pools",defaultValue:!0,adapter:e()}),x=a({key:"isBendVaultDataHourly",description:"Enable bend vault data to be fetched hourly",defaultValue:!0,adapter:e()}),V=a({key:"isHoneyPythWrapperEnabled",description:"Update pyth prices when minting or redeeming Honey",defaultValue:!1,adapter:e()}),w=a({key:"isBendNew",description:"Enable Bend live",defaultValue:!1,adapter:e()}),B=a({key:"isPoolsMerged",description:"Enable Pools merged",defaultValue:!0,adapter:e()}),v=a({key:"isBendLoopingEnabled",description:"Enable multiply/demultiply looping in Bend markets",defaultValue:!1,adapter:e()}),S=a({key:"isMultiChainZapBendEnabled",description:"Enable multi chain zap for Bend",defaultValue:!1,adapter:e()}),A=a({key:"isZapStakeBeraEnabled",description:"Enable multi chain zap for Staking BERA",defaultValue:!1,adapter:e()}),C=a({key:"isBgtPolRewardToken",description:"Whether the BGT reward token is the POL reward token",defaultValue:!0,adapter:e()}),P=a({key:"mockValidatorOperator",description:"Mock validator role",defaultValue:!1,adapter:e()}),M=a({key:"mockValidatorRewardAllocator",description:"Mock validator reward allocator",defaultValue:!1,adapter:e()}),R=a({key:"mockRewardDurationManager",description:"Mock reward duration manager",defaultValue:!1,adapter:e()}),H=a({key:"mockIncentiveManager",description:"Mock incentive manager",defaultValue:!1,adapter:e()});export{n as flags};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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 _chunkJYSZ2GU3cjs = require('../chunk-JYSZ2GU3.cjs');var _chunkDUO7UEQDcjs = require('../chunk-DUO7UEQD.cjs');var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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 _chunkJYSZ2GU3cjs = require('../chunk-JYSZ2GU3.cjs');var _chunkDUO7UEQDcjs = require('../chunk-DUO7UEQD.cjs');var _chunkWOMXQLBKcjs = require('../chunk-WOMXQLBK.cjs');require('../chunk-YFRDKFCV.cjs');require('../chunk-GMCXYF2Y.cjs');var _chunk276AZYTLcjs = require('../chunk-276AZYTL.cjs');var _chunk3KQLFIHTcjs = require('../chunk-3KQLFIHT.cjs');require('../chunk-2OLL4MUY.cjs');require('../chunk-4VDLQK6F.cjs');function v({dsn:e=process.env.NEXT_PUBLIC_SENTRY_DSN}={}){if(!e)return;let r=/^(?:https:\/\/)([A-z0-9]{32})(?::{0,1})([A-z0-9]*)(?:@)(o[a-z0-9]+)(?:\.ingest\.us\.sentry\.io)\/([0-9]{16})/i,s=_optionalChain([e, 'optionalAccess', _ => _.match, 'call', _2 => _2(r)]);if(!s)return;let[,o,n,t,a]=s,c=new URL(`https://${t}.ingest.us.sentry.io/api/${a}/security/?sentry_key=${o}`);return c.searchParams.set("sentry_key",o),c.searchParams.set("sentry_env",_chunkJYSZ2GU3cjs.a),c.searchParams.set("sentry_release",_chunkJYSZ2GU3cjs.c),{dsn:s[0],projectId:a,deprecatedSecret:n||void 0,cspEndpoint:c,org:t,publicKey:s[1]}}function E({isDevelopment:e,nonce:r,cspReporting:s,...o}){let n=[],t=_chunkWOMXQLBKcjs.a[_chunk3KQLFIHTcjs.a],a=["https://*.sentry.io/","https://*.berachain.com/","https://*.berachain-staging.com/","wss://www.walletlink.org/rpc","https://*.thirdweb.com/","https://raw.githubusercontent.com/berachain/metadata/",_chunk276AZYTLcjs.a,"https://*.quiknode.pro","https://beranames-assets-berachain.s3.eu-central-003.backblazeb2.com/",_chunk276AZYTLcjs.b,t.governance.subgraph,t.honey.subgraph,t.pol.subgraph,t.pol.bribeBoostApi,t.bex.subgraph,_chunkDUO7UEQDcjs.a.call(void 0, t.api),_chunk276AZYTLcjs.e,_chunk276AZYTLcjs.d,_chunk276AZYTLcjs.f,"https://open-api.openocean.finance/","https://api.haiku.trade/","https://api.fly.trade/",`${t.bex.aggregatorsProxyUrl}/`,"wss://relay.walletconnect.com/","wss://relay.walletconnect.org/","https://verify.walletconnect.org/v3/public-key","https://api.routescan.io/v2/network/","wss://metamask-sdk.api.cx.metamask.io/socket.io/","https://metamask-sdk.api.cx.metamask.io","https://app.dynamicauth.com/api","https://www.walletlink.org/events","https://api.trongrid.io/","https://api-mainnet.layerzero-scan.com/","https://api-testnet.layerzero-scan.com/","https://chain-proxy.wallet.coinbase.com/","https://wallet.binance.com/tonbridge/","https://*.thirdweb.com/","https://eth.merkle.io/","https://cdn.whisk.so/","https://*.posthog.com","https://vercel.live","wss://ws-us3.pusher.com","https://cdn.markfi.xyz/scripts/analytics/","https://a.markfi.xyz/","https://hermes.pyth.network/v2/","https://rpc.porto.sh","https://api.avax.network/ext/bc/C/rpc","https://polygon-rpc.com","https://mainnet.optimism.io/","https://arb1.arbitrum.io/rpc","wss://www.walletlink.org/rpc","https://eth.merkle.io","https://mainnet.base.org/","https://api.enso.finance/","wss://www.walletlink.org/rpc",t.staking].concat(_nullishCoalesce(o.connectionSources, () => ([]))).filter(i=>{if(!i)return!1;let p=_chunkDUO7UEQDcjs.a.call(void 0, i);return!(!p||p.trim()===""||p.startsWith(_chunk276AZYTLcjs.b)&&p!==_chunk276AZYTLcjs.b)}),c=[_chunk276AZYTLcjs.a,"https://raw.githubusercontent.com/berachain/metadata/","https://assets.coingecko.com/coins/images/","https://coin-images.coingecko.com/coins/images/","https://beranames-assets-berachain.s3.eu-central-003.backblazeb2.com/","https://icons.llama.fi/","https://icons.llamao.fi/","https://static.debank.com/","https://cdn.whisk.so/","https://cdn.morpho.org/","https://raw.githubusercontent.com/trustwallet/assets/","https://pelaguswallet.io/docs/img","https://*.posthog.com","https://vercel.live","https://vercel.com"].concat(_nullishCoalesce(o.pictureSources, () => ([]))).filter(i=>!(!i||i.trim()==="")),S=["https://verify.walletconnect.com/","https://verify.walletconnect.org/","https://embedded-wallet.thirdweb.com/","https://*.posthog.com","https://vercel.live/","https://id.porto.sh"].concat(_nullishCoalesce(o.frameSources, () => ([]))),x=["https://cdn.jsdelivr.net/npm/@fontsource/","https://*.posthog.com","https://vercel.live","https://assets.vercel.com","https://fonts.gstatic.com","https://use.typekit.net/"].concat(_nullishCoalesce(o.fontSources, () => ([]))),$=["https://*.posthog.com","https://vercel.live"].concat(_nullishCoalesce(o.styleSources, () => ([]))),u=`
|
|
2
2
|
default-src 'self' ${n.join(" ")};
|
|
3
3
|
base-uri 'self';
|
|
4
4
|
frame-src 'self' ${S.join(" ")};
|
|
@@ -13,4 +13,4 @@
|
|
|
13
13
|
`;return s&&(u+=`
|
|
14
14
|
report-uri ${s};
|
|
15
15
|
report-to csp-endpoint;
|
|
16
|
-
`),u.replace(/\s{2,}/g," ").trim()}var C=[
|
|
16
|
+
`),u.replace(/\s{2,}/g," ").trim()}var C=[_chunk276AZYTLcjs.a,"https://raw.githubusercontent.com/berachain/metadata/","https://assets.coingecko.com/coins/images/","https://berachain.ghost.io/content/images/"].filter(e=>!(!e||e.trim()===""));function P({response:e}){let r=_optionalChain([v, 'call', _3 => _3(), 'optionalAccess', _4 => _4.cspEndpoint]),s=Buffer.from(crypto.randomUUID()).toString("base64"),o=process.env.NODE_ENV==="development",n=[{key:"Content-Security-Policy",value:E({isDevelopment:o,cspReporting:_optionalChain([r, 'optionalAccess', _5 => _5.toString, 'call', _6 => _6()]),nonce:s})},{key:"X-Frame-Options",value:"DENY"},{key:"X-Content-Type-Options",value:"nosniff"},{key:"X-Nonce",value:s}];r&&(n.push({key:"Reporting-To",value:`{"group":"csp-endpoint","max_age":10886400,"endpoints":[{"url":"${r}"}],"include_subdomains":true}"`}),n.push({key:"Reporting-Endpoints",value:`csp-endpoint="${r}"`}));for(let t of n)e.headers.set(t.key,t.value);return e}exports.cspMiddleware = P; exports.getContentSecurityPolicy = E; exports.staticPictureSources = C;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{a as
|
|
1
|
+
import{a as b,c as k}from"../chunk-DL645PXT.mjs";import{a as m}from"../chunk-O243TIHY.mjs";import{a as w}from"../chunk-VKKV5GF6.mjs";import"../chunk-ZKMVPHR5.mjs";import"../chunk-RMPYYDGQ.mjs";import{a as h,b as l,d as f,e as d,f as y}from"../chunk-4EBBM3AH.mjs";import{a as g}from"../chunk-S2A3Z34I.mjs";import"../chunk-MS6UGFXI.mjs";import"../chunk-JZXLCA2E.mjs";function v({dsn:e=process.env.NEXT_PUBLIC_SENTRY_DSN}={}){if(!e)return;let r=/^(?:https:\/\/)([A-z0-9]{32})(?::{0,1})([A-z0-9]*)(?:@)(o[a-z0-9]+)(?:\.ingest\.us\.sentry\.io)\/([0-9]{16})/i,s=e?.match(r);if(!s)return;let[,o,n,t,a]=s,c=new URL(`https://${t}.ingest.us.sentry.io/api/${a}/security/?sentry_key=${o}`);return c.searchParams.set("sentry_key",o),c.searchParams.set("sentry_env",b),c.searchParams.set("sentry_release",k),{dsn:s[0],projectId:a,deprecatedSecret:n||void 0,cspEndpoint:c,org:t,publicKey:s[1]}}function E({isDevelopment:e,nonce:r,cspReporting:s,...o}){let n=[],t=w[g],a=["https://*.sentry.io/","https://*.berachain.com/","https://*.berachain-staging.com/","wss://www.walletlink.org/rpc","https://*.thirdweb.com/","https://raw.githubusercontent.com/berachain/metadata/",h,"https://*.quiknode.pro","https://beranames-assets-berachain.s3.eu-central-003.backblazeb2.com/",l,t.governance.subgraph,t.honey.subgraph,t.pol.subgraph,t.pol.bribeBoostApi,t.bex.subgraph,m(t.api),d,f,y,"https://open-api.openocean.finance/","https://api.haiku.trade/","https://api.fly.trade/",`${t.bex.aggregatorsProxyUrl}/`,"wss://relay.walletconnect.com/","wss://relay.walletconnect.org/","https://verify.walletconnect.org/v3/public-key","https://api.routescan.io/v2/network/","wss://metamask-sdk.api.cx.metamask.io/socket.io/","https://metamask-sdk.api.cx.metamask.io","https://app.dynamicauth.com/api","https://www.walletlink.org/events","https://api.trongrid.io/","https://api-mainnet.layerzero-scan.com/","https://api-testnet.layerzero-scan.com/","https://chain-proxy.wallet.coinbase.com/","https://wallet.binance.com/tonbridge/","https://*.thirdweb.com/","https://eth.merkle.io/","https://cdn.whisk.so/","https://*.posthog.com","https://vercel.live","wss://ws-us3.pusher.com","https://cdn.markfi.xyz/scripts/analytics/","https://a.markfi.xyz/","https://hermes.pyth.network/v2/","https://rpc.porto.sh","https://api.avax.network/ext/bc/C/rpc","https://polygon-rpc.com","https://mainnet.optimism.io/","https://arb1.arbitrum.io/rpc","wss://www.walletlink.org/rpc","https://eth.merkle.io","https://mainnet.base.org/","https://api.enso.finance/","wss://www.walletlink.org/rpc",t.staking].concat(o.connectionSources??[]).filter(i=>{if(!i)return!1;let p=m(i);return!(!p||p.trim()===""||p.startsWith(l)&&p!==l)}),c=[h,"https://raw.githubusercontent.com/berachain/metadata/","https://assets.coingecko.com/coins/images/","https://coin-images.coingecko.com/coins/images/","https://beranames-assets-berachain.s3.eu-central-003.backblazeb2.com/","https://icons.llama.fi/","https://icons.llamao.fi/","https://static.debank.com/","https://cdn.whisk.so/","https://cdn.morpho.org/","https://raw.githubusercontent.com/trustwallet/assets/","https://pelaguswallet.io/docs/img","https://*.posthog.com","https://vercel.live","https://vercel.com"].concat(o.pictureSources??[]).filter(i=>!(!i||i.trim()==="")),S=["https://verify.walletconnect.com/","https://verify.walletconnect.org/","https://embedded-wallet.thirdweb.com/","https://*.posthog.com","https://vercel.live/","https://id.porto.sh"].concat(o.frameSources??[]),x=["https://cdn.jsdelivr.net/npm/@fontsource/","https://*.posthog.com","https://vercel.live","https://assets.vercel.com","https://fonts.gstatic.com","https://use.typekit.net/"].concat(o.fontSources??[]),$=["https://*.posthog.com","https://vercel.live"].concat(o.styleSources??[]),u=`
|
|
2
2
|
default-src 'self' ${n.join(" ")};
|
|
3
3
|
base-uri 'self';
|
|
4
4
|
frame-src 'self' ${S.join(" ")};
|
package/dist/internal/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkWOMXQLBKcjs = require('../chunk-WOMXQLBK.cjs');require('../chunk-YFRDKFCV.cjs');require('../chunk-GMCXYF2Y.cjs');var _chunk276AZYTLcjs = require('../chunk-276AZYTL.cjs');var _chunk3KQLFIHTcjs = require('../chunk-3KQLFIHT.cjs');var _chunk2OLL4MUYcjs = require('../chunk-2OLL4MUY.cjs');require('../chunk-4VDLQK6F.cjs');exports.ChainId = _chunk2OLL4MUYcjs.a; exports.alchemyJsonRpcUrl = _chunk276AZYTLcjs.f; exports.appConfig = _chunkWOMXQLBKcjs.b; exports.chainConfigs = _chunkWOMXQLBKcjs.a; exports.chainId = _chunk3KQLFIHTcjs.a; exports.config = _chunkWOMXQLBKcjs.c; exports.currentDapp = _chunk3KQLFIHTcjs.f; exports.defaultChainId = _chunk3KQLFIHTcjs.a; exports.getRpcUrls = _chunk276AZYTLcjs.c; exports.goldskyBaseUrl = _chunk276AZYTLcjs.b; exports.imageBaseUrl = _chunk276AZYTLcjs.a; exports.jsonRpcUrl = _chunk276AZYTLcjs.e; exports.privateRcpUrl = _chunk276AZYTLcjs.g; exports.publicJsonRpcUrl = _chunk276AZYTLcjs.d;
|