@berachain/config 0.1.17-beta.3 → 0.1.18-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bepolia.cjs +2 -2
- package/dist/bepolia.d.cts +3 -1
- package/dist/bepolia.d.ts +3 -1
- package/dist/bepolia.mjs +1 -1
- package/dist/{chunk-I6XMSAEF.cjs → chunk-2BJ55Y5U.cjs} +4 -2
- package/dist/{chunk-3WEUP5PS.mjs → chunk-4H4HDUCC.mjs} +4 -2
- package/dist/{chunk-II7OBVKS.cjs → chunk-FNTZIXS7.cjs} +4 -2
- package/dist/{chunk-6YBUREJO.mjs → chunk-FOUI63VD.mjs} +2 -2
- package/dist/{chunk-NF2RCS7R.mjs → chunk-HJXRHQST.mjs} +4 -2
- package/dist/{chunk-TPIUXUTW.cjs → chunk-REBIMTSJ.cjs} +4 -4
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/internal/edge-config/index.d.cts +1 -1
- package/dist/internal/edge-config/index.d.ts +1 -1
- package/dist/internal/header-sources.cjs +4 -4
- package/dist/internal/header-sources.mjs +3 -3
- package/dist/internal/index.cjs +4 -4
- package/dist/internal/index.d.cts +134 -126
- package/dist/internal/index.d.ts +134 -126
- package/dist/internal/index.mjs +3 -3
- package/dist/internal/nextjs/index.cjs +5 -5
- package/dist/internal/nextjs/index.d.cts +1 -1
- package/dist/internal/nextjs/index.d.ts +1 -1
- package/dist/internal/nextjs/index.mjs +3 -3
- package/dist/internal/wagmi/index.cjs +3 -3
- package/dist/internal/wagmi/index.mjs +3 -3
- package/dist/mainnet.cjs +2 -2
- package/dist/mainnet.d.cts +3 -1
- package/dist/mainnet.d.ts +3 -1
- package/dist/mainnet.mjs +1 -1
- package/dist/{types-CZOUg5g4.d.ts → types-BxSk_WFe.d.cts} +1 -0
- package/dist/{types-CZOUg5g4.d.cts → types-BxSk_WFe.d.ts} +1 -0
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ChainId, a as AppName, A as Address } from '../types-
|
|
2
|
-
export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-
|
|
1
|
+
import { C as ChainId, a as AppName, A as Address } from '../types-BxSk_WFe.cjs';
|
|
2
|
+
export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-BxSk_WFe.cjs';
|
|
3
3
|
|
|
4
4
|
declare const defaultChainId: ChainId;
|
|
5
5
|
|
|
@@ -166,6 +166,7 @@ declare const chainConfigs: {
|
|
|
166
166
|
readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
|
|
167
167
|
readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
|
|
168
168
|
readonly supportedVaults: `0x${string}`[];
|
|
169
|
+
readonly curatorVaults: `0x${string}`[];
|
|
169
170
|
};
|
|
170
171
|
readonly staging: {
|
|
171
172
|
readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
|
|
@@ -175,6 +176,7 @@ declare const chainConfigs: {
|
|
|
175
176
|
readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
|
|
176
177
|
readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
|
|
177
178
|
readonly supportedVaults: `0x${string}`[];
|
|
179
|
+
readonly curatorVaults: `0x${string}`[];
|
|
178
180
|
};
|
|
179
181
|
};
|
|
180
182
|
readonly enso: {
|
|
@@ -319,6 +321,7 @@ declare const chainConfigs: {
|
|
|
319
321
|
readonly bundler3: null;
|
|
320
322
|
readonly generalAdapter1: null;
|
|
321
323
|
readonly supportedVaults: Address[];
|
|
324
|
+
readonly curatorVaults: Address[];
|
|
322
325
|
};
|
|
323
326
|
readonly staging: {
|
|
324
327
|
readonly morpho: null;
|
|
@@ -328,6 +331,7 @@ declare const chainConfigs: {
|
|
|
328
331
|
readonly bundler3: null;
|
|
329
332
|
readonly generalAdapter1: null;
|
|
330
333
|
readonly supportedVaults: Address[];
|
|
334
|
+
readonly curatorVaults: Address[];
|
|
331
335
|
};
|
|
332
336
|
};
|
|
333
337
|
readonly enso: {
|
|
@@ -461,20 +465,20 @@ declare const appConfig: {
|
|
|
461
465
|
* @deprecated use chainConfigs and appConfig instead. chainId should always be read from the app state.
|
|
462
466
|
*/
|
|
463
467
|
declare const config: {
|
|
464
|
-
readonly chainId: ChainId.
|
|
468
|
+
readonly chainId: ChainId.BEPOLIA;
|
|
465
469
|
readonly tokens: {
|
|
466
470
|
readonly wbera: "0x6969696969696969696969696969696969696969";
|
|
467
471
|
readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
|
|
468
472
|
readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
|
|
469
|
-
readonly wbtc: "
|
|
470
|
-
readonly weth: "
|
|
473
|
+
readonly wbtc: "0x";
|
|
474
|
+
readonly weth: "0x";
|
|
471
475
|
};
|
|
472
476
|
readonly depositContract: "0x4242424242424242424242424242424242424242";
|
|
473
477
|
readonly pol: {
|
|
474
478
|
readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
|
|
475
479
|
readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
|
|
476
|
-
readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
|
|
477
480
|
readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
|
|
481
|
+
readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
|
|
478
482
|
readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
|
|
479
483
|
readonly subgraph: {
|
|
480
484
|
readonly name: "pol-subgraph";
|
|
@@ -488,8 +492,8 @@ declare const config: {
|
|
|
488
492
|
readonly name: "supply-monitor";
|
|
489
493
|
readonly uri: string;
|
|
490
494
|
};
|
|
491
|
-
readonly bgtIncentiveDistributor: "
|
|
492
|
-
readonly lstStakerVaultFactory: "
|
|
495
|
+
readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
|
|
496
|
+
readonly lstStakerVaultFactory: "0xAf10B532cCC25B26a8e28913D5C4056a77e7a178";
|
|
493
497
|
};
|
|
494
498
|
readonly api: {
|
|
495
499
|
readonly name: "Berachain API";
|
|
@@ -502,30 +506,33 @@ declare const config: {
|
|
|
502
506
|
readonly name: "Berachain Backend";
|
|
503
507
|
readonly uri: string;
|
|
504
508
|
};
|
|
505
|
-
readonly beep:
|
|
509
|
+
readonly beep: {
|
|
510
|
+
readonly name: "Berachain Beep";
|
|
511
|
+
readonly uri: string;
|
|
512
|
+
};
|
|
506
513
|
readonly bex: {
|
|
507
|
-
readonly chainName: "
|
|
508
|
-
readonly vault: "
|
|
509
|
-
readonly helper: "
|
|
510
|
-
readonly queries: "
|
|
511
|
-
readonly relayer: "
|
|
514
|
+
readonly chainName: "BEPOLIA";
|
|
515
|
+
readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
|
|
516
|
+
readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
|
|
517
|
+
readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
|
|
518
|
+
readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
|
|
512
519
|
readonly factories: {
|
|
513
|
-
readonly composableStable: "
|
|
514
|
-
readonly weighted: "
|
|
520
|
+
readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
|
|
521
|
+
readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
|
|
515
522
|
};
|
|
516
|
-
readonly
|
|
517
|
-
readonly
|
|
518
|
-
readonly
|
|
519
|
-
readonly
|
|
520
|
-
readonly
|
|
521
|
-
readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
|
|
523
|
+
readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
|
|
524
|
+
readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
|
|
525
|
+
readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
|
|
526
|
+
readonly haikuRouter: null;
|
|
527
|
+
readonly haikuAgentAddress: null;
|
|
522
528
|
readonly aggregatorsProxyUrl: string;
|
|
523
|
-
readonly recoverFundsApi:
|
|
524
|
-
readonly recoverFundsContract:
|
|
529
|
+
readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
|
|
530
|
+
readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
|
|
531
|
+
readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
|
|
525
532
|
};
|
|
526
533
|
readonly honey: {
|
|
527
534
|
readonly name: "Honey";
|
|
528
|
-
readonly url: "https://honey.berachain.com";
|
|
535
|
+
readonly url: "https://bepolia.honey.berachain.com";
|
|
529
536
|
readonly subgraph: {
|
|
530
537
|
readonly name: "honey-subgraph";
|
|
531
538
|
readonly uri: string;
|
|
@@ -535,22 +542,22 @@ declare const config: {
|
|
|
535
542
|
};
|
|
536
543
|
readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
|
|
537
544
|
readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
|
|
538
|
-
readonly pythWrapper: "
|
|
545
|
+
readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
|
|
539
546
|
readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
|
|
540
547
|
readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
|
|
541
548
|
};
|
|
542
549
|
readonly hub: {
|
|
543
550
|
readonly name: "BeraHub";
|
|
544
|
-
readonly url: "https://hub.berachain.com";
|
|
551
|
+
readonly url: "https://bepolia.hub.berachain.com";
|
|
545
552
|
};
|
|
546
553
|
readonly governance: {
|
|
547
|
-
readonly governor:
|
|
548
|
-
readonly timelock:
|
|
554
|
+
readonly governor: `0x${string}`;
|
|
555
|
+
readonly timelock: `0x${string}`;
|
|
549
556
|
};
|
|
550
557
|
readonly lists: {
|
|
551
|
-
readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/
|
|
552
|
-
readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/
|
|
553
|
-
readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/
|
|
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";
|
|
554
561
|
};
|
|
555
562
|
readonly external: {
|
|
556
563
|
readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
|
|
@@ -558,50 +565,46 @@ declare const config: {
|
|
|
558
565
|
readonly averageBlockTime: 2;
|
|
559
566
|
readonly bridge: {
|
|
560
567
|
readonly name: "BeraBridge";
|
|
561
|
-
readonly url: "https://bridge.berachain.com";
|
|
568
|
+
readonly url: "https://bepolia.bridge.berachain.com";
|
|
562
569
|
readonly nft: {
|
|
563
570
|
readonly name: "BeraBridge NFT";
|
|
564
|
-
readonly url: "
|
|
571
|
+
readonly url: "#";
|
|
565
572
|
readonly eth: {
|
|
566
|
-
readonly subgraph: "
|
|
573
|
+
readonly subgraph: "#";
|
|
567
574
|
};
|
|
568
575
|
readonly berachain: {
|
|
569
|
-
readonly subgraph: "
|
|
576
|
+
readonly subgraph: "#";
|
|
570
577
|
};
|
|
571
578
|
};
|
|
572
579
|
};
|
|
573
580
|
readonly bend: {
|
|
574
581
|
readonly name: "Bend";
|
|
575
|
-
readonly url: "https://bend.berachain.com";
|
|
576
|
-
readonly whiskApi:
|
|
577
|
-
readonly name: "Bend Whisk";
|
|
578
|
-
readonly uri: string;
|
|
579
|
-
readonly headers: {
|
|
580
|
-
Authorization: string;
|
|
581
|
-
} | undefined;
|
|
582
|
-
};
|
|
582
|
+
readonly url: "https://bepolia.bend.berachain.com";
|
|
583
|
+
readonly whiskApi: null;
|
|
583
584
|
readonly production: {
|
|
584
|
-
readonly morpho:
|
|
585
|
-
readonly adaptiveCurveIrm:
|
|
586
|
-
readonly metaMorphoFactory:
|
|
587
|
-
readonly publicAllocator:
|
|
588
|
-
readonly bundler3:
|
|
589
|
-
readonly generalAdapter1:
|
|
590
|
-
readonly supportedVaults:
|
|
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[];
|
|
591
593
|
};
|
|
592
594
|
readonly staging: {
|
|
593
|
-
readonly morpho:
|
|
594
|
-
readonly adaptiveCurveIrm:
|
|
595
|
-
readonly metaMorphoFactory:
|
|
596
|
-
readonly publicAllocator:
|
|
597
|
-
readonly bundler3:
|
|
598
|
-
readonly generalAdapter1:
|
|
599
|
-
readonly supportedVaults:
|
|
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[];
|
|
600
603
|
};
|
|
601
604
|
};
|
|
602
605
|
readonly enso: {
|
|
603
|
-
readonly walletV2Factory:
|
|
604
|
-
readonly walletFlashloanAdapter:
|
|
606
|
+
readonly walletV2Factory: null;
|
|
607
|
+
readonly walletFlashloanAdapter: null;
|
|
605
608
|
};
|
|
606
609
|
readonly explore: {
|
|
607
610
|
readonly name: "Explore";
|
|
@@ -609,27 +612,34 @@ declare const config: {
|
|
|
609
612
|
};
|
|
610
613
|
readonly explorer: {
|
|
611
614
|
readonly name: "Berascan";
|
|
612
|
-
readonly url: "https://berascan.com";
|
|
615
|
+
readonly url: "https://testnet.berascan.com";
|
|
613
616
|
};
|
|
614
617
|
readonly chain: {
|
|
615
618
|
readonly name: string;
|
|
616
619
|
};
|
|
617
|
-
readonly faucet:
|
|
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
|
+
};
|
|
618
628
|
} | {
|
|
619
|
-
readonly chainId: ChainId.
|
|
629
|
+
readonly chainId: ChainId.MAINNET;
|
|
620
630
|
readonly tokens: {
|
|
621
631
|
readonly wbera: "0x6969696969696969696969696969696969696969";
|
|
622
632
|
readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
|
|
623
633
|
readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
|
|
624
|
-
readonly wbtc: "
|
|
625
|
-
readonly weth: "
|
|
634
|
+
readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
635
|
+
readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
|
|
626
636
|
};
|
|
627
637
|
readonly depositContract: "0x4242424242424242424242424242424242424242";
|
|
628
638
|
readonly pol: {
|
|
629
639
|
readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
|
|
630
640
|
readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
|
|
641
|
+
readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
|
|
631
642
|
readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
|
|
632
|
-
readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
|
|
633
643
|
readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
|
|
634
644
|
readonly subgraph: {
|
|
635
645
|
readonly name: "pol-subgraph";
|
|
@@ -643,8 +653,8 @@ declare const config: {
|
|
|
643
653
|
readonly name: "supply-monitor";
|
|
644
654
|
readonly uri: string;
|
|
645
655
|
};
|
|
646
|
-
readonly bgtIncentiveDistributor: "
|
|
647
|
-
readonly lstStakerVaultFactory: "
|
|
656
|
+
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
657
|
+
readonly lstStakerVaultFactory: "0xc41bbD6695AB6bdc6D04701b15f4CE5EbA2e2500";
|
|
648
658
|
};
|
|
649
659
|
readonly api: {
|
|
650
660
|
readonly name: "Berachain API";
|
|
@@ -657,33 +667,30 @@ declare const config: {
|
|
|
657
667
|
readonly name: "Berachain Backend";
|
|
658
668
|
readonly uri: string;
|
|
659
669
|
};
|
|
660
|
-
readonly beep:
|
|
661
|
-
readonly name: "Berachain Beep";
|
|
662
|
-
readonly uri: string;
|
|
663
|
-
};
|
|
670
|
+
readonly beep: null;
|
|
664
671
|
readonly bex: {
|
|
665
|
-
readonly chainName: "
|
|
666
|
-
readonly vault: "
|
|
667
|
-
readonly helper: "
|
|
668
|
-
readonly queries: "
|
|
669
|
-
readonly relayer: "
|
|
672
|
+
readonly chainName: "BERACHAIN";
|
|
673
|
+
readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
|
|
674
|
+
readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
|
|
675
|
+
readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
|
|
676
|
+
readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
|
|
670
677
|
readonly factories: {
|
|
671
|
-
readonly composableStable: "
|
|
672
|
-
readonly weighted: "
|
|
678
|
+
readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
|
|
679
|
+
readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
|
|
673
680
|
};
|
|
674
|
-
readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
|
|
675
|
-
readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
|
|
676
|
-
readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
|
|
677
|
-
readonly haikuRouter: null;
|
|
678
|
-
readonly haikuAgentAddress: null;
|
|
679
|
-
readonly aggregatorsProxyUrl: string;
|
|
680
|
-
readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
|
|
681
|
-
readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
|
|
682
681
|
readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
|
|
682
|
+
readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
|
|
683
|
+
readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
|
|
684
|
+
readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
|
|
685
|
+
readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
|
|
686
|
+
readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
|
|
687
|
+
readonly aggregatorsProxyUrl: string;
|
|
688
|
+
readonly recoverFundsApi: string;
|
|
689
|
+
readonly recoverFundsContract: `0x${string}`;
|
|
683
690
|
};
|
|
684
691
|
readonly honey: {
|
|
685
692
|
readonly name: "Honey";
|
|
686
|
-
readonly url: "https://
|
|
693
|
+
readonly url: "https://honey.berachain.com";
|
|
687
694
|
readonly subgraph: {
|
|
688
695
|
readonly name: "honey-subgraph";
|
|
689
696
|
readonly uri: string;
|
|
@@ -693,22 +700,22 @@ declare const config: {
|
|
|
693
700
|
};
|
|
694
701
|
readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
|
|
695
702
|
readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
|
|
696
|
-
readonly pythWrapper: "
|
|
703
|
+
readonly pythWrapper: "0xF5686e448BE103beA465105bEb9d284a34ae7e95";
|
|
697
704
|
readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
|
|
698
705
|
readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
|
|
699
706
|
};
|
|
700
707
|
readonly hub: {
|
|
701
708
|
readonly name: "BeraHub";
|
|
702
|
-
readonly url: "https://
|
|
709
|
+
readonly url: "https://hub.berachain.com";
|
|
703
710
|
};
|
|
704
711
|
readonly governance: {
|
|
705
|
-
readonly governor:
|
|
706
|
-
readonly timelock:
|
|
712
|
+
readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
|
|
713
|
+
readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
|
|
707
714
|
};
|
|
708
715
|
readonly lists: {
|
|
709
|
-
readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/
|
|
710
|
-
readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/
|
|
711
|
-
readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/
|
|
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";
|
|
712
719
|
};
|
|
713
720
|
readonly external: {
|
|
714
721
|
readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
|
|
@@ -716,44 +723,52 @@ declare const config: {
|
|
|
716
723
|
readonly averageBlockTime: 2;
|
|
717
724
|
readonly bridge: {
|
|
718
725
|
readonly name: "BeraBridge";
|
|
719
|
-
readonly url: "https://
|
|
726
|
+
readonly url: "https://bridge.berachain.com";
|
|
720
727
|
readonly nft: {
|
|
721
728
|
readonly name: "BeraBridge NFT";
|
|
722
|
-
readonly url: "
|
|
729
|
+
readonly url: "https://nftbridge.berachain.com";
|
|
723
730
|
readonly eth: {
|
|
724
|
-
readonly subgraph: "
|
|
731
|
+
readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
|
|
725
732
|
};
|
|
726
733
|
readonly berachain: {
|
|
727
|
-
readonly subgraph: "
|
|
734
|
+
readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
|
|
728
735
|
};
|
|
729
736
|
};
|
|
730
737
|
};
|
|
731
738
|
readonly bend: {
|
|
732
739
|
readonly name: "Bend";
|
|
733
|
-
readonly url: "https://
|
|
734
|
-
readonly whiskApi:
|
|
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
|
+
};
|
|
735
748
|
readonly production: {
|
|
736
|
-
readonly morpho:
|
|
737
|
-
readonly adaptiveCurveIrm:
|
|
738
|
-
readonly metaMorphoFactory:
|
|
739
|
-
readonly publicAllocator:
|
|
740
|
-
readonly bundler3:
|
|
741
|
-
readonly generalAdapter1:
|
|
742
|
-
readonly supportedVaults:
|
|
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}`[];
|
|
743
757
|
};
|
|
744
758
|
readonly staging: {
|
|
745
|
-
readonly morpho:
|
|
746
|
-
readonly adaptiveCurveIrm:
|
|
747
|
-
readonly metaMorphoFactory:
|
|
748
|
-
readonly publicAllocator:
|
|
749
|
-
readonly bundler3:
|
|
750
|
-
readonly generalAdapter1:
|
|
751
|
-
readonly supportedVaults:
|
|
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
767
|
};
|
|
753
768
|
};
|
|
754
769
|
readonly enso: {
|
|
755
|
-
readonly walletV2Factory:
|
|
756
|
-
readonly walletFlashloanAdapter:
|
|
770
|
+
readonly walletV2Factory: "0xc914a663837eb21c5a650716e015659686597e55";
|
|
771
|
+
readonly walletFlashloanAdapter: "0x5dE09823D9143886896507107590d9859F3E390b";
|
|
757
772
|
};
|
|
758
773
|
readonly explore: {
|
|
759
774
|
readonly name: "Explore";
|
|
@@ -761,19 +776,12 @@ declare const config: {
|
|
|
761
776
|
};
|
|
762
777
|
readonly explorer: {
|
|
763
778
|
readonly name: "Berascan";
|
|
764
|
-
readonly url: "https://
|
|
779
|
+
readonly url: "https://berascan.com";
|
|
765
780
|
};
|
|
766
781
|
readonly chain: {
|
|
767
782
|
readonly name: string;
|
|
768
783
|
};
|
|
769
|
-
readonly faucet:
|
|
770
|
-
readonly name: "Faucet";
|
|
771
|
-
readonly url: "https://bepolia.faucet.berachain.com";
|
|
772
|
-
readonly dripAmount: 1;
|
|
773
|
-
readonly timeGap: 8;
|
|
774
|
-
readonly cloudflareKey: string;
|
|
775
|
-
readonly endpoint: "https://faucet-api.testnet.berachain.com";
|
|
776
|
-
};
|
|
784
|
+
readonly faucet: null;
|
|
777
785
|
};
|
|
778
786
|
|
|
779
787
|
export { Address, AppName, ChainId, alchemyJsonRpcUrl, appConfig, chainConfigs, defaultChainId as chainId, config, currentDapp, defaultChainId, getRpcUrls, goldskyBaseUrl, imageBaseUrl, jsonRpcUrl, privateRcpUrl, publicJsonRpcUrl };
|