@berachain/config 0.0.7 → 0.1.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.
Files changed (59) hide show
  1. package/dist/bepolia.cjs +1 -1
  2. package/dist/bepolia.d.cts +3 -2
  3. package/dist/bepolia.d.ts +3 -2
  4. package/dist/bepolia.mjs +1 -1
  5. package/dist/chunk-3PKORKPM.mjs +1 -0
  6. package/dist/chunk-E6JOUU2U.mjs +1 -0
  7. package/dist/chunk-H6BDBYQ5.cjs +1 -0
  8. package/dist/chunk-HLI3RPDQ.cjs +1 -0
  9. package/dist/chunk-U2GGNVRS.cjs +1 -0
  10. package/dist/chunk-WDALG65T.mjs +1 -0
  11. package/dist/index.d.cts +2 -2
  12. package/dist/index.d.ts +2 -2
  13. package/dist/internal/edge-config/index.d.cts +19 -2
  14. package/dist/internal/edge-config/index.d.ts +19 -2
  15. package/dist/internal/flags/index.cjs +1 -1
  16. package/dist/internal/flags/index.d.cts +7 -1
  17. package/dist/internal/flags/index.d.ts +7 -1
  18. package/dist/internal/flags/index.mjs +1 -1
  19. package/dist/internal/header-sources.cjs +4 -4
  20. package/dist/internal/header-sources.mjs +4 -4
  21. package/dist/internal/index.cjs +1 -1
  22. package/dist/internal/index.d.cts +133 -125
  23. package/dist/internal/index.d.ts +133 -125
  24. package/dist/internal/index.mjs +1 -1
  25. package/dist/internal/nextjs/index.cjs +1 -1
  26. package/dist/internal/nextjs/index.d.cts +9 -2
  27. package/dist/internal/nextjs/index.d.ts +9 -2
  28. package/dist/internal/nextjs/index.mjs +1 -1
  29. package/dist/internal/sentry/index.cjs +1 -1
  30. package/dist/internal/sentry/index.mjs +1 -1
  31. package/dist/internal/sentry/sentry.client.config.cjs +1 -1
  32. package/dist/internal/sentry/sentry.client.config.mjs +1 -1
  33. package/dist/internal/tailwind/index.cjs +1 -1
  34. package/dist/internal/tailwind/index.d.cts +21 -11
  35. package/dist/internal/tailwind/index.d.ts +21 -11
  36. package/dist/internal/tailwind/index.mjs +1 -1
  37. package/dist/internal/tsup/index.cjs +1 -1
  38. package/dist/internal/tsup/index.d.cts +1 -1
  39. package/dist/internal/tsup/index.d.ts +1 -1
  40. package/dist/internal/tsup/index.mjs +1 -1
  41. package/dist/internal/wagmi/index.cjs +1 -0
  42. package/dist/internal/wagmi/index.d.cts +29 -0
  43. package/dist/internal/wagmi/index.d.ts +29 -0
  44. package/dist/internal/wagmi/index.mjs +1 -0
  45. package/dist/mainnet.cjs +1 -1
  46. package/dist/mainnet.d.cts +3 -2
  47. package/dist/mainnet.d.ts +3 -2
  48. package/dist/mainnet.mjs +1 -1
  49. package/dist/{types-ChwOSOu9.d.cts → types-BU1W-0Vo.d.cts} +8 -1
  50. package/dist/{types-ChwOSOu9.d.ts → types-BU1W-0Vo.d.ts} +8 -1
  51. package/package.json +13 -4
  52. package/dist/chunk-DTPRW4VP.mjs +0 -1
  53. package/dist/chunk-GAUBQIRH.cjs +0 -1
  54. package/dist/chunk-KB66GOT2.cjs +0 -1
  55. package/dist/chunk-PGBQCBTM.mjs +0 -1
  56. package/dist/chunk-V2GJ33GF.mjs +0 -1
  57. package/dist/chunk-ZJDKWYPH.cjs +0 -1
  58. /package/dist/{chunk-TLFLY32O.mjs → chunk-UNNCJ44D.mjs} +0 -0
  59. /package/dist/{chunk-EJBC2CPD.cjs → chunk-WU7DCIYT.cjs} +0 -0
@@ -1,5 +1,5 @@
1
- import { C as ChainId, a as AppName, A as Address } from '../types-ChwOSOu9.cjs';
2
- export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-ChwOSOu9.cjs';
1
+ import { C as ChainId, a as AppName, A as Address } from '../types-BU1W-0Vo.cjs';
2
+ export { B as BeraConfig, H as HttpLink, P as ProjectName } from '../types-BU1W-0Vo.cjs';
3
3
 
4
4
  declare const defaultChainId: ChainId;
5
5
 
@@ -64,6 +64,7 @@ declare const chainConfigs: {
64
64
  "x-api-key": string;
65
65
  } | undefined;
66
66
  };
67
+ readonly bonder: "https://bonder-lsts.marble.live";
67
68
  readonly blocksSubgraph: string;
68
69
  readonly bex: {
69
70
  readonly chainName: "BERACHAIN";
@@ -195,6 +196,7 @@ declare const chainConfigs: {
195
196
  "x-api-key": string;
196
197
  } | undefined;
197
198
  };
199
+ readonly bonder: "https://bonder-lsts.marble.live";
198
200
  readonly blocksSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/blocks-subgraph/bepolia-v1.1.0/gn";
199
201
  readonly bex: {
200
202
  readonly chainName: "BEPOLIA";
@@ -223,7 +225,7 @@ declare const chainConfigs: {
223
225
  readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/honey-subgraph/bepolia-v1.2.1/gn";
224
226
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
225
227
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
226
- readonly pythWrapper: "0x4b7cb1c197f8EE4d309866B16C2c12E3B4E7E606";
228
+ readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
227
229
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
228
230
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
229
231
  };
@@ -357,7 +359,11 @@ declare const appConfig: {
357
359
  };
358
360
  };
359
361
  readonly urls: {
360
- readonly postHogApiHost: "https://eu.i.posthog.com";
362
+ readonly postHog: {
363
+ readonly region: "eu" | "us";
364
+ readonly apiHost: string;
365
+ readonly uiHost: "https://eu.posthog.com" | "https://us.posthog.com";
366
+ };
361
367
  readonly ghost: "https://berachain.ghost.io";
362
368
  readonly cloudinary: "https://res.cloudinary.com/duv0g402y/image/upload/f_auto,q_auto/v1";
363
369
  readonly homepage: string;
@@ -405,24 +411,24 @@ declare const appConfig: {
405
411
  * @deprecated use chainConfigs and appConfig instead. chainId should always be read from the app state.
406
412
  */
407
413
  declare const config: {
408
- readonly chainId: ChainId.BEPOLIA;
414
+ readonly chainId: ChainId.MAINNET;
409
415
  readonly tokens: {
410
416
  readonly wbera: "0x6969696969696969696969696969696969696969";
411
417
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
412
418
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
413
- readonly wbtc: "0x";
414
- readonly weth: "0x";
419
+ readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
420
+ readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
415
421
  };
416
422
  readonly depositContract: "0x4242424242424242424242424242424242424242";
417
423
  readonly pol: {
418
424
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
419
425
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
426
+ readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
420
427
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
421
- readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
422
428
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
423
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-1.7.0/gn";
429
+ readonly subgraph: string;
424
430
  readonly bribeBoostApi: string;
425
- readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
431
+ readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
426
432
  };
427
433
  readonly api: {
428
434
  readonly uri: string;
@@ -430,32 +436,33 @@ declare const config: {
430
436
  "x-api-key": string;
431
437
  } | undefined;
432
438
  };
433
- readonly blocksSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/blocks-subgraph/bepolia-v1.1.0/gn";
439
+ readonly bonder: "https://bonder-lsts.marble.live";
440
+ readonly blocksSubgraph: string;
434
441
  readonly bex: {
435
- readonly chainName: "BEPOLIA";
436
- readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
437
- readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
438
- readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
439
- readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
442
+ readonly chainName: "BERACHAIN";
443
+ readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
444
+ readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
445
+ readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
446
+ readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
440
447
  readonly factories: {
441
- readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
442
- readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
448
+ readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
449
+ readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
443
450
  };
444
- readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
445
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/bex-subgraph/bepolia-1.0.3/gn";
446
- readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
447
- readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
448
- readonly haikuRouter: null;
449
- readonly haikuAgentAddress: null;
450
- readonly aggregatorsProxyUrl: string;
451
- readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
452
- readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
453
451
  readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
452
+ readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
453
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/bex-subgraph/mainnet-1.0.3/gn";
454
+ readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
455
+ readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
456
+ readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
457
+ readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
458
+ readonly aggregatorsProxyUrl: string;
459
+ readonly recoverFundsApi: string;
460
+ readonly recoverFundsContract: `0x${string}`;
454
461
  };
455
462
  readonly honey: {
456
463
  readonly name: "Honey";
457
- readonly url: "https://bepolia.honey.berachain.com";
458
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/honey-subgraph/bepolia-v1.2.1/gn";
464
+ readonly url: "https://honey.berachain.com";
465
+ readonly subgraph: string;
459
466
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
460
467
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
461
468
  readonly pythWrapper: "0x4b7cb1c197f8EE4d309866B16C2c12E3B4E7E606";
@@ -464,17 +471,17 @@ declare const config: {
464
471
  };
465
472
  readonly hub: {
466
473
  readonly name: "BeraHub";
467
- readonly url: "https://bepolia.hub.berachain.com";
474
+ readonly url: "https://hub.berachain.com";
468
475
  };
469
476
  readonly governance: {
470
- readonly governor: `0x${string}`;
471
- readonly timelock: `0x${string}`;
472
- readonly subgraph: string;
477
+ readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
478
+ readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
479
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/governance-subgraph/mainnet-v1.1.1/gn";
473
480
  };
474
481
  readonly lists: {
475
- readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
476
- readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
477
- readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
482
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
483
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
484
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
478
485
  };
479
486
  readonly external: {
480
487
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -482,39 +489,44 @@ declare const config: {
482
489
  readonly averageBlockTime: 2;
483
490
  readonly bridge: {
484
491
  readonly name: "BeraBridge";
485
- readonly url: "https://bepolia.bridge.berachain.com";
492
+ readonly url: "https://bridge.berachain.com";
486
493
  readonly nft: {
487
494
  readonly name: "BeraBridge NFT";
488
- readonly url: "#";
495
+ readonly url: "https://nftbridge.berachain.com";
489
496
  readonly eth: {
490
- readonly subgraph: "#";
497
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
491
498
  };
492
499
  readonly berachain: {
493
- readonly subgraph: "#";
500
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
494
501
  };
495
502
  };
496
503
  };
497
504
  readonly bend: {
498
505
  readonly name: "Bend";
499
- readonly url: "https://bepolia.bend.berachain.com";
500
- readonly whiskApi: null;
506
+ readonly url: "https://bend.berachain.com";
507
+ readonly whiskApi: {
508
+ readonly uri: string;
509
+ readonly headers: {
510
+ Authorization: string;
511
+ } | undefined;
512
+ };
501
513
  readonly production: {
502
- readonly morpho: null;
503
- readonly adaptiveCurveIrm: null;
504
- readonly metaMorphoFactory: null;
505
- readonly publicAllocator: null;
506
- readonly bundler3: null;
507
- readonly generalAdapter1: null;
508
- readonly supportedVaults: Address[];
514
+ readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
515
+ readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
516
+ readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
517
+ readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
518
+ readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
519
+ readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
520
+ readonly supportedVaults: `0x${string}`[];
509
521
  };
510
522
  readonly staging: {
511
- readonly morpho: null;
512
- readonly adaptiveCurveIrm: null;
513
- readonly metaMorphoFactory: null;
514
- readonly publicAllocator: null;
515
- readonly bundler3: null;
516
- readonly generalAdapter1: null;
517
- readonly supportedVaults: Address[];
523
+ readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
524
+ readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
525
+ readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
526
+ readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
527
+ readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
528
+ readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
529
+ readonly supportedVaults: `0x${string}`[];
518
530
  };
519
531
  };
520
532
  readonly explore: {
@@ -523,38 +535,31 @@ declare const config: {
523
535
  };
524
536
  readonly explorer: {
525
537
  readonly name: "Berascan";
526
- readonly url: "https://testnet.berascan.com";
538
+ readonly url: "https://berascan.com";
527
539
  };
528
540
  readonly chain: {
529
541
  readonly name: string;
530
542
  };
531
- readonly faucet: {
532
- readonly name: "Faucet";
533
- readonly url: "https://bepolia.faucet.berachain.com";
534
- readonly dripAmount: 1;
535
- readonly timeGap: 8;
536
- readonly cloudflareKey: string;
537
- readonly endpoint: "https://faucet-api.testnet.berachain.com";
538
- };
543
+ readonly faucet: null;
539
544
  } | {
540
- readonly chainId: ChainId.MAINNET;
545
+ readonly chainId: ChainId.BEPOLIA;
541
546
  readonly tokens: {
542
547
  readonly wbera: "0x6969696969696969696969696969696969696969";
543
548
  readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
544
549
  readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
545
- readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
546
- readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
550
+ readonly wbtc: "0x";
551
+ readonly weth: "0x";
547
552
  };
548
553
  readonly depositContract: "0x4242424242424242424242424242424242424242";
549
554
  readonly pol: {
550
555
  readonly rewardVaultHelper: "0xEe233a69A36Db7fC10E03e921D90DEC52Cdce6e2";
551
556
  readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
552
- readonly rewardAllocationFactory: "0xc8FD9a3fB3Dad4C22c9F8Cfa7cecC318A667A791";
553
557
  readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
558
+ readonly rewardAllocationFactory: "0x7f09Cf6958631513aF0400488F65c7B5c0313F52";
554
559
  readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
555
- readonly subgraph: string;
560
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/pol-subgraph/bepolia-1.7.0/gn";
556
561
  readonly bribeBoostApi: string;
557
- readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
562
+ readonly bgtIncentiveDistributor: "0xb0d005Fe83E3F1ec876C1a64700c5F0d6265d9E3";
558
563
  };
559
564
  readonly api: {
560
565
  readonly uri: string;
@@ -562,51 +567,52 @@ declare const config: {
562
567
  "x-api-key": string;
563
568
  } | undefined;
564
569
  };
565
- readonly blocksSubgraph: string;
570
+ readonly bonder: "https://bonder-lsts.marble.live";
571
+ readonly blocksSubgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/blocks-subgraph/bepolia-v1.1.0/gn";
566
572
  readonly bex: {
567
- readonly chainName: "BERACHAIN";
568
- readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
569
- readonly helper: "0x5083737EC75a728c265BE578C9d0d5333a2c5951";
570
- readonly queries: "0x3C612e132624f4Bd500eE1495F54565F0bcc9b59";
571
- readonly relayer: "0x6044f181aB5E9C05A4ed9Ce295f3B178d2492EE7";
573
+ readonly chainName: "BEPOLIA";
574
+ readonly vault: "0x708cA656b68A6b7384a488A36aD33505a77241FE";
575
+ readonly helper: "0xC7c981ADcDC5d48fed0CD52807fb2bAB22676C8f";
576
+ readonly queries: "0xE3723383a0EA73D5c0dE424BAA97F97f86f6cF92";
577
+ readonly relayer: "0x343215E156Ff586711a5B8C49Fe3099BAF22624C";
572
578
  readonly factories: {
573
- readonly composableStable: "0xDfA30BDa0375d4763711AB0CC8D91B20bfCC87E1";
574
- readonly weighted: "0xa966fA8F2d5B087FFFA499C0C1240589371Af409";
579
+ readonly composableStable: "0xB60DbBaCEaeC23486a64d12089F467ef949f1bb1";
580
+ readonly weighted: "0xf1d23276C7b271B2aC595C78977b2312E9954D57";
575
581
  };
576
- readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
577
- readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
578
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/bex-subgraph/mainnet-1.0.3/gn";
579
- readonly aggregatorsRouter: "0x1BDB1cf792419d2eaB5aBa8076B8f4257744fA58";
580
- readonly aggregatorsRouterExecutor: "0x4AD3c5A427Af60F8Dd982023aE012233A66CA1f8";
581
- readonly haikuRouter: "0x24aC999FF132B32c5b3956973b6213B0d07eB2C7";
582
- readonly haikuAgentAddress: "0x69495273D6Dc572A830A4D6e00400a1e9d5B8f71";
582
+ readonly poolCreationHelper: "0x0dC9964F6CA33d9EF38DEB4925234766127C6B36";
583
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/bex-subgraph/bepolia-1.0.3/gn";
584
+ readonly aggregatorsRouter: "0x0000000000000000000000000000000000000000";
585
+ readonly aggregatorsRouterExecutor: "0x0000000000000000000000000000000000000000";
586
+ readonly haikuRouter: null;
587
+ readonly haikuAgentAddress: null;
583
588
  readonly aggregatorsProxyUrl: string;
584
- readonly recoverFundsApi: string;
585
- readonly recoverFundsContract: `0x${string}`;
589
+ readonly recoverFundsApi: "https://t3stbe4i5d40p.testnet.berachain.com";
590
+ readonly recoverFundsContract: "0x0eFeC4379805fAFA7269Ec599a6921f388C8841a";
591
+ readonly balancerDelegatedOwnership: "0xba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1ba1b";
586
592
  };
587
593
  readonly honey: {
588
594
  readonly name: "Honey";
589
- readonly url: "https://honey.berachain.com";
590
- readonly subgraph: string;
595
+ readonly url: "https://bepolia.honey.berachain.com";
596
+ readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/honey-subgraph/bepolia-v1.2.1/gn";
591
597
  readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
592
598
  readonly pythOracle: "0x5CA67e134c52B1d11E038A5a4eD8Ddcdb1238943";
593
- readonly pythWrapper: "0x4b7cb1c197f8EE4d309866B16C2c12E3B4E7E606";
599
+ readonly pythWrapper: "0xE5Ad9BA751714ec8cdd554b5a9f12BFcA13980cB";
594
600
  readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
595
601
  readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
596
602
  };
597
603
  readonly hub: {
598
604
  readonly name: "BeraHub";
599
- readonly url: "https://hub.berachain.com";
605
+ readonly url: "https://bepolia.hub.berachain.com";
600
606
  };
601
607
  readonly governance: {
602
- readonly governor: "0x4f4A5c2194B8e856b7a05B348F6ba3978FB6f6D5";
603
- readonly timelock: "0xb5f2000b5744f207c931526cAE2134cAa8b6862a";
604
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/governance-subgraph/mainnet-v1.1.1/gn";
608
+ readonly governor: `0x${string}`;
609
+ readonly timelock: `0x${string}`;
610
+ readonly subgraph: string;
605
611
  };
606
612
  readonly lists: {
607
- readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/mainnet.json";
608
- readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
609
- readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
613
+ readonly rewardVaultList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/vaults/bepolia.json";
614
+ readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/bepolia.json";
615
+ readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/bepolia.json";
610
616
  };
611
617
  readonly external: {
612
618
  readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
@@ -614,44 +620,39 @@ declare const config: {
614
620
  readonly averageBlockTime: 2;
615
621
  readonly bridge: {
616
622
  readonly name: "BeraBridge";
617
- readonly url: "https://bridge.berachain.com";
623
+ readonly url: "https://bepolia.bridge.berachain.com";
618
624
  readonly nft: {
619
625
  readonly name: "BeraBridge NFT";
620
- readonly url: "https://nftbridge.berachain.com";
626
+ readonly url: "#";
621
627
  readonly eth: {
622
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/eth-v1.0.0-beta1/gn";
628
+ readonly subgraph: "#";
623
629
  };
624
630
  readonly berachain: {
625
- readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/nft-bridge-subgraph/mainnet-v1.0.0-beta1/gn";
631
+ readonly subgraph: "#";
626
632
  };
627
633
  };
628
634
  };
629
635
  readonly bend: {
630
636
  readonly name: "Bend";
631
- readonly url: "https://bend.berachain.com";
632
- readonly whiskApi: {
633
- readonly uri: string;
634
- readonly headers: {
635
- Authorization: string;
636
- } | undefined;
637
- };
637
+ readonly url: "https://bepolia.bend.berachain.com";
638
+ readonly whiskApi: null;
638
639
  readonly production: {
639
- readonly morpho: "0x24147243f9c08d835C218Cda1e135f8dFD0517D0";
640
- readonly adaptiveCurveIrm: "0xcf247Df3A2322Dea0D408f011c194906E77a6f62";
641
- readonly metaMorphoFactory: "0x5EDd48C6ACBd565Eeb31702FD9fa9Cbc86fbE616";
642
- readonly publicAllocator: "0xB62F34Ab315eaDeAc698e8EaEB6Fc2650951BFe7";
643
- readonly bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae";
644
- readonly generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7";
645
- readonly supportedVaults: `0x${string}`[];
640
+ readonly morpho: null;
641
+ readonly adaptiveCurveIrm: null;
642
+ readonly metaMorphoFactory: null;
643
+ readonly publicAllocator: null;
644
+ readonly bundler3: null;
645
+ readonly generalAdapter1: null;
646
+ readonly supportedVaults: Address[];
646
647
  };
647
648
  readonly staging: {
648
- readonly morpho: "0xC5FabF3a7E98a2ed89f5d5057Ab010634Ca7e71f";
649
- readonly adaptiveCurveIrm: "0x1d5376e532CcF25b740270624111D665830E5dB9";
650
- readonly metaMorphoFactory: "0x524061B659380a5e4576d76F0951303B20B5932f";
651
- readonly publicAllocator: "0xFD6e68bC20be2a01Ec1Df687c83f927087D52811";
652
- readonly bundler3: "0x56811e1BFfF951B98c7940d3aCe0e549Ec4fDee8";
653
- readonly generalAdapter1: "0x257a41E20BBfe90D750646C2e00bA700D55958C5";
654
- readonly supportedVaults: `0x${string}`[];
649
+ readonly morpho: null;
650
+ readonly adaptiveCurveIrm: null;
651
+ readonly metaMorphoFactory: null;
652
+ readonly publicAllocator: null;
653
+ readonly bundler3: null;
654
+ readonly generalAdapter1: null;
655
+ readonly supportedVaults: Address[];
655
656
  };
656
657
  };
657
658
  readonly explore: {
@@ -660,12 +661,19 @@ declare const config: {
660
661
  };
661
662
  readonly explorer: {
662
663
  readonly name: "Berascan";
663
- readonly url: "https://berascan.com";
664
+ readonly url: "https://testnet.berascan.com";
664
665
  };
665
666
  readonly chain: {
666
667
  readonly name: string;
667
668
  };
668
- readonly faucet: null;
669
+ readonly faucet: {
670
+ readonly name: "Faucet";
671
+ readonly url: "https://bepolia.faucet.berachain.com";
672
+ readonly dripAmount: 1;
673
+ readonly timeGap: 8;
674
+ readonly cloudflareKey: string;
675
+ readonly endpoint: "https://faucet-api.testnet.berachain.com";
676
+ };
669
677
  };
670
678
 
671
679
  export { Address, AppName, ChainId, alchemyJsonRpcUrl, appConfig, chainConfigs, defaultChainId as chainId, cloudinaryBaseUrl, config, currentDapp, defaultChainId, getRpcUrls, goldskyBaseUrl, jsonRpcUrl, privateRcpUrl, publicJsonRpcUrl };