@berachain/config 0.1.18-beta.0 → 0.1.18-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,6 +114,36 @@ interface EdgeConfigSchema {
114
114
  redeemBGT?: BgtMigrationStep;
115
115
  stakeBERA?: BgtMigrationStep;
116
116
  };
117
+ /**
118
+ * Copy for the site-wide nudge banner shown when a user has un-migrated BGT positions.
119
+ */
120
+ banner?: {
121
+ /**
122
+ * Banner text; the whole strip links to the portfolio migration widget.
123
+ */
124
+ text?: string;
125
+ };
126
+ /**
127
+ * Copy for the persistent 'migration completed' alert shown at the top of the portfolio page after migration.
128
+ */
129
+ successAlert?: {
130
+ /**
131
+ * Alert title.
132
+ */
133
+ title?: string;
134
+ /**
135
+ * Alert body describing the successful migration.
136
+ */
137
+ description?: string;
138
+ /**
139
+ * Secondary line shown when the user still has unclaimed incentives after migrating.
140
+ */
141
+ incentivesPending?: string;
142
+ /**
143
+ * Label for the button that resumes the incentive-claim step.
144
+ */
145
+ resumeCta?: string;
146
+ };
117
147
  };
118
148
  };
119
149
  honey: {
@@ -114,6 +114,36 @@ interface EdgeConfigSchema {
114
114
  redeemBGT?: BgtMigrationStep;
115
115
  stakeBERA?: BgtMigrationStep;
116
116
  };
117
+ /**
118
+ * Copy for the site-wide nudge banner shown when a user has un-migrated BGT positions.
119
+ */
120
+ banner?: {
121
+ /**
122
+ * Banner text; the whole strip links to the portfolio migration widget.
123
+ */
124
+ text?: string;
125
+ };
126
+ /**
127
+ * Copy for the persistent 'migration completed' alert shown at the top of the portfolio page after migration.
128
+ */
129
+ successAlert?: {
130
+ /**
131
+ * Alert title.
132
+ */
133
+ title?: string;
134
+ /**
135
+ * Alert body describing the successful migration.
136
+ */
137
+ description?: string;
138
+ /**
139
+ * Secondary line shown when the user still has unclaimed incentives after migrating.
140
+ */
141
+ incentivesPending?: string;
142
+ /**
143
+ * Label for the button that resumes the incentive-claim step.
144
+ */
145
+ resumeCta?: string;
146
+ };
117
147
  };
118
148
  };
119
149
  honey: {
@@ -465,20 +465,20 @@ declare const appConfig: {
465
465
  * @deprecated use chainConfigs and appConfig instead. chainId should always be read from the app state.
466
466
  */
467
467
  declare const config: {
468
- readonly chainId: ChainId.BEPOLIA;
468
+ readonly chainId: ChainId.MAINNET;
469
469
  readonly tokens: {
470
470
  readonly wbera: "0x6969696969696969696969696969696969696969";
471
471
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
472
472
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
473
- readonly wbtc: "0x";
474
- readonly weth: "0x";
473
+ readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
474
+ readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
475
475
  };
476
476
  readonly depositContract: "0x4242424242424242424242424242424242424242";
477
477
  readonly pol: {
478
478
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
479
479
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
480
+ readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
480
481
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
481
- readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
482
482
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
483
483
  readonly subgraph: {
484
484
  readonly name: "pol-subgraph";
@@ -492,8 +492,8 @@ declare const config: {
492
492
  readonly name: "supply-monitor";
493
493
  readonly uri: string;
494
494
  };
495
- readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
496
- readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
495
+ readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
496
+ readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
497
497
  };
498
498
  readonly api: {
499
499
  readonly name: "Berachain API";
@@ -506,33 +506,30 @@ declare const config: {
506
506
  readonly name: "Berachain Backend";
507
507
  readonly uri: string;
508
508
  };
509
- readonly beep: {
510
- readonly name: "Berachain Beep";
511
- readonly uri: string;
512
- };
509
+ readonly beep: null;
513
510
  readonly bex: {
514
- readonly chainName: "BEPOLIA";
515
- readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
516
- readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
517
- readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
518
- readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
511
+ readonly chainName: "BERACHAIN";
512
+ readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
513
+ readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
514
+ readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
515
+ readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
519
516
  readonly factories: {
520
- readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
521
- readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
517
+ readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
518
+ readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
522
519
  };
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
520
  readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
521
+ readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
522
+ readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
523
+ readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
524
+ readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
525
+ readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
526
+ readonly aggregatorsProxyUrl: string;
527
+ readonly recoverFundsApi: string;
528
+ readonly recoverFundsContract: `0x${string}`;
532
529
  };
533
530
  readonly honey: {
534
531
  readonly name: "Honey";
535
- readonly url: "https://bepolia.honey.berachain.com";
532
+ readonly url: "https://honey.berachain.com";
536
533
  readonly subgraph: {
537
534
  readonly name: "honey-subgraph";
538
535
  readonly uri: string;
@@ -542,22 +539,22 @@ declare const config: {
542
539
  };
543
540
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
544
541
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
545
- readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
542
+ readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
546
543
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
547
544
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
548
545
  };
549
546
  readonly hub: {
550
547
  readonly name: "BeraHub";
551
- readonly url: "https://bepolia.hub.berachain.com";
548
+ readonly url: "https://hub.berachain.com";
552
549
  };
553
550
  readonly governance: {
554
- readonly governor: `0x${string}`;
555
- readonly timelock: `0x${string}`;
551
+ readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
552
+ readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
556
553
  };
557
554
  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";
555
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
556
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
557
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
561
558
  };
562
559
  readonly external: {
563
560
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -565,46 +562,52 @@ declare const config: {
565
562
  readonly averageBlockTime: 2;
566
563
  readonly bridge: {
567
564
  readonly name: "BeraBridge";
568
- readonly url: "https://bepolia.bridge.berachain.com";
565
+ readonly url: "https://bridge.berachain.com";
569
566
  readonly nft: {
570
567
  readonly name: "BeraBridge NFT";
571
- readonly url: "#";
568
+ readonly url: "https://nftbridge.berachain.com";
572
569
  readonly eth: {
573
- readonly subgraph: "#";
570
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
574
571
  };
575
572
  readonly berachain: {
576
- readonly subgraph: "#";
573
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
577
574
  };
578
575
  };
579
576
  };
580
577
  readonly bend: {
581
578
  readonly name: "Bend";
582
- readonly url: "https://bepolia.bend.berachain.com";
583
- readonly whiskApi: null;
579
+ readonly url: "https://bend.berachain.com";
580
+ readonly whiskApi: {
581
+ readonly name: "Bend Whisk";
582
+ readonly uri: string;
583
+ readonly headers: {
584
+ Authorization: string;
585
+ } | undefined;
586
+ };
584
587
  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[];
588
+ readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
589
+ readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
590
+ readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
591
+ readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
592
+ readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
593
+ readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
594
+ readonly supportedVaults: `0x${string}`[];
595
+ readonly curatorVaults: `0x${string}`[];
593
596
  };
594
597
  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[];
598
+ readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
599
+ readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
600
+ readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
601
+ readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
602
+ readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
603
+ readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
604
+ readonly supportedVaults: `0x${string}`[];
605
+ readonly curatorVaults: `0x${string}`[];
603
606
  };
604
607
  };
605
608
  readonly enso: {
606
- readonly walletV2Factory: null;
607
- readonly walletFlashloanAdapter: null;
609
+ readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
610
+ readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
608
611
  };
609
612
  readonly explore: {
610
613
  readonly name: "Explore";
@@ -612,34 +615,27 @@ declare const config: {
612
615
  };
613
616
  readonly explorer: {
614
617
  readonly name: "Berascan";
615
- readonly url: "https://testnet.berascan.com";
618
+ readonly url: "https://berascan.com";
616
619
  };
617
620
  readonly chain: {
618
621
  readonly name: string;
619
622
  };
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
- };
623
+ readonly faucet: null;
628
624
  } | {
629
- readonly chainId: ChainId.MAINNET;
625
+ readonly chainId: ChainId.BEPOLIA;
630
626
  readonly tokens: {
631
627
  readonly wbera: "0x6969696969696969696969696969696969696969";
632
628
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
633
629
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
634
- readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
635
- readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
630
+ readonly wbtc: "0x";
631
+ readonly weth: "0x";
636
632
  };
637
633
  readonly depositContract: "0x4242424242424242424242424242424242424242";
638
634
  readonly pol: {
639
635
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
640
636
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
641
- readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
642
637
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
638
+ readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
643
639
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
644
640
  readonly subgraph: {
645
641
  readonly name: "pol-subgraph";
@@ -653,8 +649,8 @@ declare const config: {
653
649
  readonly name: "supply-monitor";
654
650
  readonly uri: string;
655
651
  };
656
- readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
657
- readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
652
+ readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
653
+ readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
658
654
  };
659
655
  readonly api: {
660
656
  readonly name: "Berachain API";
@@ -667,30 +663,33 @@ declare const config: {
667
663
  readonly name: "Berachain Backend";
668
664
  readonly uri: string;
669
665
  };
670
- readonly beep: null;
666
+ readonly beep: {
667
+ readonly name: "Berachain Beep";
668
+ readonly uri: string;
669
+ };
671
670
  readonly bex: {
672
- readonly chainName: "BERACHAIN";
673
- readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
674
- readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
675
- readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
676
- readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
671
+ readonly chainName: "BEPOLIA";
672
+ readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
673
+ readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
674
+ readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
675
+ readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
677
676
  readonly factories: {
678
- readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
679
- readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
677
+ readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
678
+ readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
680
679
  };
681
- readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
682
- readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
683
- readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
684
- readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
685
- readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
686
- readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
680
+ readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
681
+ readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
682
+ readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
683
+ readonly haikuRouter: null;
684
+ readonly haikuAgentAddress: null;
687
685
  readonly aggregatorsProxyUrl: string;
688
- readonly recoverFundsApi: string;
689
- readonly recoverFundsContract: `0x${string}`;
686
+ readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
687
+ readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
688
+ readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
690
689
  };
691
690
  readonly honey: {
692
691
  readonly name: "Honey";
693
- readonly url: "https://honey.berachain.com";
692
+ readonly url: "https://bepolia.honey.berachain.com";
694
693
  readonly subgraph: {
695
694
  readonly name: "honey-subgraph";
696
695
  readonly uri: string;
@@ -700,22 +699,22 @@ declare const config: {
700
699
  };
701
700
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
702
701
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
703
- readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
702
+ readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
704
703
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
705
704
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
706
705
  };
707
706
  readonly hub: {
708
707
  readonly name: "BeraHub";
709
- readonly url: "https://hub.berachain.com";
708
+ readonly url: "https://bepolia.hub.berachain.com";
710
709
  };
711
710
  readonly governance: {
712
- readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
713
- readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
711
+ readonly governor: `0x${string}`;
712
+ readonly timelock: `0x${string}`;
714
713
  };
715
714
  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";
715
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
716
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
717
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
719
718
  };
720
719
  readonly external: {
721
720
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -723,52 +722,46 @@ declare const config: {
723
722
  readonly averageBlockTime: 2;
724
723
  readonly bridge: {
725
724
  readonly name: "BeraBridge";
726
- readonly url: "https://bridge.berachain.com";
725
+ readonly url: "https://bepolia.bridge.berachain.com";
727
726
  readonly nft: {
728
727
  readonly name: "BeraBridge NFT";
729
- readonly url: "https://nftbridge.berachain.com";
728
+ readonly url: "#";
730
729
  readonly eth: {
731
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
730
+ readonly subgraph: "#";
732
731
  };
733
732
  readonly berachain: {
734
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
733
+ readonly subgraph: "#";
735
734
  };
736
735
  };
737
736
  };
738
737
  readonly bend: {
739
738
  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
- };
739
+ readonly url: "https://bepolia.bend.berachain.com";
740
+ readonly whiskApi: null;
748
741
  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}`[];
742
+ readonly morpho: null;
743
+ readonly adaptiveCurveIrm: null;
744
+ readonly metaMorphoFactory: null;
745
+ readonly publicAllocator: null;
746
+ readonly bundler3: null;
747
+ readonly generalAdapter1: null;
748
+ readonly supportedVaults: Address[];
749
+ readonly curatorVaults: Address[];
757
750
  };
758
751
  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}`[];
752
+ readonly morpho: null;
753
+ readonly adaptiveCurveIrm: null;
754
+ readonly metaMorphoFactory: null;
755
+ readonly publicAllocator: null;
756
+ readonly bundler3: null;
757
+ readonly generalAdapter1: null;
758
+ readonly supportedVaults: Address[];
759
+ readonly curatorVaults: Address[];
767
760
  };
768
761
  };
769
762
  readonly enso: {
770
- readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
771
- readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
763
+ readonly walletV2Factory: null;
764
+ readonly walletFlashloanAdapter: null;
772
765
  };
773
766
  readonly explore: {
774
767
  readonly name: "Explore";
@@ -776,12 +769,19 @@ declare const config: {
776
769
  };
777
770
  readonly explorer: {
778
771
  readonly name: "Berascan";
779
- readonly url: "https://berascan.com";
772
+ readonly url: "https://testnet.berascan.com";
780
773
  };
781
774
  readonly chain: {
782
775
  readonly name: string;
783
776
  };
784
- readonly faucet: null;
777
+ readonly faucet: {
778
+ readonly name: "Faucet";
779
+ readonly url: "https://bepolia.faucet.berachain.com";
780
+ readonly dripAmount: 1;
781
+ readonly timeGap: 8;
782
+ readonly cloudflareKey: string;
783
+ readonly endpoint: "https://faucet-api.testnet.berachain.com";
784
+ };
785
785
  };
786
786
 
787
787
  export { Address, AppName, ChainId, alchemyJsonRpcUrl, appConfig, chainConfigs, defaultChainId as chainId, config, currentDapp, defaultChainId, getRpcUrls, goldskyBaseUrl, imageBaseUrl, jsonRpcUrl, privateRcpUrl, publicJsonRpcUrl };
@@ -465,20 +465,20 @@ declare const appConfig: {
465
465
  * @deprecated use chainConfigs and appConfig instead. chainId should always be read from the app state.
466
466
  */
467
467
  declare const config: {
468
- readonly chainId: ChainId.BEPOLIA;
468
+ readonly chainId: ChainId.MAINNET;
469
469
  readonly tokens: {
470
470
  readonly wbera: "0x6969696969696969696969696969696969696969";
471
471
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
472
472
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
473
- readonly wbtc: "0x";
474
- readonly weth: "0x";
473
+ readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
474
+ readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
475
475
  };
476
476
  readonly depositContract: "0x4242424242424242424242424242424242424242";
477
477
  readonly pol: {
478
478
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
479
479
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
480
+ readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
480
481
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
481
- readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
482
482
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
483
483
  readonly subgraph: {
484
484
  readonly name: "pol-subgraph";
@@ -492,8 +492,8 @@ declare const config: {
492
492
  readonly name: "supply-monitor";
493
493
  readonly uri: string;
494
494
  };
495
- readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
496
- readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
495
+ readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
496
+ readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
497
497
  };
498
498
  readonly api: {
499
499
  readonly name: "Berachain API";
@@ -506,33 +506,30 @@ declare const config: {
506
506
  readonly name: "Berachain Backend";
507
507
  readonly uri: string;
508
508
  };
509
- readonly beep: {
510
- readonly name: "Berachain Beep";
511
- readonly uri: string;
512
- };
509
+ readonly beep: null;
513
510
  readonly bex: {
514
- readonly chainName: "BEPOLIA";
515
- readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
516
- readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
517
- readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
518
- readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
511
+ readonly chainName: "BERACHAIN";
512
+ readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
513
+ readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
514
+ readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
515
+ readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
519
516
  readonly factories: {
520
- readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
521
- readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
517
+ readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
518
+ readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
522
519
  };
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
520
  readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
521
+ readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
522
+ readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
523
+ readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
524
+ readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
525
+ readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
526
+ readonly aggregatorsProxyUrl: string;
527
+ readonly recoverFundsApi: string;
528
+ readonly recoverFundsContract: `0x${string}`;
532
529
  };
533
530
  readonly honey: {
534
531
  readonly name: "Honey";
535
- readonly url: "https://bepolia.honey.berachain.com";
532
+ readonly url: "https://honey.berachain.com";
536
533
  readonly subgraph: {
537
534
  readonly name: "honey-subgraph";
538
535
  readonly uri: string;
@@ -542,22 +539,22 @@ declare const config: {
542
539
  };
543
540
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
544
541
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
545
- readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
542
+ readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
546
543
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
547
544
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
548
545
  };
549
546
  readonly hub: {
550
547
  readonly name: "BeraHub";
551
- readonly url: "https://bepolia.hub.berachain.com";
548
+ readonly url: "https://hub.berachain.com";
552
549
  };
553
550
  readonly governance: {
554
- readonly governor: `0x${string}`;
555
- readonly timelock: `0x${string}`;
551
+ readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
552
+ readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
556
553
  };
557
554
  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";
555
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
556
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
557
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
561
558
  };
562
559
  readonly external: {
563
560
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -565,46 +562,52 @@ declare const config: {
565
562
  readonly averageBlockTime: 2;
566
563
  readonly bridge: {
567
564
  readonly name: "BeraBridge";
568
- readonly url: "https://bepolia.bridge.berachain.com";
565
+ readonly url: "https://bridge.berachain.com";
569
566
  readonly nft: {
570
567
  readonly name: "BeraBridge NFT";
571
- readonly url: "#";
568
+ readonly url: "https://nftbridge.berachain.com";
572
569
  readonly eth: {
573
- readonly subgraph: "#";
570
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
574
571
  };
575
572
  readonly berachain: {
576
- readonly subgraph: "#";
573
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
577
574
  };
578
575
  };
579
576
  };
580
577
  readonly bend: {
581
578
  readonly name: "Bend";
582
- readonly url: "https://bepolia.bend.berachain.com";
583
- readonly whiskApi: null;
579
+ readonly url: "https://bend.berachain.com";
580
+ readonly whiskApi: {
581
+ readonly name: "Bend Whisk";
582
+ readonly uri: string;
583
+ readonly headers: {
584
+ Authorization: string;
585
+ } | undefined;
586
+ };
584
587
  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[];
588
+ readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
589
+ readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
590
+ readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
591
+ readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
592
+ readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
593
+ readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
594
+ readonly supportedVaults: `0x${string}`[];
595
+ readonly curatorVaults: `0x${string}`[];
593
596
  };
594
597
  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[];
598
+ readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
599
+ readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
600
+ readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
601
+ readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
602
+ readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
603
+ readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
604
+ readonly supportedVaults: `0x${string}`[];
605
+ readonly curatorVaults: `0x${string}`[];
603
606
  };
604
607
  };
605
608
  readonly enso: {
606
- readonly walletV2Factory: null;
607
- readonly walletFlashloanAdapter: null;
609
+ readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
610
+ readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
608
611
  };
609
612
  readonly explore: {
610
613
  readonly name: "Explore";
@@ -612,34 +615,27 @@ declare const config: {
612
615
  };
613
616
  readonly explorer: {
614
617
  readonly name: "Berascan";
615
- readonly url: "https://testnet.berascan.com";
618
+ readonly url: "https://berascan.com";
616
619
  };
617
620
  readonly chain: {
618
621
  readonly name: string;
619
622
  };
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
- };
623
+ readonly faucet: null;
628
624
  } | {
629
- readonly chainId: ChainId.MAINNET;
625
+ readonly chainId: ChainId.BEPOLIA;
630
626
  readonly tokens: {
631
627
  readonly wbera: "0x6969696969696969696969696969696969696969";
632
628
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
633
629
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
634
- readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
635
- readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
630
+ readonly wbtc: "0x";
631
+ readonly weth: "0x";
636
632
  };
637
633
  readonly depositContract: "0x4242424242424242424242424242424242424242";
638
634
  readonly pol: {
639
635
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
640
636
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
641
- readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
642
637
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
638
+ readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
643
639
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
644
640
  readonly subgraph: {
645
641
  readonly name: "pol-subgraph";
@@ -653,8 +649,8 @@ declare const config: {
653
649
  readonly name: "supply-monitor";
654
650
  readonly uri: string;
655
651
  };
656
- readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
657
- readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
652
+ readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
653
+ readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
658
654
  };
659
655
  readonly api: {
660
656
  readonly name: "Berachain API";
@@ -667,30 +663,33 @@ declare const config: {
667
663
  readonly name: "Berachain Backend";
668
664
  readonly uri: string;
669
665
  };
670
- readonly beep: null;
666
+ readonly beep: {
667
+ readonly name: "Berachain Beep";
668
+ readonly uri: string;
669
+ };
671
670
  readonly bex: {
672
- readonly chainName: "BERACHAIN";
673
- readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
674
- readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
675
- readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
676
- readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
671
+ readonly chainName: "BEPOLIA";
672
+ readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
673
+ readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
674
+ readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
675
+ readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
677
676
  readonly factories: {
678
- readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
679
- readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
677
+ readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
678
+ readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
680
679
  };
681
- readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
682
- readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
683
- readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
684
- readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
685
- readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
686
- readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
680
+ readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
681
+ readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
682
+ readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
683
+ readonly haikuRouter: null;
684
+ readonly haikuAgentAddress: null;
687
685
  readonly aggregatorsProxyUrl: string;
688
- readonly recoverFundsApi: string;
689
- readonly recoverFundsContract: `0x${string}`;
686
+ readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
687
+ readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
688
+ readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
690
689
  };
691
690
  readonly honey: {
692
691
  readonly name: "Honey";
693
- readonly url: "https://honey.berachain.com";
692
+ readonly url: "https://bepolia.honey.berachain.com";
694
693
  readonly subgraph: {
695
694
  readonly name: "honey-subgraph";
696
695
  readonly uri: string;
@@ -700,22 +699,22 @@ declare const config: {
700
699
  };
701
700
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
702
701
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
703
- readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
702
+ readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
704
703
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
705
704
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
706
705
  };
707
706
  readonly hub: {
708
707
  readonly name: "BeraHub";
709
- readonly url: "https://hub.berachain.com";
708
+ readonly url: "https://bepolia.hub.berachain.com";
710
709
  };
711
710
  readonly governance: {
712
- readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
713
- readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
711
+ readonly governor: `0x${string}`;
712
+ readonly timelock: `0x${string}`;
714
713
  };
715
714
  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";
715
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
716
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
717
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
719
718
  };
720
719
  readonly external: {
721
720
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -723,52 +722,46 @@ declare const config: {
723
722
  readonly averageBlockTime: 2;
724
723
  readonly bridge: {
725
724
  readonly name: "BeraBridge";
726
- readonly url: "https://bridge.berachain.com";
725
+ readonly url: "https://bepolia.bridge.berachain.com";
727
726
  readonly nft: {
728
727
  readonly name: "BeraBridge NFT";
729
- readonly url: "https://nftbridge.berachain.com";
728
+ readonly url: "#";
730
729
  readonly eth: {
731
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
730
+ readonly subgraph: "#";
732
731
  };
733
732
  readonly berachain: {
734
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
733
+ readonly subgraph: "#";
735
734
  };
736
735
  };
737
736
  };
738
737
  readonly bend: {
739
738
  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
- };
739
+ readonly url: "https://bepolia.bend.berachain.com";
740
+ readonly whiskApi: null;
748
741
  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}`[];
742
+ readonly morpho: null;
743
+ readonly adaptiveCurveIrm: null;
744
+ readonly metaMorphoFactory: null;
745
+ readonly publicAllocator: null;
746
+ readonly bundler3: null;
747
+ readonly generalAdapter1: null;
748
+ readonly supportedVaults: Address[];
749
+ readonly curatorVaults: Address[];
757
750
  };
758
751
  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}`[];
752
+ readonly morpho: null;
753
+ readonly adaptiveCurveIrm: null;
754
+ readonly metaMorphoFactory: null;
755
+ readonly publicAllocator: null;
756
+ readonly bundler3: null;
757
+ readonly generalAdapter1: null;
758
+ readonly supportedVaults: Address[];
759
+ readonly curatorVaults: Address[];
767
760
  };
768
761
  };
769
762
  readonly enso: {
770
- readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
771
- readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
763
+ readonly walletV2Factory: null;
764
+ readonly walletFlashloanAdapter: null;
772
765
  };
773
766
  readonly explore: {
774
767
  readonly name: "Explore";
@@ -776,12 +769,19 @@ declare const config: {
776
769
  };
777
770
  readonly explorer: {
778
771
  readonly name: "Berascan";
779
- readonly url: "https://berascan.com";
772
+ readonly url: "https://testnet.berascan.com";
780
773
  };
781
774
  readonly chain: {
782
775
  readonly name: string;
783
776
  };
784
- readonly faucet: null;
777
+ readonly faucet: {
778
+ readonly name: "Faucet";
779
+ readonly url: "https://bepolia.faucet.berachain.com";
780
+ readonly dripAmount: 1;
781
+ readonly timeGap: 8;
782
+ readonly cloudflareKey: string;
783
+ readonly endpoint: "https://faucet-api.testnet.berachain.com";
784
+ };
785
785
  };
786
786
 
787
787
  export { Address, AppName, ChainId, alchemyJsonRpcUrl, appConfig, chainConfigs, defaultChainId as chainId, config, currentDapp, defaultChainId, getRpcUrls, goldskyBaseUrl, imageBaseUrl, jsonRpcUrl, privateRcpUrl, publicJsonRpcUrl };
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.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",