@berachain/config 0.1.18-beta.0 → 0.1.18-beta.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.
@@ -3,7 +3,7 @@
3
3
  var _chunkFNTZIXS7cjs = require('./chunk-FNTZIXS7.cjs');
4
4
 
5
5
 
6
- var _chunk2BJ55Y5Ucjs = require('./chunk-2BJ55Y5U.cjs');
6
+ var _chunkNC5YZP6Pcjs = require('./chunk-NC5YZP6P.cjs');
7
7
 
8
8
 
9
9
 
@@ -14,7 +14,7 @@ var _chunkADH7F47Tcjs = require('./chunk-ADH7F47T.cjs');
14
14
 
15
15
  // src/internal/index.ts
16
16
  var chainConfigs = {
17
- [80094 /* MAINNET */]: _chunk2BJ55Y5Ucjs.mainnet,
17
+ [80094 /* MAINNET */]: _chunkNC5YZP6Pcjs.mainnet,
18
18
  [80069 /* BEPOLIA */]: _chunkFNTZIXS7cjs.bepolia
19
19
  };
20
20
  var chainConfig = chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
@@ -45,7 +45,10 @@ var mainnet = {
45
45
  uri: _nullishCoalesce(process.env.NEXT_PUBLIC_80094_BACKEND_API_URL, () => ( "https://api-prod-ff16.up.railway.app"))
46
46
  },
47
47
  // No beep deployment on mainnet yet; falls back to the Railway `backend`.
48
- beep: null,
48
+ beep: process.env.NEXT_PUBLIC_80094_BEEP_API_URL ? {
49
+ uri: process.env.NEXT_PUBLIC_80094_BEEP_API_URL || "https://beep.berachain.com",
50
+ name: "Berachain Beep"
51
+ } : null,
49
52
  bex: {
50
53
  chainName: "BERACHAIN",
51
54
  vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B",
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-4H4HDUCC.mjs";
4
4
  import {
5
5
  mainnet
6
- } from "./chunk-HJXRHQST.mjs";
6
+ } from "./chunk-WARW3DCH.mjs";
7
7
  import {
8
8
  defaultChainId,
9
9
  isLocalHost,
@@ -45,7 +45,10 @@ var mainnet = {
45
45
  uri: process.env.NEXT_PUBLIC_80094_BACKEND_API_URL ?? "https://api-prod-ff16.up.railway.app"
46
46
  },
47
47
  // No beep deployment on mainnet yet; falls back to the Railway `backend`.
48
- beep: null,
48
+ beep: process.env.NEXT_PUBLIC_80094_BEEP_API_URL ? {
49
+ uri: process.env.NEXT_PUBLIC_80094_BEEP_API_URL || "https://beep.berachain.com",
50
+ name: "Berachain Beep"
51
+ } : null,
49
52
  bex: {
50
53
  chainName: "BERACHAIN",
51
54
  vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B",
@@ -7,9 +7,9 @@ var _chunkONKAV4AGcjs = require('../chunk-ONKAV4AG.cjs');
7
7
  var _chunkYT7WZDGIcjs = require('../chunk-YT7WZDGI.cjs');
8
8
 
9
9
 
10
- var _chunkREBIMTSJcjs = require('../chunk-REBIMTSJ.cjs');
10
+ var _chunkCD24O7M2cjs = require('../chunk-CD24O7M2.cjs');
11
11
  require('../chunk-FNTZIXS7.cjs');
12
- require('../chunk-2BJ55Y5U.cjs');
12
+ require('../chunk-NC5YZP6P.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 = _chunkREBIMTSJcjs.chainConfigs[_chunkADH7F47Tcjs.defaultChainId];
70
+ const config = _chunkCD24O7M2cjs.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-FOUI63VD.mjs";
10
+ } from "../chunk-POXE63WP.mjs";
11
11
  import "../chunk-4H4HDUCC.mjs";
12
- import "../chunk-HJXRHQST.mjs";
12
+ import "../chunk-WARW3DCH.mjs";
13
13
  import {
14
14
  alchemyJsonRpcUrl,
15
15
  goldskyBaseUrl,
@@ -2,9 +2,9 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkREBIMTSJcjs = require('../chunk-REBIMTSJ.cjs');
5
+ var _chunkCD24O7M2cjs = require('../chunk-CD24O7M2.cjs');
6
6
  require('../chunk-FNTZIXS7.cjs');
7
- require('../chunk-2BJ55Y5U.cjs');
7
+ require('../chunk-NC5YZP6P.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 = _chunkREBIMTSJcjs.appConfig; exports.chainConfigs = _chunkREBIMTSJcjs.chainConfigs; exports.chainId = _chunkADH7F47Tcjs.defaultChainId; exports.config = _chunkREBIMTSJcjs.config; exports.currentDapp = _chunkADH7F47Tcjs.currentDapp; exports.defaultChainId = _chunkADH7F47Tcjs.defaultChainId; exports.getRpcUrls = _chunkWRTYGXJMcjs.getRpcUrls; exports.goldskyBaseUrl = _chunkWRTYGXJMcjs.goldskyBaseUrl; exports.imageBaseUrl = _chunkWRTYGXJMcjs.imageBaseUrl; exports.jsonRpcUrl = _chunkWRTYGXJMcjs.jsonRpcUrl; exports.privateRcpUrl = _chunkWRTYGXJMcjs.privateRcpUrl; exports.publicJsonRpcUrl = _chunkWRTYGXJMcjs.publicJsonRpcUrl;
40
+ exports.ChainId = _chunkEYYJ2UZTcjs.ChainId; exports.alchemyJsonRpcUrl = _chunkWRTYGXJMcjs.alchemyJsonRpcUrl; exports.appConfig = _chunkCD24O7M2cjs.appConfig; exports.chainConfigs = _chunkCD24O7M2cjs.chainConfigs; exports.chainId = _chunkADH7F47Tcjs.defaultChainId; exports.config = _chunkCD24O7M2cjs.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;
@@ -80,7 +80,10 @@ declare const chainConfigs: {
80
80
  readonly name: "Berachain Backend";
81
81
  readonly uri: string;
82
82
  };
83
- readonly beep: null;
83
+ readonly beep: {
84
+ uri: string;
85
+ name: string;
86
+ } | null;
84
87
  readonly bex: {
85
88
  readonly chainName: "BERACHAIN";
86
89
  readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
@@ -465,20 +468,20 @@ declare const appConfig: {
465
468
  * @deprecated use chainConfigs and appConfig instead. chainId should always be read from the app state.
466
469
  */
467
470
  declare const config: {
468
- readonly chainId: ChainId.BEPOLIA;
471
+ readonly chainId: ChainId.MAINNET;
469
472
  readonly tokens: {
470
473
  readonly wbera: "0x6969696969696969696969696969696969696969";
471
474
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
472
475
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
473
- readonly wbtc: "0x";
474
- readonly weth: "0x";
476
+ readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
477
+ readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
475
478
  };
476
479
  readonly depositContract: "0x4242424242424242424242424242424242424242";
477
480
  readonly pol: {
478
481
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
479
482
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
483
+ readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
480
484
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
481
- readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
482
485
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
483
486
  readonly subgraph: {
484
487
  readonly name: "pol-subgraph";
@@ -492,8 +495,8 @@ declare const config: {
492
495
  readonly name: "supply-monitor";
493
496
  readonly uri: string;
494
497
  };
495
- readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
496
- readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
498
+ readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
499
+ readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
497
500
  };
498
501
  readonly api: {
499
502
  readonly name: "Berachain API";
@@ -507,32 +510,32 @@ declare const config: {
507
510
  readonly uri: string;
508
511
  };
509
512
  readonly beep: {
510
- readonly name: "Berachain Beep";
511
- readonly uri: string;
512
- };
513
+ uri: string;
514
+ name: string;
515
+ } | null;
513
516
  readonly bex: {
514
- readonly chainName: "BEPOLIA";
515
- readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
516
- readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
517
- readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
518
- readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
517
+ readonly chainName: "BERACHAIN";
518
+ readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
519
+ readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
520
+ readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
521
+ readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
519
522
  readonly factories: {
520
- readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
521
- readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
523
+ readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
524
+ readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
522
525
  };
523
- readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
524
- readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
525
- readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
526
- readonly haikuRouter: null;
527
- readonly haikuAgentAddress: null;
528
- readonly aggregatorsProxyUrl: string;
529
- readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
530
- readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
531
526
  readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
527
+ readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
528
+ readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
529
+ readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
530
+ readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
531
+ readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
532
+ readonly aggregatorsProxyUrl: string;
533
+ readonly recoverFundsApi: string;
534
+ readonly recoverFundsContract: `0x${string}`;
532
535
  };
533
536
  readonly honey: {
534
537
  readonly name: "Honey";
535
- readonly url: "https://bepolia.honey.berachain.com";
538
+ readonly url: "https://honey.berachain.com";
536
539
  readonly subgraph: {
537
540
  readonly name: "honey-subgraph";
538
541
  readonly uri: string;
@@ -542,22 +545,22 @@ declare const config: {
542
545
  };
543
546
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
544
547
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
545
- readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
548
+ readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
546
549
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
547
550
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
548
551
  };
549
552
  readonly hub: {
550
553
  readonly name: "BeraHub";
551
- readonly url: "https://bepolia.hub.berachain.com";
554
+ readonly url: "https://hub.berachain.com";
552
555
  };
553
556
  readonly governance: {
554
- readonly governor: `0x${string}`;
555
- readonly timelock: `0x${string}`;
557
+ readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
558
+ readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
556
559
  };
557
560
  readonly lists: {
558
- readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
559
- readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
560
- readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
561
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
562
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
563
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
561
564
  };
562
565
  readonly external: {
563
566
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -565,46 +568,52 @@ declare const config: {
565
568
  readonly averageBlockTime: 2;
566
569
  readonly bridge: {
567
570
  readonly name: "BeraBridge";
568
- readonly url: "https://bepolia.bridge.berachain.com";
571
+ readonly url: "https://bridge.berachain.com";
569
572
  readonly nft: {
570
573
  readonly name: "BeraBridge NFT";
571
- readonly url: "#";
574
+ readonly url: "https://nftbridge.berachain.com";
572
575
  readonly eth: {
573
- readonly subgraph: "#";
576
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
574
577
  };
575
578
  readonly berachain: {
576
- readonly subgraph: "#";
579
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
577
580
  };
578
581
  };
579
582
  };
580
583
  readonly bend: {
581
584
  readonly name: "Bend";
582
- readonly url: "https://bepolia.bend.berachain.com";
583
- readonly whiskApi: null;
585
+ readonly url: "https://bend.berachain.com";
586
+ readonly whiskApi: {
587
+ readonly name: "Bend Whisk";
588
+ readonly uri: string;
589
+ readonly headers: {
590
+ Authorization: string;
591
+ } | undefined;
592
+ };
584
593
  readonly production: {
585
- readonly morpho: null;
586
- readonly adaptiveCurveIrm: null;
587
- readonly metaMorphoFactory: null;
588
- readonly publicAllocator: null;
589
- readonly bundler3: null;
590
- readonly generalAdapter1: null;
591
- readonly supportedVaults: Address[];
592
- readonly curatorVaults: Address[];
594
+ readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
595
+ readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
596
+ readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
597
+ readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
598
+ readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
599
+ readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
600
+ readonly supportedVaults: `0x${string}`[];
601
+ readonly curatorVaults: `0x${string}`[];
593
602
  };
594
603
  readonly staging: {
595
- readonly morpho: null;
596
- readonly adaptiveCurveIrm: null;
597
- readonly metaMorphoFactory: null;
598
- readonly publicAllocator: null;
599
- readonly bundler3: null;
600
- readonly generalAdapter1: null;
601
- readonly supportedVaults: Address[];
602
- readonly curatorVaults: Address[];
604
+ readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
605
+ readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
606
+ readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
607
+ readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
608
+ readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
609
+ readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
610
+ readonly supportedVaults: `0x${string}`[];
611
+ readonly curatorVaults: `0x${string}`[];
603
612
  };
604
613
  };
605
614
  readonly enso: {
606
- readonly walletV2Factory: null;
607
- readonly walletFlashloanAdapter: null;
615
+ readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
616
+ readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
608
617
  };
609
618
  readonly explore: {
610
619
  readonly name: "Explore";
@@ -612,34 +621,27 @@ declare const config: {
612
621
  };
613
622
  readonly explorer: {
614
623
  readonly name: "Berascan";
615
- readonly url: "https://testnet.berascan.com";
624
+ readonly url: "https://berascan.com";
616
625
  };
617
626
  readonly chain: {
618
627
  readonly name: string;
619
628
  };
620
- readonly faucet: {
621
- readonly name: "Faucet";
622
- readonly url: "https://bepolia.faucet.berachain.com";
623
- readonly dripAmount: 1;
624
- readonly timeGap: 8;
625
- readonly cloudflareKey: string;
626
- readonly endpoint: "https://faucet-api.testnet.berachain.com";
627
- };
629
+ readonly faucet: null;
628
630
  } | {
629
- readonly chainId: ChainId.MAINNET;
631
+ readonly chainId: ChainId.BEPOLIA;
630
632
  readonly tokens: {
631
633
  readonly wbera: "0x6969696969696969696969696969696969696969";
632
634
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
633
635
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
634
- readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
635
- readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
636
+ readonly wbtc: "0x";
637
+ readonly weth: "0x";
636
638
  };
637
639
  readonly depositContract: "0x4242424242424242424242424242424242424242";
638
640
  readonly pol: {
639
641
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
640
642
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
641
- readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
642
643
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
644
+ readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
643
645
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
644
646
  readonly subgraph: {
645
647
  readonly name: "pol-subgraph";
@@ -653,8 +655,8 @@ declare const config: {
653
655
  readonly name: "supply-monitor";
654
656
  readonly uri: string;
655
657
  };
656
- readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
657
- readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
658
+ readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
659
+ readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
658
660
  };
659
661
  readonly api: {
660
662
  readonly name: "Berachain API";
@@ -667,30 +669,33 @@ declare const config: {
667
669
  readonly name: "Berachain Backend";
668
670
  readonly uri: string;
669
671
  };
670
- readonly beep: null;
672
+ readonly beep: {
673
+ readonly name: "Berachain Beep";
674
+ readonly uri: string;
675
+ };
671
676
  readonly bex: {
672
- readonly chainName: "BERACHAIN";
673
- readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
674
- readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
675
- readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
676
- readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
677
+ readonly chainName: "BEPOLIA";
678
+ readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
679
+ readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
680
+ readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
681
+ readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
677
682
  readonly factories: {
678
- readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
679
- readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
683
+ readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
684
+ readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
680
685
  };
681
- readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
682
- readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
683
- readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
684
- readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
685
- readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
686
- readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
686
+ readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
687
+ readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
688
+ readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
689
+ readonly haikuRouter: null;
690
+ readonly haikuAgentAddress: null;
687
691
  readonly aggregatorsProxyUrl: string;
688
- readonly recoverFundsApi: string;
689
- readonly recoverFundsContract: `0x${string}`;
692
+ readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
693
+ readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
694
+ readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
690
695
  };
691
696
  readonly honey: {
692
697
  readonly name: "Honey";
693
- readonly url: "https://honey.berachain.com";
698
+ readonly url: "https://bepolia.honey.berachain.com";
694
699
  readonly subgraph: {
695
700
  readonly name: "honey-subgraph";
696
701
  readonly uri: string;
@@ -700,22 +705,22 @@ declare const config: {
700
705
  };
701
706
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
702
707
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
703
- readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
708
+ readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
704
709
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
705
710
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
706
711
  };
707
712
  readonly hub: {
708
713
  readonly name: "BeraHub";
709
- readonly url: "https://hub.berachain.com";
714
+ readonly url: "https://bepolia.hub.berachain.com";
710
715
  };
711
716
  readonly governance: {
712
- readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
713
- readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
717
+ readonly governor: `0x${string}`;
718
+ readonly timelock: `0x${string}`;
714
719
  };
715
720
  readonly lists: {
716
- readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
717
- readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
718
- readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
721
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
722
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
723
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
719
724
  };
720
725
  readonly external: {
721
726
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -723,52 +728,46 @@ declare const config: {
723
728
  readonly averageBlockTime: 2;
724
729
  readonly bridge: {
725
730
  readonly name: "BeraBridge";
726
- readonly url: "https://bridge.berachain.com";
731
+ readonly url: "https://bepolia.bridge.berachain.com";
727
732
  readonly nft: {
728
733
  readonly name: "BeraBridge NFT";
729
- readonly url: "https://nftbridge.berachain.com";
734
+ readonly url: "#";
730
735
  readonly eth: {
731
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
736
+ readonly subgraph: "#";
732
737
  };
733
738
  readonly berachain: {
734
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
739
+ readonly subgraph: "#";
735
740
  };
736
741
  };
737
742
  };
738
743
  readonly bend: {
739
744
  readonly name: "Bend";
740
- readonly url: "https://bend.berachain.com";
741
- readonly whiskApi: {
742
- readonly name: "Bend Whisk";
743
- readonly uri: string;
744
- readonly headers: {
745
- Authorization: string;
746
- } | undefined;
747
- };
745
+ readonly url: "https://bepolia.bend.berachain.com";
746
+ readonly whiskApi: null;
748
747
  readonly production: {
749
- readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
750
- readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
751
- readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
752
- readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
753
- readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
754
- readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
755
- readonly supportedVaults: `0x${string}`[];
756
- readonly curatorVaults: `0x${string}`[];
748
+ readonly morpho: null;
749
+ readonly adaptiveCurveIrm: null;
750
+ readonly metaMorphoFactory: null;
751
+ readonly publicAllocator: null;
752
+ readonly bundler3: null;
753
+ readonly generalAdapter1: null;
754
+ readonly supportedVaults: Address[];
755
+ readonly curatorVaults: Address[];
757
756
  };
758
757
  readonly staging: {
759
- readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
760
- readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
761
- readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
762
- readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
763
- readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
764
- readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
765
- readonly supportedVaults: `0x${string}`[];
766
- readonly curatorVaults: `0x${string}`[];
758
+ readonly morpho: null;
759
+ readonly adaptiveCurveIrm: null;
760
+ readonly metaMorphoFactory: null;
761
+ readonly publicAllocator: null;
762
+ readonly bundler3: null;
763
+ readonly generalAdapter1: null;
764
+ readonly supportedVaults: Address[];
765
+ readonly curatorVaults: Address[];
767
766
  };
768
767
  };
769
768
  readonly enso: {
770
- readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
771
- readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
769
+ readonly walletV2Factory: null;
770
+ readonly walletFlashloanAdapter: null;
772
771
  };
773
772
  readonly explore: {
774
773
  readonly name: "Explore";
@@ -776,12 +775,19 @@ declare const config: {
776
775
  };
777
776
  readonly explorer: {
778
777
  readonly name: "Berascan";
779
- readonly url: "https://berascan.com";
778
+ readonly url: "https://testnet.berascan.com";
780
779
  };
781
780
  readonly chain: {
782
781
  readonly name: string;
783
782
  };
784
- readonly faucet: null;
783
+ readonly faucet: {
784
+ readonly name: "Faucet";
785
+ readonly url: "https://bepolia.faucet.berachain.com";
786
+ readonly dripAmount: 1;
787
+ readonly timeGap: 8;
788
+ readonly cloudflareKey: string;
789
+ readonly endpoint: "https://faucet-api.testnet.berachain.com";
790
+ };
785
791
  };
786
792
 
787
793
  export { Address, AppName, ChainId, alchemyJsonRpcUrl, appConfig, chainConfigs, defaultChainId as chainId, config, currentDapp, defaultChainId, getRpcUrls, goldskyBaseUrl, imageBaseUrl, jsonRpcUrl, privateRcpUrl, publicJsonRpcUrl };
@@ -80,7 +80,10 @@ declare const chainConfigs: {
80
80
  readonly name: "Berachain Backend";
81
81
  readonly uri: string;
82
82
  };
83
- readonly beep: null;
83
+ readonly beep: {
84
+ uri: string;
85
+ name: string;
86
+ } | null;
84
87
  readonly bex: {
85
88
  readonly chainName: "BERACHAIN";
86
89
  readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
@@ -465,20 +468,20 @@ declare const appConfig: {
465
468
  * @deprecated use chainConfigs and appConfig instead. chainId should always be read from the app state.
466
469
  */
467
470
  declare const config: {
468
- readonly chainId: ChainId.BEPOLIA;
471
+ readonly chainId: ChainId.MAINNET;
469
472
  readonly tokens: {
470
473
  readonly wbera: "0x6969696969696969696969696969696969696969";
471
474
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
472
475
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
473
- readonly wbtc: "0x";
474
- readonly weth: "0x";
476
+ readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
477
+ readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
475
478
  };
476
479
  readonly depositContract: "0x4242424242424242424242424242424242424242";
477
480
  readonly pol: {
478
481
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
479
482
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
483
+ readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
480
484
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
481
- readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
482
485
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
483
486
  readonly subgraph: {
484
487
  readonly name: "pol-subgraph";
@@ -492,8 +495,8 @@ declare const config: {
492
495
  readonly name: "supply-monitor";
493
496
  readonly uri: string;
494
497
  };
495
- readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
496
- readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
498
+ readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
499
+ readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
497
500
  };
498
501
  readonly api: {
499
502
  readonly name: "Berachain API";
@@ -507,32 +510,32 @@ declare const config: {
507
510
  readonly uri: string;
508
511
  };
509
512
  readonly beep: {
510
- readonly name: "Berachain Beep";
511
- readonly uri: string;
512
- };
513
+ uri: string;
514
+ name: string;
515
+ } | null;
513
516
  readonly bex: {
514
- readonly chainName: "BEPOLIA";
515
- readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
516
- readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
517
- readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
518
- readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
517
+ readonly chainName: "BERACHAIN";
518
+ readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
519
+ readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
520
+ readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
521
+ readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
519
522
  readonly factories: {
520
- readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
521
- readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
523
+ readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
524
+ readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
522
525
  };
523
- readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
524
- readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
525
- readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
526
- readonly haikuRouter: null;
527
- readonly haikuAgentAddress: null;
528
- readonly aggregatorsProxyUrl: string;
529
- readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
530
- readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
531
526
  readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
527
+ readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
528
+ readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
529
+ readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
530
+ readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
531
+ readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
532
+ readonly aggregatorsProxyUrl: string;
533
+ readonly recoverFundsApi: string;
534
+ readonly recoverFundsContract: `0x${string}`;
532
535
  };
533
536
  readonly honey: {
534
537
  readonly name: "Honey";
535
- readonly url: "https://bepolia.honey.berachain.com";
538
+ readonly url: "https://honey.berachain.com";
536
539
  readonly subgraph: {
537
540
  readonly name: "honey-subgraph";
538
541
  readonly uri: string;
@@ -542,22 +545,22 @@ declare const config: {
542
545
  };
543
546
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
544
547
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
545
- readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
548
+ readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
546
549
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
547
550
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
548
551
  };
549
552
  readonly hub: {
550
553
  readonly name: "BeraHub";
551
- readonly url: "https://bepolia.hub.berachain.com";
554
+ readonly url: "https://hub.berachain.com";
552
555
  };
553
556
  readonly governance: {
554
- readonly governor: `0x${string}`;
555
- readonly timelock: `0x${string}`;
557
+ readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
558
+ readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
556
559
  };
557
560
  readonly lists: {
558
- readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
559
- readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
560
- readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
561
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
562
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
563
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
561
564
  };
562
565
  readonly external: {
563
566
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -565,46 +568,52 @@ declare const config: {
565
568
  readonly averageBlockTime: 2;
566
569
  readonly bridge: {
567
570
  readonly name: "BeraBridge";
568
- readonly url: "https://bepolia.bridge.berachain.com";
571
+ readonly url: "https://bridge.berachain.com";
569
572
  readonly nft: {
570
573
  readonly name: "BeraBridge NFT";
571
- readonly url: "#";
574
+ readonly url: "https://nftbridge.berachain.com";
572
575
  readonly eth: {
573
- readonly subgraph: "#";
576
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
574
577
  };
575
578
  readonly berachain: {
576
- readonly subgraph: "#";
579
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
577
580
  };
578
581
  };
579
582
  };
580
583
  readonly bend: {
581
584
  readonly name: "Bend";
582
- readonly url: "https://bepolia.bend.berachain.com";
583
- readonly whiskApi: null;
585
+ readonly url: "https://bend.berachain.com";
586
+ readonly whiskApi: {
587
+ readonly name: "Bend Whisk";
588
+ readonly uri: string;
589
+ readonly headers: {
590
+ Authorization: string;
591
+ } | undefined;
592
+ };
584
593
  readonly production: {
585
- readonly morpho: null;
586
- readonly adaptiveCurveIrm: null;
587
- readonly metaMorphoFactory: null;
588
- readonly publicAllocator: null;
589
- readonly bundler3: null;
590
- readonly generalAdapter1: null;
591
- readonly supportedVaults: Address[];
592
- readonly curatorVaults: Address[];
594
+ readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
595
+ readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
596
+ readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
597
+ readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
598
+ readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
599
+ readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
600
+ readonly supportedVaults: `0x${string}`[];
601
+ readonly curatorVaults: `0x${string}`[];
593
602
  };
594
603
  readonly staging: {
595
- readonly morpho: null;
596
- readonly adaptiveCurveIrm: null;
597
- readonly metaMorphoFactory: null;
598
- readonly publicAllocator: null;
599
- readonly bundler3: null;
600
- readonly generalAdapter1: null;
601
- readonly supportedVaults: Address[];
602
- readonly curatorVaults: Address[];
604
+ readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
605
+ readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
606
+ readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
607
+ readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
608
+ readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
609
+ readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
610
+ readonly supportedVaults: `0x${string}`[];
611
+ readonly curatorVaults: `0x${string}`[];
603
612
  };
604
613
  };
605
614
  readonly enso: {
606
- readonly walletV2Factory: null;
607
- readonly walletFlashloanAdapter: null;
615
+ readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
616
+ readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
608
617
  };
609
618
  readonly explore: {
610
619
  readonly name: "Explore";
@@ -612,34 +621,27 @@ declare const config: {
612
621
  };
613
622
  readonly explorer: {
614
623
  readonly name: "Berascan";
615
- readonly url: "https://testnet.berascan.com";
624
+ readonly url: "https://berascan.com";
616
625
  };
617
626
  readonly chain: {
618
627
  readonly name: string;
619
628
  };
620
- readonly faucet: {
621
- readonly name: "Faucet";
622
- readonly url: "https://bepolia.faucet.berachain.com";
623
- readonly dripAmount: 1;
624
- readonly timeGap: 8;
625
- readonly cloudflareKey: string;
626
- readonly endpoint: "https://faucet-api.testnet.berachain.com";
627
- };
629
+ readonly faucet: null;
628
630
  } | {
629
- readonly chainId: ChainId.MAINNET;
631
+ readonly chainId: ChainId.BEPOLIA;
630
632
  readonly tokens: {
631
633
  readonly wbera: "0x6969696969696969696969696969696969696969";
632
634
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
633
635
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
634
- readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
635
- readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
636
+ readonly wbtc: "0x";
637
+ readonly weth: "0x";
636
638
  };
637
639
  readonly depositContract: "0x4242424242424242424242424242424242424242";
638
640
  readonly pol: {
639
641
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
640
642
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
641
- readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
642
643
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
644
+ readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
643
645
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
644
646
  readonly subgraph: {
645
647
  readonly name: "pol-subgraph";
@@ -653,8 +655,8 @@ declare const config: {
653
655
  readonly name: "supply-monitor";
654
656
  readonly uri: string;
655
657
  };
656
- readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
657
- readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
658
+ readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
659
+ readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
658
660
  };
659
661
  readonly api: {
660
662
  readonly name: "Berachain API";
@@ -667,30 +669,33 @@ declare const config: {
667
669
  readonly name: "Berachain Backend";
668
670
  readonly uri: string;
669
671
  };
670
- readonly beep: null;
672
+ readonly beep: {
673
+ readonly name: "Berachain Beep";
674
+ readonly uri: string;
675
+ };
671
676
  readonly bex: {
672
- readonly chainName: "BERACHAIN";
673
- readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
674
- readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
675
- readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
676
- readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
677
+ readonly chainName: "BEPOLIA";
678
+ readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
679
+ readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
680
+ readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
681
+ readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
677
682
  readonly factories: {
678
- readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
679
- readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
683
+ readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
684
+ readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
680
685
  };
681
- readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
682
- readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
683
- readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
684
- readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
685
- readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
686
- readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
686
+ readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
687
+ readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
688
+ readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
689
+ readonly haikuRouter: null;
690
+ readonly haikuAgentAddress: null;
687
691
  readonly aggregatorsProxyUrl: string;
688
- readonly recoverFundsApi: string;
689
- readonly recoverFundsContract: `0x${string}`;
692
+ readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
693
+ readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
694
+ readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
690
695
  };
691
696
  readonly honey: {
692
697
  readonly name: "Honey";
693
- readonly url: "https://honey.berachain.com";
698
+ readonly url: "https://bepolia.honey.berachain.com";
694
699
  readonly subgraph: {
695
700
  readonly name: "honey-subgraph";
696
701
  readonly uri: string;
@@ -700,22 +705,22 @@ declare const config: {
700
705
  };
701
706
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
702
707
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
703
- readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
708
+ readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
704
709
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
705
710
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
706
711
  };
707
712
  readonly hub: {
708
713
  readonly name: "BeraHub";
709
- readonly url: "https://hub.berachain.com";
714
+ readonly url: "https://bepolia.hub.berachain.com";
710
715
  };
711
716
  readonly governance: {
712
- readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
713
- readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
717
+ readonly governor: `0x${string}`;
718
+ readonly timelock: `0x${string}`;
714
719
  };
715
720
  readonly lists: {
716
- readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
717
- readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
718
- readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
721
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
722
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
723
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
719
724
  };
720
725
  readonly external: {
721
726
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -723,52 +728,46 @@ declare const config: {
723
728
  readonly averageBlockTime: 2;
724
729
  readonly bridge: {
725
730
  readonly name: "BeraBridge";
726
- readonly url: "https://bridge.berachain.com";
731
+ readonly url: "https://bepolia.bridge.berachain.com";
727
732
  readonly nft: {
728
733
  readonly name: "BeraBridge NFT";
729
- readonly url: "https://nftbridge.berachain.com";
734
+ readonly url: "#";
730
735
  readonly eth: {
731
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
736
+ readonly subgraph: "#";
732
737
  };
733
738
  readonly berachain: {
734
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
739
+ readonly subgraph: "#";
735
740
  };
736
741
  };
737
742
  };
738
743
  readonly bend: {
739
744
  readonly name: "Bend";
740
- readonly url: "https://bend.berachain.com";
741
- readonly whiskApi: {
742
- readonly name: "Bend Whisk";
743
- readonly uri: string;
744
- readonly headers: {
745
- Authorization: string;
746
- } | undefined;
747
- };
745
+ readonly url: "https://bepolia.bend.berachain.com";
746
+ readonly whiskApi: null;
748
747
  readonly production: {
749
- readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
750
- readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
751
- readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
752
- readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
753
- readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
754
- readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
755
- readonly supportedVaults: `0x${string}`[];
756
- readonly curatorVaults: `0x${string}`[];
748
+ readonly morpho: null;
749
+ readonly adaptiveCurveIrm: null;
750
+ readonly metaMorphoFactory: null;
751
+ readonly publicAllocator: null;
752
+ readonly bundler3: null;
753
+ readonly generalAdapter1: null;
754
+ readonly supportedVaults: Address[];
755
+ readonly curatorVaults: Address[];
757
756
  };
758
757
  readonly staging: {
759
- readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
760
- readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
761
- readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
762
- readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
763
- readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
764
- readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
765
- readonly supportedVaults: `0x${string}`[];
766
- readonly curatorVaults: `0x${string}`[];
758
+ readonly morpho: null;
759
+ readonly adaptiveCurveIrm: null;
760
+ readonly metaMorphoFactory: null;
761
+ readonly publicAllocator: null;
762
+ readonly bundler3: null;
763
+ readonly generalAdapter1: null;
764
+ readonly supportedVaults: Address[];
765
+ readonly curatorVaults: Address[];
767
766
  };
768
767
  };
769
768
  readonly enso: {
770
- readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
771
- readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
769
+ readonly walletV2Factory: null;
770
+ readonly walletFlashloanAdapter: null;
772
771
  };
773
772
  readonly explore: {
774
773
  readonly name: "Explore";
@@ -776,12 +775,19 @@ declare const config: {
776
775
  };
777
776
  readonly explorer: {
778
777
  readonly name: "Berascan";
779
- readonly url: "https://berascan.com";
778
+ readonly url: "https://testnet.berascan.com";
780
779
  };
781
780
  readonly chain: {
782
781
  readonly name: string;
783
782
  };
784
- readonly faucet: null;
783
+ readonly faucet: {
784
+ readonly name: "Faucet";
785
+ readonly url: "https://bepolia.faucet.berachain.com";
786
+ readonly dripAmount: 1;
787
+ readonly timeGap: 8;
788
+ readonly cloudflareKey: string;
789
+ readonly endpoint: "https://faucet-api.testnet.berachain.com";
790
+ };
785
791
  };
786
792
 
787
793
  export { Address, AppName, ChainId, alchemyJsonRpcUrl, appConfig, chainConfigs, defaultChainId as chainId, config, currentDapp, defaultChainId, getRpcUrls, goldskyBaseUrl, imageBaseUrl, jsonRpcUrl, privateRcpUrl, publicJsonRpcUrl };
@@ -2,9 +2,9 @@ import {
2
2
  appConfig,
3
3
  chainConfigs,
4
4
  config
5
- } from "../chunk-FOUI63VD.mjs";
5
+ } from "../chunk-POXE63WP.mjs";
6
6
  import "../chunk-4H4HDUCC.mjs";
7
- import "../chunk-HJXRHQST.mjs";
7
+ import "../chunk-WARW3DCH.mjs";
8
8
  import {
9
9
  alchemyJsonRpcUrl,
10
10
  getRpcUrls,
@@ -6,9 +6,9 @@ var _chunk6TL5ZQOMcjs = require('../../chunk-6TL5ZQOM.cjs');
6
6
  var _chunk2JZ7QJEWcjs = require('../../chunk-2JZ7QJEW.cjs');
7
7
 
8
8
 
9
- var _chunkREBIMTSJcjs = require('../../chunk-REBIMTSJ.cjs');
9
+ var _chunkCD24O7M2cjs = require('../../chunk-CD24O7M2.cjs');
10
10
  require('../../chunk-FNTZIXS7.cjs');
11
- require('../../chunk-2BJ55Y5U.cjs');
11
+ require('../../chunk-NC5YZP6P.cjs');
12
12
  require('../../chunk-WRTYGXJM.cjs');
13
13
  require('../../chunk-ADH7F47T.cjs');
14
14
  require('../../chunk-EYYJ2UZT.cjs');
@@ -64,11 +64,11 @@ function withBeraConfig(config, {
64
64
  return [
65
65
  {
66
66
  source: "/ph/static/:path*",
67
- destination: `https://${_chunkREBIMTSJcjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
67
+ destination: `https://${_chunkCD24O7M2cjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
68
68
  },
69
69
  {
70
70
  source: "/ph/:path*",
71
- destination: `https://${_chunkREBIMTSJcjs.appConfig.urls.postHog.region}.i.posthog.com/:path*`
71
+ destination: `https://${_chunkCD24O7M2cjs.appConfig.urls.postHog.region}.i.posthog.com/:path*`
72
72
  }
73
73
  ];
74
74
  }
@@ -6,9 +6,9 @@ import {
6
6
  } from "../../chunk-AP2XG6GJ.mjs";
7
7
  import {
8
8
  appConfig
9
- } from "../../chunk-FOUI63VD.mjs";
9
+ } from "../../chunk-POXE63WP.mjs";
10
10
  import "../../chunk-4H4HDUCC.mjs";
11
- import "../../chunk-HJXRHQST.mjs";
11
+ import "../../chunk-WARW3DCH.mjs";
12
12
  import "../../chunk-BM46XQJA.mjs";
13
13
  import "../../chunk-CAOMAWN5.mjs";
14
14
  import "../../chunk-KJXYSGNH.mjs";
@@ -1,6 +1,6 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-REBIMTSJ.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-CD24O7M2.cjs');
2
2
  require('../../chunk-FNTZIXS7.cjs');
3
- require('../../chunk-2BJ55Y5U.cjs');
3
+ require('../../chunk-NC5YZP6P.cjs');
4
4
 
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
- import "../../chunk-FOUI63VD.mjs";
1
+ import "../../chunk-POXE63WP.mjs";
2
2
  import "../../chunk-4H4HDUCC.mjs";
3
- import "../../chunk-HJXRHQST.mjs";
3
+ import "../../chunk-WARW3DCH.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 _chunk2BJ55Y5Ucjs = require('./chunk-2BJ55Y5U.cjs');
3
+ var _chunkNC5YZP6Pcjs = require('./chunk-NC5YZP6P.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 = _chunk2BJ55Y5Ucjs.mainnet;
10
+ exports.mainnet = _chunkNC5YZP6Pcjs.mainnet;
@@ -42,7 +42,10 @@ declare const mainnet: {
42
42
  readonly name: "Berachain Backend";
43
43
  readonly uri: string;
44
44
  };
45
- readonly beep: null;
45
+ readonly beep: {
46
+ uri: string;
47
+ name: string;
48
+ } | null;
46
49
  readonly bex: {
47
50
  readonly chainName: "BERACHAIN";
48
51
  readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
package/dist/mainnet.d.ts CHANGED
@@ -42,7 +42,10 @@ declare const mainnet: {
42
42
  readonly name: "Berachain Backend";
43
43
  readonly uri: string;
44
44
  };
45
- readonly beep: null;
45
+ readonly beep: {
46
+ uri: string;
47
+ name: string;
48
+ } | null;
46
49
  readonly bex: {
47
50
  readonly chainName: "BERACHAIN";
48
51
  readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
package/dist/mainnet.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mainnet
3
- } from "./chunk-HJXRHQST.mjs";
3
+ } from "./chunk-WARW3DCH.mjs";
4
4
  import "./chunk-BM46XQJA.mjs";
5
5
  import "./chunk-CAOMAWN5.mjs";
6
6
  import "./chunk-KJXYSGNH.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/config",
3
- "version": "0.1.18-beta.0",
3
+ "version": "0.1.18-beta.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",