@berachain/config 0.2.6 → 0.2.8-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/{chunk-2PVGTKBC.cjs → chunk-4AMLYLHZ.cjs} +2 -2
- package/dist/{chunk-4MO7T43D.mjs → chunk-4DGMTEOQ.mjs} +2 -2
- package/dist/{chunk-KQFPH756.cjs → chunk-G446M2AV.cjs} +2 -2
- package/dist/{chunk-PPXWH3KC.mjs → chunk-GFHZDTK3.mjs} +1 -1
- package/dist/internal/header-sources.cjs +3 -3
- package/dist/internal/header-sources.mjs +2 -2
- package/dist/internal/index.cjs +3 -3
- package/dist/internal/index.mjs +2 -2
- package/dist/internal/nextjs/index.cjs +4 -4
- package/dist/internal/nextjs/index.mjs +2 -2
- package/dist/internal/tailwind/config.d.ts +1 -1
- package/dist/internal/tailwind/index.cjs +1 -1
- package/dist/internal/tailwind/index.d.ts +1 -1
- package/dist/internal/tailwind/index.mjs +1 -1
- package/dist/internal/wagmi/index.cjs +2 -2
- package/dist/internal/wagmi/index.mjs +2 -2
- package/dist/mainnet.cjs +2 -2
- package/dist/mainnet.mjs +1 -1
- package/package.json +1 -1
|
@@ -115,10 +115,10 @@ var mainnet = {
|
|
|
115
115
|
bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae",
|
|
116
116
|
generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7",
|
|
117
117
|
supportedVaults: addressList(
|
|
118
|
-
_nullishCoalesce(process.env.
|
|
118
|
+
_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_SUPPORTED_VAULTS, () => ( "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1,0xB5f473c4b7F402d8f7bED42b6D516f5ff3306B01"))
|
|
119
119
|
),
|
|
120
120
|
curatorVaults: addressList(
|
|
121
|
-
_nullishCoalesce(process.env.
|
|
121
|
+
_nullishCoalesce(process.env.NEXT_PUBLIC_80094_BEND_CURATOR_VAULTS, () => ( "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1,0xB5f473c4b7F402d8f7bED42b6D516f5ff3306B01"))
|
|
122
122
|
)
|
|
123
123
|
},
|
|
124
124
|
enso: {
|
|
@@ -115,10 +115,10 @@ var mainnet = {
|
|
|
115
115
|
bundler3: "0xF920140A65D0f412f2AB3e76C4fEAB5Eef0657ae",
|
|
116
116
|
generalAdapter1: "0xd2B9667F5214115E27937C410cAeE83E3a901Df7",
|
|
117
117
|
supportedVaults: addressList(
|
|
118
|
-
process.env.
|
|
118
|
+
process.env.NEXT_PUBLIC_80094_BEND_SUPPORTED_VAULTS ?? "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1,0xB5f473c4b7F402d8f7bED42b6D516f5ff3306B01"
|
|
119
119
|
),
|
|
120
120
|
curatorVaults: addressList(
|
|
121
|
-
process.env.
|
|
121
|
+
process.env.NEXT_PUBLIC_80094_BEND_CURATOR_VAULTS ?? "0x30BbA9CD9Eb8c95824aa42Faa1Bb397b07545bc1,0xB5f473c4b7F402d8f7bED42b6D516f5ff3306B01"
|
|
122
122
|
)
|
|
123
123
|
},
|
|
124
124
|
enso: {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunkMNIORAK3cjs = require('./chunk-MNIORAK3.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunk4AMLYLHZcjs = require('./chunk-4AMLYLHZ.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -14,7 +14,7 @@ var _chunkAU3LYJABcjs = require('./chunk-AU3LYJAB.cjs');
|
|
|
14
14
|
|
|
15
15
|
// src/internal/index.ts
|
|
16
16
|
var chainConfigs = {
|
|
17
|
-
[80094 /* MAINNET */]:
|
|
17
|
+
[80094 /* MAINNET */]: _chunk4AMLYLHZcjs.mainnet,
|
|
18
18
|
[80069 /* BEPOLIA */]: _chunkMNIORAK3cjs.bepolia
|
|
19
19
|
};
|
|
20
20
|
var chainConfig = chainConfigs[_chunkAU3LYJABcjs.defaultChainId];
|
|
@@ -7,9 +7,9 @@ var _chunkB2BTOQVPcjs = require('../chunk-B2BTOQVP.cjs');
|
|
|
7
7
|
var _chunkYT7WZDGIcjs = require('../chunk-YT7WZDGI.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkG446M2AVcjs = require('../chunk-G446M2AV.cjs');
|
|
11
11
|
require('../chunk-MNIORAK3.cjs');
|
|
12
|
-
require('../chunk-
|
|
12
|
+
require('../chunk-4AMLYLHZ.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
@@ -114,7 +114,7 @@ function getSentryKeys({
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
// src/internal/header-sources.ts
|
|
117
|
-
var config =
|
|
117
|
+
var config = _chunkG446M2AVcjs.chainConfigs[_chunkAU3LYJABcjs.defaultChainId];
|
|
118
118
|
var modules = {
|
|
119
119
|
berachain: {
|
|
120
120
|
connect: [
|
|
@@ -7,9 +7,9 @@ import {
|
|
|
7
7
|
} from "../chunk-LALEUPWL.mjs";
|
|
8
8
|
import {
|
|
9
9
|
chainConfigs
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-GFHZDTK3.mjs";
|
|
11
11
|
import "../chunk-UKXTPLZ5.mjs";
|
|
12
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-4DGMTEOQ.mjs";
|
|
13
13
|
import {
|
|
14
14
|
alchemyJsonRpcUrl,
|
|
15
15
|
defaultChainId,
|
package/dist/internal/index.cjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkG446M2AVcjs = require('../chunk-G446M2AV.cjs');
|
|
6
6
|
require('../chunk-MNIORAK3.cjs');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-4AMLYLHZ.cjs');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
@@ -34,4 +34,4 @@ var _chunkEYYJ2UZTcjs = require('../chunk-EYYJ2UZT.cjs');
|
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
exports.ChainId = _chunkEYYJ2UZTcjs.ChainId; exports.alchemyJsonRpcUrl = _chunkAU3LYJABcjs.alchemyJsonRpcUrl; exports.appConfig =
|
|
37
|
+
exports.ChainId = _chunkEYYJ2UZTcjs.ChainId; exports.alchemyJsonRpcUrl = _chunkAU3LYJABcjs.alchemyJsonRpcUrl; exports.appConfig = _chunkG446M2AVcjs.appConfig; exports.chainConfigs = _chunkG446M2AVcjs.chainConfigs; exports.chainId = _chunkAU3LYJABcjs.defaultChainId; exports.config = _chunkG446M2AVcjs.config; exports.currentDapp = _chunkAU3LYJABcjs.currentDapp; exports.defaultChainId = _chunkAU3LYJABcjs.defaultChainId; exports.getRpcUrls = _chunkAU3LYJABcjs.getRpcUrls; exports.goldskyBaseUrl = _chunkAU3LYJABcjs.goldskyBaseUrl; exports.imageBaseUrl = _chunkAU3LYJABcjs.imageBaseUrl; exports.jsonRpcUrl = _chunkAU3LYJABcjs.jsonRpcUrl; exports.privateRcpUrl = _chunkAU3LYJABcjs.privateRcpUrl; exports.publicJsonRpcUrl = _chunkAU3LYJABcjs.publicJsonRpcUrl;
|
package/dist/internal/index.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
appConfig,
|
|
3
3
|
chainConfigs,
|
|
4
4
|
config
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-GFHZDTK3.mjs";
|
|
6
6
|
import "../chunk-UKXTPLZ5.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-4DGMTEOQ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
alchemyJsonRpcUrl,
|
|
10
10
|
currentDapp,
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
var _chunkNF5WIUL6cjs = require('../../chunk-NF5WIUL6.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkG446M2AVcjs = require('../../chunk-G446M2AV.cjs');
|
|
7
7
|
require('../../chunk-MNIORAK3.cjs');
|
|
8
|
-
require('../../chunk-
|
|
8
|
+
require('../../chunk-4AMLYLHZ.cjs');
|
|
9
9
|
require('../../chunk-AU3LYJAB.cjs');
|
|
10
10
|
require('../../chunk-EYYJ2UZT.cjs');
|
|
11
11
|
|
|
@@ -62,11 +62,11 @@ function withBeraConfig(config, {
|
|
|
62
62
|
return [
|
|
63
63
|
{
|
|
64
64
|
source: "/ph/static/:path*",
|
|
65
|
-
destination: `https://${
|
|
65
|
+
destination: `https://${_chunkG446M2AVcjs.appConfig.urls.postHog.region}-assets.i.posthog.com/static/:path*`
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
source: "/ph/:path*",
|
|
69
|
-
destination: `https://${
|
|
69
|
+
destination: `https://${_chunkG446M2AVcjs.appConfig.urls.postHog.region}.i.posthog.com/:path*`
|
|
70
70
|
}
|
|
71
71
|
];
|
|
72
72
|
}
|
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
} from "../../chunk-F5UIDRP6.mjs";
|
|
4
4
|
import {
|
|
5
5
|
appConfig
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-GFHZDTK3.mjs";
|
|
7
7
|
import "../../chunk-UKXTPLZ5.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-4DGMTEOQ.mjs";
|
|
9
9
|
import "../../chunk-VWRKCGMU.mjs";
|
|
10
10
|
import "../../chunk-KJXYSGNH.mjs";
|
|
11
11
|
import {
|
|
@@ -164,7 +164,7 @@ export declare const configWithNoPlugins: {
|
|
|
164
164
|
readonly beratrail: "#96532C";
|
|
165
165
|
readonly berps: "#41D6E0";
|
|
166
166
|
readonly bend: "#8C7FEB";
|
|
167
|
-
readonly honey: "#
|
|
167
|
+
readonly honey: "#FF5600";
|
|
168
168
|
readonly hub: "#FEDB71";
|
|
169
169
|
};
|
|
170
170
|
readonly border: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-G446M2AV.cjs');
|
|
2
2
|
require('../../chunk-MNIORAK3.cjs');
|
|
3
|
-
require('../../chunk-
|
|
3
|
+
require('../../chunk-4AMLYLHZ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
package/dist/mainnet.cjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk4AMLYLHZcjs = require('./chunk-4AMLYLHZ.cjs');
|
|
4
4
|
require('./chunk-AU3LYJAB.cjs');
|
|
5
5
|
require('./chunk-EYYJ2UZT.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.mainnet =
|
|
8
|
+
exports.mainnet = _chunk4AMLYLHZcjs.mainnet;
|
package/dist/mainnet.mjs
CHANGED