@berachain/config 0.0.1-alpha.2 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bepolia.cjs +1 -1
- package/dist/bepolia.d.cts +19 -14
- package/dist/bepolia.d.ts +19 -14
- package/dist/bepolia.js +1 -1
- package/dist/chunk-4VDLQK6F.cjs +1 -0
- package/dist/chunk-7P77HD6A.js +1 -0
- package/dist/chunk-AEEJBUVN.cjs +1 -0
- package/dist/chunk-C6MUJXOP.cjs +1 -0
- package/dist/chunk-DHNVZCPX.js +1 -0
- package/dist/chunk-DILGFNLD.js +1 -0
- package/dist/{chunk-XZQVP4AU.cjs → chunk-FFISDQSR.cjs} +1 -1
- package/dist/{chunk-G56N5MYU.js → chunk-KWQ2WHU4.js} +1 -1
- package/dist/{chunk-4ZIGP2PE.js → chunk-L2DF5H5Q.js} +1 -1
- package/dist/chunk-LI4NSLBM.js +1 -0
- package/dist/chunk-RJW7M2BA.cjs +1 -0
- package/dist/chunk-TB4XRJLK.js +1 -0
- package/dist/chunk-TQ3O2NSK.cjs +1 -0
- package/dist/chunk-V24JGYF7.cjs +1 -0
- package/dist/{chunk-RPCNZQO2.cjs → chunk-WCV4WTHG.cjs} +1 -1
- package/dist/chunk-WOT6VMZA.js +1 -0
- package/dist/chunk-YYLX4CBV.cjs +1 -0
- package/dist/chunk-ZBFETLTJ.js +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +13 -10
- package/dist/index.d.ts +13 -10
- package/dist/index.js +1 -1
- package/dist/internal/edge-config/index.cjs +1 -0
- package/dist/internal/edge-config/index.d.cts +134 -0
- package/dist/internal/edge-config/index.d.ts +134 -0
- package/dist/internal/edge-config/index.js +1 -0
- package/dist/internal/flags/index.cjs +1 -0
- package/dist/internal/flags/index.d.cts +28 -0
- package/dist/internal/flags/index.d.ts +28 -0
- package/dist/internal/flags/index.js +1 -0
- package/dist/internal/header-sources.cjs +8 -8
- package/dist/internal/header-sources.d.cts +1 -0
- package/dist/internal/header-sources.d.ts +1 -0
- package/dist/internal/header-sources.js +8 -8
- package/dist/internal/index.cjs +1 -1
- package/dist/internal/index.d.cts +221 -171
- package/dist/internal/index.d.ts +221 -171
- package/dist/internal/index.js +1 -1
- package/dist/internal/maintenance.cjs +1 -1
- package/dist/internal/maintenance.js +1 -1
- package/dist/internal/nextjs/index.cjs +1 -1
- package/dist/internal/nextjs/index.js +1 -1
- package/dist/internal/sentry/esbuild.plugin.cjs +1 -1
- package/dist/internal/sentry/esbuild.plugin.js +1 -1
- package/dist/internal/sentry/index.cjs +1 -1
- package/dist/internal/sentry/index.js +1 -1
- package/dist/internal/sentry/sentry.client.config.cjs +1 -1
- package/dist/internal/sentry/sentry.client.config.js +1 -1
- package/dist/internal/tailwind/index.cjs +1 -0
- package/dist/internal/tailwind/index.d.cts +247 -0
- package/dist/internal/tailwind/index.d.ts +247 -0
- package/dist/internal/tailwind/index.js +1 -0
- package/dist/internal/tsup/index.cjs +1 -1
- package/dist/internal/tsup/index.js +1 -1
- package/dist/mainnet.cjs +1 -1
- package/dist/mainnet.d.cts +23 -20
- package/dist/mainnet.d.ts +23 -20
- package/dist/mainnet.js +1 -1
- package/dist/sentry.edge.config-HYRGDPSL.cjs +1 -0
- package/dist/sentry.edge.config-MSL7GELX.js +1 -0
- package/dist/sentry.server.config-JQJQDRDO.cjs +1 -0
- package/dist/sentry.server.config-MN4FIAPC.js +1 -0
- package/package.json +35 -5
- package/dist/chunk-5F62JDHS.js +0 -1
- package/dist/chunk-CJ6TCEOL.js +0 -1
- package/dist/chunk-GQ2VIAGM.cjs +0 -1
- package/dist/chunk-J5ZJIOVM.cjs +0 -1
- package/dist/chunk-LJRHN532.js +0 -1
- package/dist/chunk-PWMV5FZC.cjs +0 -1
- package/dist/chunk-QQWAFQ4G.js +0 -1
- package/dist/chunk-WW7TSLXR.cjs +0 -1
- package/dist/sentry.edge.config-HELM2ESO.js +0 -1
- package/dist/sentry.edge.config-PX7MX352.cjs +0 -1
- package/dist/sentry.server.config-SLGLNXCE.cjs +0 -1
- package/dist/sentry.server.config-Y6L22PFM.js +0 -1
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
2
|
+
import typography from '@tailwindcss/typography';
|
|
3
|
+
|
|
4
|
+
declare const _default: {
|
|
5
|
+
plugins: ({
|
|
6
|
+
handler: () => void;
|
|
7
|
+
} | {
|
|
8
|
+
handler: tailwindcss_types_config.PluginCreator;
|
|
9
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
|
10
|
+
} | typeof typography)[];
|
|
11
|
+
darkMode: ["class"];
|
|
12
|
+
safelist: ["dark", "light"];
|
|
13
|
+
content: ["src/**/*.{js,ts,jsx,tsx,mdx}", "../../packages/ui/src/*.{ts,tsx}", "../../packages/ui/src/**/*.{ts,tsx}", "../../packages/shared-ui/src/*.{ts,tsx}", "../../packages/shared-ui/src/**/*.{ts,tsx}"];
|
|
14
|
+
theme: {
|
|
15
|
+
readonly fontSize: {
|
|
16
|
+
readonly xs: ["0.75rem", {
|
|
17
|
+
readonly lineHeight: "1rem";
|
|
18
|
+
}];
|
|
19
|
+
readonly sm: ["0.875rem", {
|
|
20
|
+
readonly lineHeight: "1.5rem";
|
|
21
|
+
}];
|
|
22
|
+
readonly base: ["1rem", {
|
|
23
|
+
readonly lineHeight: "1.5rem";
|
|
24
|
+
}];
|
|
25
|
+
readonly lg: ["1.125rem", {
|
|
26
|
+
readonly lineHeight: "2rem";
|
|
27
|
+
}];
|
|
28
|
+
readonly xl: ["1.25rem", {
|
|
29
|
+
readonly lineHeight: "1.75rem";
|
|
30
|
+
}];
|
|
31
|
+
readonly "2xl": ["1.5rem", {
|
|
32
|
+
readonly lineHeight: "2rem";
|
|
33
|
+
}];
|
|
34
|
+
readonly "3xl": ["2rem", {
|
|
35
|
+
readonly lineHeight: "3rem";
|
|
36
|
+
}];
|
|
37
|
+
readonly "4xl": ["2.5rem", {
|
|
38
|
+
readonly lineHeight: "3rem";
|
|
39
|
+
}];
|
|
40
|
+
readonly "5xl": ["3rem", {
|
|
41
|
+
readonly lineHeight: "1";
|
|
42
|
+
}];
|
|
43
|
+
readonly "6xl": ["3.75rem", {
|
|
44
|
+
readonly lineHeight: "1";
|
|
45
|
+
}];
|
|
46
|
+
readonly "7xl": ["4.5rem", {
|
|
47
|
+
readonly lineHeight: "1";
|
|
48
|
+
}];
|
|
49
|
+
readonly "8xl": ["6rem", {
|
|
50
|
+
readonly lineHeight: "1";
|
|
51
|
+
}];
|
|
52
|
+
readonly "9xl": ["8rem", {
|
|
53
|
+
readonly lineHeight: "1";
|
|
54
|
+
}];
|
|
55
|
+
readonly "v2-h1": ["3rem", {
|
|
56
|
+
readonly lineHeight: "3.5rem";
|
|
57
|
+
}];
|
|
58
|
+
readonly "v2-h2": ["2rem", {
|
|
59
|
+
readonly lineHeight: "2.5rem";
|
|
60
|
+
}];
|
|
61
|
+
readonly "v2-h3": ["1.5rem", {
|
|
62
|
+
readonly lineHeight: "2rem";
|
|
63
|
+
}];
|
|
64
|
+
readonly "v2-h4": ["1.25rem", {
|
|
65
|
+
readonly lineHeight: "1.5rem";
|
|
66
|
+
}];
|
|
67
|
+
readonly "v2-base": ["0.875rem", {
|
|
68
|
+
readonly lineHeight: "1.25rem";
|
|
69
|
+
}];
|
|
70
|
+
readonly "v2-small": ["0.75rem", {
|
|
71
|
+
readonly lineHeight: "1rem";
|
|
72
|
+
}];
|
|
73
|
+
};
|
|
74
|
+
readonly spacing: {
|
|
75
|
+
readonly 0: "0px";
|
|
76
|
+
readonly "2xs": "0.25rem";
|
|
77
|
+
readonly xs: "0.5rem";
|
|
78
|
+
readonly sm: "0.75rem";
|
|
79
|
+
readonly md: "1rem";
|
|
80
|
+
readonly base: "1.5rem";
|
|
81
|
+
readonly lg: "2rem";
|
|
82
|
+
readonly xl: "2.5rem";
|
|
83
|
+
readonly "2xl": "3rem";
|
|
84
|
+
readonly "3xl": "3.5rem";
|
|
85
|
+
readonly "4xl": "4rem";
|
|
86
|
+
readonly "5xl": "6rem";
|
|
87
|
+
readonly "6xl": "8rem";
|
|
88
|
+
};
|
|
89
|
+
readonly borderRadius: {
|
|
90
|
+
readonly none: "0px";
|
|
91
|
+
readonly "2xs": "0.125rem";
|
|
92
|
+
readonly xs: "0.25rem";
|
|
93
|
+
readonly sm: "0.5rem";
|
|
94
|
+
readonly md: "0.75rem";
|
|
95
|
+
readonly lg: "1rem";
|
|
96
|
+
readonly xl: "1.5rem";
|
|
97
|
+
readonly "2xl": "2rem";
|
|
98
|
+
readonly full: "9999px";
|
|
99
|
+
};
|
|
100
|
+
readonly aspectRatio: {
|
|
101
|
+
readonly auto: "auto";
|
|
102
|
+
readonly square: "1 / 1";
|
|
103
|
+
readonly video: "16 / 9";
|
|
104
|
+
readonly 1: "1";
|
|
105
|
+
readonly 2: "2";
|
|
106
|
+
readonly 3: "3";
|
|
107
|
+
readonly 4: "4";
|
|
108
|
+
readonly 5: "5";
|
|
109
|
+
readonly 6: "6";
|
|
110
|
+
readonly 7: "7";
|
|
111
|
+
readonly 8: "8";
|
|
112
|
+
readonly 9: "9";
|
|
113
|
+
readonly 10: "10";
|
|
114
|
+
readonly 11: "11";
|
|
115
|
+
readonly 12: "12";
|
|
116
|
+
readonly 13: "13";
|
|
117
|
+
readonly 14: "14";
|
|
118
|
+
readonly 15: "15";
|
|
119
|
+
readonly 16: "16";
|
|
120
|
+
};
|
|
121
|
+
readonly container: {
|
|
122
|
+
readonly center: true;
|
|
123
|
+
readonly padding: {
|
|
124
|
+
readonly DEFAULT: "1rem";
|
|
125
|
+
readonly md: "2rem";
|
|
126
|
+
readonly lg: "4rem";
|
|
127
|
+
};
|
|
128
|
+
readonly screens: {
|
|
129
|
+
readonly sm: "640px";
|
|
130
|
+
readonly md: "768px";
|
|
131
|
+
readonly lg: "1024px";
|
|
132
|
+
readonly xl: "1280px";
|
|
133
|
+
readonly "2xl": "1536px";
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
readonly colors: {
|
|
137
|
+
readonly hover: "hsl(var(--hover) / <alpha-value>)";
|
|
138
|
+
readonly background: {
|
|
139
|
+
readonly DEFAULT: "hsl(var(--background) / <alpha-value>)";
|
|
140
|
+
readonly secondary: "hsl(var(--background-secondary) / <alpha-value>)";
|
|
141
|
+
};
|
|
142
|
+
readonly foreground: "hsl(var(--foreground) / <alpha-value>)";
|
|
143
|
+
readonly muted: {
|
|
144
|
+
readonly DEFAULT: "hsl(var(--muted) / <alpha-value>)";
|
|
145
|
+
readonly foreground: "hsl(var(--muted-foreground) / <alpha-value>)";
|
|
146
|
+
};
|
|
147
|
+
readonly primary: {
|
|
148
|
+
readonly DEFAULT: "hsl(var(--primary) / <alpha-value>)";
|
|
149
|
+
readonly foreground: "hsl(var(--primary-foreground) / <alpha-value>)";
|
|
150
|
+
};
|
|
151
|
+
readonly accent: {
|
|
152
|
+
readonly DEFAULT: "hsl(var(--accent) / <alpha-value>)";
|
|
153
|
+
readonly foreground: "hsl(var(--accent-foreground) / <alpha-value>)";
|
|
154
|
+
readonly faucet: "#326FE5";
|
|
155
|
+
readonly beratrail: "#96532C";
|
|
156
|
+
readonly berps: "#41D6E0";
|
|
157
|
+
readonly bend: "#8C7FEB";
|
|
158
|
+
readonly honey: "#EC8A19";
|
|
159
|
+
readonly hub: "#FEDB71";
|
|
160
|
+
};
|
|
161
|
+
readonly border: {
|
|
162
|
+
readonly DEFAULT: "hsl(var(--border) / <alpha-value>)";
|
|
163
|
+
readonly hover: "hsl(var(--border-hover) / <alpha-value>)";
|
|
164
|
+
};
|
|
165
|
+
readonly input: "hsl(var(--input) / <alpha-value>)";
|
|
166
|
+
readonly destructive: {
|
|
167
|
+
readonly DEFAULT: "hsl(var(--destructive) / <alpha-value>)";
|
|
168
|
+
readonly foreground: "hsl(var(--destructive-foreground) / <alpha-value>)";
|
|
169
|
+
};
|
|
170
|
+
readonly warning: {
|
|
171
|
+
readonly DEFAULT: "hsl(var(--warning) / <alpha-value>)";
|
|
172
|
+
readonly foreground: "hsl(var(--warning-foreground) / <alpha-value>)";
|
|
173
|
+
};
|
|
174
|
+
readonly info: {
|
|
175
|
+
readonly DEFAULT: "hsl(var(--info) / <alpha-value>)";
|
|
176
|
+
readonly foreground: "hsl(var(--info-foreground) / <alpha-value>)";
|
|
177
|
+
};
|
|
178
|
+
readonly success: {
|
|
179
|
+
readonly DEFAULT: "hsl(var(--success) / <alpha-value>)";
|
|
180
|
+
readonly foreground: "hsl(var(--success-foreground) / <alpha-value>)";
|
|
181
|
+
};
|
|
182
|
+
readonly ring: "hsl(var(--ring) / <alpha-value>)";
|
|
183
|
+
readonly white: "#fff";
|
|
184
|
+
readonly black: "#000";
|
|
185
|
+
readonly inherit: "inherit";
|
|
186
|
+
readonly transparent: "transparent";
|
|
187
|
+
readonly current: "currentColor";
|
|
188
|
+
};
|
|
189
|
+
readonly extend: {
|
|
190
|
+
readonly letterSpacing: {
|
|
191
|
+
readonly tight1: "-0.03125rem";
|
|
192
|
+
readonly tight2: "-0.0625rem";
|
|
193
|
+
};
|
|
194
|
+
readonly minHeight: {
|
|
195
|
+
readonly minimum: "calc(100vh - 191px)";
|
|
196
|
+
readonly "screen-250": "calc(100vh - 214px)";
|
|
197
|
+
};
|
|
198
|
+
readonly maxWidth: {
|
|
199
|
+
readonly "1280": "1280px";
|
|
200
|
+
};
|
|
201
|
+
readonly borderColor: {
|
|
202
|
+
readonly DEFAULT: "hsl(var(--border) / <alpha-value>)";
|
|
203
|
+
};
|
|
204
|
+
readonly padding: {
|
|
205
|
+
readonly start: "106px";
|
|
206
|
+
readonly "start-lg": "154px";
|
|
207
|
+
};
|
|
208
|
+
readonly fontFamily: {
|
|
209
|
+
readonly sans: ["var(--font-sans)", ...string[]];
|
|
210
|
+
readonly honey: ["var(--font-honey)", ...string[]];
|
|
211
|
+
};
|
|
212
|
+
readonly keyframes: {
|
|
213
|
+
readonly "fade-in": {
|
|
214
|
+
readonly from: {
|
|
215
|
+
readonly opacity: "0";
|
|
216
|
+
};
|
|
217
|
+
readonly to: {
|
|
218
|
+
readonly opacity: "1";
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
readonly "accordion-down": {
|
|
222
|
+
readonly from: {
|
|
223
|
+
readonly height: "0";
|
|
224
|
+
};
|
|
225
|
+
readonly to: {
|
|
226
|
+
readonly height: "var(--radix-accordion-content-height)";
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
readonly "accordion-up": {
|
|
230
|
+
readonly from: {
|
|
231
|
+
readonly height: "var(--radix-accordion-content-height)";
|
|
232
|
+
};
|
|
233
|
+
readonly to: {
|
|
234
|
+
readonly height: "0";
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
readonly animation: {
|
|
239
|
+
readonly "fade-in": "fade-in 0.5s linear forwards";
|
|
240
|
+
readonly "accordion-down": "accordion-down 0.2s ease-out";
|
|
241
|
+
readonly "accordion-up": "accordion-up 0.2s ease-out";
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
export { _default as default };
|
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
import * as tailwindcss_types_config from 'tailwindcss/types/config';
|
|
2
|
+
import typography from '@tailwindcss/typography';
|
|
3
|
+
|
|
4
|
+
declare const _default: {
|
|
5
|
+
plugins: ({
|
|
6
|
+
handler: () => void;
|
|
7
|
+
} | {
|
|
8
|
+
handler: tailwindcss_types_config.PluginCreator;
|
|
9
|
+
config?: Partial<tailwindcss_types_config.Config> | undefined;
|
|
10
|
+
} | typeof typography)[];
|
|
11
|
+
darkMode: ["class"];
|
|
12
|
+
safelist: ["dark", "light"];
|
|
13
|
+
content: ["src/**/*.{js,ts,jsx,tsx,mdx}", "../../packages/ui/src/*.{ts,tsx}", "../../packages/ui/src/**/*.{ts,tsx}", "../../packages/shared-ui/src/*.{ts,tsx}", "../../packages/shared-ui/src/**/*.{ts,tsx}"];
|
|
14
|
+
theme: {
|
|
15
|
+
readonly fontSize: {
|
|
16
|
+
readonly xs: ["0.75rem", {
|
|
17
|
+
readonly lineHeight: "1rem";
|
|
18
|
+
}];
|
|
19
|
+
readonly sm: ["0.875rem", {
|
|
20
|
+
readonly lineHeight: "1.5rem";
|
|
21
|
+
}];
|
|
22
|
+
readonly base: ["1rem", {
|
|
23
|
+
readonly lineHeight: "1.5rem";
|
|
24
|
+
}];
|
|
25
|
+
readonly lg: ["1.125rem", {
|
|
26
|
+
readonly lineHeight: "2rem";
|
|
27
|
+
}];
|
|
28
|
+
readonly xl: ["1.25rem", {
|
|
29
|
+
readonly lineHeight: "1.75rem";
|
|
30
|
+
}];
|
|
31
|
+
readonly "2xl": ["1.5rem", {
|
|
32
|
+
readonly lineHeight: "2rem";
|
|
33
|
+
}];
|
|
34
|
+
readonly "3xl": ["2rem", {
|
|
35
|
+
readonly lineHeight: "3rem";
|
|
36
|
+
}];
|
|
37
|
+
readonly "4xl": ["2.5rem", {
|
|
38
|
+
readonly lineHeight: "3rem";
|
|
39
|
+
}];
|
|
40
|
+
readonly "5xl": ["3rem", {
|
|
41
|
+
readonly lineHeight: "1";
|
|
42
|
+
}];
|
|
43
|
+
readonly "6xl": ["3.75rem", {
|
|
44
|
+
readonly lineHeight: "1";
|
|
45
|
+
}];
|
|
46
|
+
readonly "7xl": ["4.5rem", {
|
|
47
|
+
readonly lineHeight: "1";
|
|
48
|
+
}];
|
|
49
|
+
readonly "8xl": ["6rem", {
|
|
50
|
+
readonly lineHeight: "1";
|
|
51
|
+
}];
|
|
52
|
+
readonly "9xl": ["8rem", {
|
|
53
|
+
readonly lineHeight: "1";
|
|
54
|
+
}];
|
|
55
|
+
readonly "v2-h1": ["3rem", {
|
|
56
|
+
readonly lineHeight: "3.5rem";
|
|
57
|
+
}];
|
|
58
|
+
readonly "v2-h2": ["2rem", {
|
|
59
|
+
readonly lineHeight: "2.5rem";
|
|
60
|
+
}];
|
|
61
|
+
readonly "v2-h3": ["1.5rem", {
|
|
62
|
+
readonly lineHeight: "2rem";
|
|
63
|
+
}];
|
|
64
|
+
readonly "v2-h4": ["1.25rem", {
|
|
65
|
+
readonly lineHeight: "1.5rem";
|
|
66
|
+
}];
|
|
67
|
+
readonly "v2-base": ["0.875rem", {
|
|
68
|
+
readonly lineHeight: "1.25rem";
|
|
69
|
+
}];
|
|
70
|
+
readonly "v2-small": ["0.75rem", {
|
|
71
|
+
readonly lineHeight: "1rem";
|
|
72
|
+
}];
|
|
73
|
+
};
|
|
74
|
+
readonly spacing: {
|
|
75
|
+
readonly 0: "0px";
|
|
76
|
+
readonly "2xs": "0.25rem";
|
|
77
|
+
readonly xs: "0.5rem";
|
|
78
|
+
readonly sm: "0.75rem";
|
|
79
|
+
readonly md: "1rem";
|
|
80
|
+
readonly base: "1.5rem";
|
|
81
|
+
readonly lg: "2rem";
|
|
82
|
+
readonly xl: "2.5rem";
|
|
83
|
+
readonly "2xl": "3rem";
|
|
84
|
+
readonly "3xl": "3.5rem";
|
|
85
|
+
readonly "4xl": "4rem";
|
|
86
|
+
readonly "5xl": "6rem";
|
|
87
|
+
readonly "6xl": "8rem";
|
|
88
|
+
};
|
|
89
|
+
readonly borderRadius: {
|
|
90
|
+
readonly none: "0px";
|
|
91
|
+
readonly "2xs": "0.125rem";
|
|
92
|
+
readonly xs: "0.25rem";
|
|
93
|
+
readonly sm: "0.5rem";
|
|
94
|
+
readonly md: "0.75rem";
|
|
95
|
+
readonly lg: "1rem";
|
|
96
|
+
readonly xl: "1.5rem";
|
|
97
|
+
readonly "2xl": "2rem";
|
|
98
|
+
readonly full: "9999px";
|
|
99
|
+
};
|
|
100
|
+
readonly aspectRatio: {
|
|
101
|
+
readonly auto: "auto";
|
|
102
|
+
readonly square: "1 / 1";
|
|
103
|
+
readonly video: "16 / 9";
|
|
104
|
+
readonly 1: "1";
|
|
105
|
+
readonly 2: "2";
|
|
106
|
+
readonly 3: "3";
|
|
107
|
+
readonly 4: "4";
|
|
108
|
+
readonly 5: "5";
|
|
109
|
+
readonly 6: "6";
|
|
110
|
+
readonly 7: "7";
|
|
111
|
+
readonly 8: "8";
|
|
112
|
+
readonly 9: "9";
|
|
113
|
+
readonly 10: "10";
|
|
114
|
+
readonly 11: "11";
|
|
115
|
+
readonly 12: "12";
|
|
116
|
+
readonly 13: "13";
|
|
117
|
+
readonly 14: "14";
|
|
118
|
+
readonly 15: "15";
|
|
119
|
+
readonly 16: "16";
|
|
120
|
+
};
|
|
121
|
+
readonly container: {
|
|
122
|
+
readonly center: true;
|
|
123
|
+
readonly padding: {
|
|
124
|
+
readonly DEFAULT: "1rem";
|
|
125
|
+
readonly md: "2rem";
|
|
126
|
+
readonly lg: "4rem";
|
|
127
|
+
};
|
|
128
|
+
readonly screens: {
|
|
129
|
+
readonly sm: "640px";
|
|
130
|
+
readonly md: "768px";
|
|
131
|
+
readonly lg: "1024px";
|
|
132
|
+
readonly xl: "1280px";
|
|
133
|
+
readonly "2xl": "1536px";
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
readonly colors: {
|
|
137
|
+
readonly hover: "hsl(var(--hover) / <alpha-value>)";
|
|
138
|
+
readonly background: {
|
|
139
|
+
readonly DEFAULT: "hsl(var(--background) / <alpha-value>)";
|
|
140
|
+
readonly secondary: "hsl(var(--background-secondary) / <alpha-value>)";
|
|
141
|
+
};
|
|
142
|
+
readonly foreground: "hsl(var(--foreground) / <alpha-value>)";
|
|
143
|
+
readonly muted: {
|
|
144
|
+
readonly DEFAULT: "hsl(var(--muted) / <alpha-value>)";
|
|
145
|
+
readonly foreground: "hsl(var(--muted-foreground) / <alpha-value>)";
|
|
146
|
+
};
|
|
147
|
+
readonly primary: {
|
|
148
|
+
readonly DEFAULT: "hsl(var(--primary) / <alpha-value>)";
|
|
149
|
+
readonly foreground: "hsl(var(--primary-foreground) / <alpha-value>)";
|
|
150
|
+
};
|
|
151
|
+
readonly accent: {
|
|
152
|
+
readonly DEFAULT: "hsl(var(--accent) / <alpha-value>)";
|
|
153
|
+
readonly foreground: "hsl(var(--accent-foreground) / <alpha-value>)";
|
|
154
|
+
readonly faucet: "#326FE5";
|
|
155
|
+
readonly beratrail: "#96532C";
|
|
156
|
+
readonly berps: "#41D6E0";
|
|
157
|
+
readonly bend: "#8C7FEB";
|
|
158
|
+
readonly honey: "#EC8A19";
|
|
159
|
+
readonly hub: "#FEDB71";
|
|
160
|
+
};
|
|
161
|
+
readonly border: {
|
|
162
|
+
readonly DEFAULT: "hsl(var(--border) / <alpha-value>)";
|
|
163
|
+
readonly hover: "hsl(var(--border-hover) / <alpha-value>)";
|
|
164
|
+
};
|
|
165
|
+
readonly input: "hsl(var(--input) / <alpha-value>)";
|
|
166
|
+
readonly destructive: {
|
|
167
|
+
readonly DEFAULT: "hsl(var(--destructive) / <alpha-value>)";
|
|
168
|
+
readonly foreground: "hsl(var(--destructive-foreground) / <alpha-value>)";
|
|
169
|
+
};
|
|
170
|
+
readonly warning: {
|
|
171
|
+
readonly DEFAULT: "hsl(var(--warning) / <alpha-value>)";
|
|
172
|
+
readonly foreground: "hsl(var(--warning-foreground) / <alpha-value>)";
|
|
173
|
+
};
|
|
174
|
+
readonly info: {
|
|
175
|
+
readonly DEFAULT: "hsl(var(--info) / <alpha-value>)";
|
|
176
|
+
readonly foreground: "hsl(var(--info-foreground) / <alpha-value>)";
|
|
177
|
+
};
|
|
178
|
+
readonly success: {
|
|
179
|
+
readonly DEFAULT: "hsl(var(--success) / <alpha-value>)";
|
|
180
|
+
readonly foreground: "hsl(var(--success-foreground) / <alpha-value>)";
|
|
181
|
+
};
|
|
182
|
+
readonly ring: "hsl(var(--ring) / <alpha-value>)";
|
|
183
|
+
readonly white: "#fff";
|
|
184
|
+
readonly black: "#000";
|
|
185
|
+
readonly inherit: "inherit";
|
|
186
|
+
readonly transparent: "transparent";
|
|
187
|
+
readonly current: "currentColor";
|
|
188
|
+
};
|
|
189
|
+
readonly extend: {
|
|
190
|
+
readonly letterSpacing: {
|
|
191
|
+
readonly tight1: "-0.03125rem";
|
|
192
|
+
readonly tight2: "-0.0625rem";
|
|
193
|
+
};
|
|
194
|
+
readonly minHeight: {
|
|
195
|
+
readonly minimum: "calc(100vh - 191px)";
|
|
196
|
+
readonly "screen-250": "calc(100vh - 214px)";
|
|
197
|
+
};
|
|
198
|
+
readonly maxWidth: {
|
|
199
|
+
readonly "1280": "1280px";
|
|
200
|
+
};
|
|
201
|
+
readonly borderColor: {
|
|
202
|
+
readonly DEFAULT: "hsl(var(--border) / <alpha-value>)";
|
|
203
|
+
};
|
|
204
|
+
readonly padding: {
|
|
205
|
+
readonly start: "106px";
|
|
206
|
+
readonly "start-lg": "154px";
|
|
207
|
+
};
|
|
208
|
+
readonly fontFamily: {
|
|
209
|
+
readonly sans: ["var(--font-sans)", ...string[]];
|
|
210
|
+
readonly honey: ["var(--font-honey)", ...string[]];
|
|
211
|
+
};
|
|
212
|
+
readonly keyframes: {
|
|
213
|
+
readonly "fade-in": {
|
|
214
|
+
readonly from: {
|
|
215
|
+
readonly opacity: "0";
|
|
216
|
+
};
|
|
217
|
+
readonly to: {
|
|
218
|
+
readonly opacity: "1";
|
|
219
|
+
};
|
|
220
|
+
};
|
|
221
|
+
readonly "accordion-down": {
|
|
222
|
+
readonly from: {
|
|
223
|
+
readonly height: "0";
|
|
224
|
+
};
|
|
225
|
+
readonly to: {
|
|
226
|
+
readonly height: "var(--radix-accordion-content-height)";
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
readonly "accordion-up": {
|
|
230
|
+
readonly from: {
|
|
231
|
+
readonly height: "var(--radix-accordion-content-height)";
|
|
232
|
+
};
|
|
233
|
+
readonly to: {
|
|
234
|
+
readonly height: "0";
|
|
235
|
+
};
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
readonly animation: {
|
|
239
|
+
readonly "fade-in": "fade-in 0.5s linear forwards";
|
|
240
|
+
readonly "accordion-down": "accordion-down 0.2s ease-out";
|
|
241
|
+
readonly "accordion-up": "accordion-up 0.2s ease-out";
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
export { _default as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../../chunk-WOT6VMZA.js";import{fontFamily as r}from"tailwindcss/defaultTheme";import e from"tailwindcss/colors";var a={darkMode:["class"],safelist:["dark","light"],content:["src/**/*.{js,ts,jsx,tsx,mdx}","../../packages/ui/src/*.{ts,tsx}","../../packages/ui/src/**/*.{ts,tsx}","../../packages/shared-ui/src/*.{ts,tsx}","../../packages/shared-ui/src/**/*.{ts,tsx}"],theme:{fontSize:{xs:["0.75rem",{lineHeight:"1rem"}],sm:["0.875rem",{lineHeight:"1.5rem"}],base:["1rem",{lineHeight:"1.5rem"}],lg:["1.125rem",{lineHeight:"2rem"}],xl:["1.25rem",{lineHeight:"1.75rem"}],"2xl":["1.5rem",{lineHeight:"2rem"}],"3xl":["2rem",{lineHeight:"3rem"}],"4xl":["2.5rem",{lineHeight:"3rem"}],"5xl":["3rem",{lineHeight:"1"}],"6xl":["3.75rem",{lineHeight:"1"}],"7xl":["4.5rem",{lineHeight:"1"}],"8xl":["6rem",{lineHeight:"1"}],"9xl":["8rem",{lineHeight:"1"}],"v2-h1":["3rem",{lineHeight:"3.5rem"}],"v2-h2":["2rem",{lineHeight:"2.5rem"}],"v2-h3":["1.5rem",{lineHeight:"2rem"}],"v2-h4":["1.25rem",{lineHeight:"1.5rem"}],"v2-base":["0.875rem",{lineHeight:"1.25rem"}],"v2-small":["0.75rem",{lineHeight:"1rem"}]},spacing:{0:"0px","2xs":"0.25rem",xs:"0.5rem",sm:"0.75rem",md:"1rem",base:"1.5rem",lg:"2rem",xl:"2.5rem","2xl":"3rem","3xl":"3.5rem","4xl":"4rem","5xl":"6rem","6xl":"8rem"},borderRadius:{none:"0px","2xs":"0.125rem",xs:"0.25rem",sm:"0.5rem",md:"0.75rem",lg:"1rem",xl:"1.5rem","2xl":"2rem",full:"9999px"},aspectRatio:{auto:"auto",square:"1 / 1",video:"16 / 9",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",10:"10",11:"11",12:"12",13:"13",14:"14",15:"15",16:"16"},container:{center:!0,padding:{DEFAULT:"1rem",md:"2rem",lg:"4rem"},screens:{sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"}},colors:{hover:"hsl(var(--hover) / <alpha-value>)",background:{DEFAULT:"hsl(var(--background) / <alpha-value>)",secondary:"hsl(var(--background-secondary) / <alpha-value>)"},foreground:"hsl(var(--foreground) / <alpha-value>)",muted:{DEFAULT:"hsl(var(--muted) / <alpha-value>)",foreground:"hsl(var(--muted-foreground) / <alpha-value>)"},primary:{DEFAULT:"hsl(var(--primary) / <alpha-value>)",foreground:"hsl(var(--primary-foreground) / <alpha-value>)"},accent:{DEFAULT:"hsl(var(--accent) / <alpha-value>)",foreground:"hsl(var(--accent-foreground) / <alpha-value>)",faucet:"#326FE5",beratrail:"#96532C",berps:"#41D6E0",bend:"#8C7FEB",honey:"#EC8A19",hub:"#FEDB71"},border:{DEFAULT:"hsl(var(--border) / <alpha-value>)",hover:"hsl(var(--border-hover) / <alpha-value>)"},input:"hsl(var(--input) / <alpha-value>)",destructive:{DEFAULT:"hsl(var(--destructive) / <alpha-value>)",foreground:"hsl(var(--destructive-foreground) / <alpha-value>)"},warning:{DEFAULT:"hsl(var(--warning) / <alpha-value>)",foreground:"hsl(var(--warning-foreground) / <alpha-value>)"},info:{DEFAULT:"hsl(var(--info) / <alpha-value>)",foreground:"hsl(var(--info-foreground) / <alpha-value>)"},success:{DEFAULT:"hsl(var(--success) / <alpha-value>)",foreground:"hsl(var(--success-foreground) / <alpha-value>)"},ring:"hsl(var(--ring) / <alpha-value>)",white:e.white,black:e.black,inherit:e.inherit,transparent:e.transparent,current:e.current},extend:{letterSpacing:{tight1:"-0.03125rem",tight2:"-0.0625rem"},minHeight:{minimum:"calc(100vh - 191px)","screen-250":"calc(100vh - 214px)"},maxWidth:{1280:"1280px"},borderColor:{DEFAULT:"hsl(var(--border) / <alpha-value>)"},padding:{start:"106px","start-lg":"154px"},fontFamily:{sans:["var(--font-sans)",...r.sans],honey:["var(--font-honey)",...r.sans]},keyframes:{"fade-in":{from:{opacity:"0"},to:{opacity:"1"}},"accordion-down":{from:{height:"0"},to:{height:"var(--radix-accordion-content-height)"}},"accordion-up":{from:{height:"var(--radix-accordion-content-height)"},to:{height:"0"}}},animation:{"fade-in":"fade-in 0.5s linear forwards","accordion-down":"accordion-down 0.2s ease-out","accordion-up":"accordion-up 0.2s ease-out"}}}};import i from"tailwindcss-animate";import l from"@tailwindcss/container-queries";import o from"@tailwindcss/typography";var c={...a,plugins:[i,l,o]};export{c as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _tsup = require('tsup');function r(t,e){return Array.isArray(t)?t.map(n=>r(n,e)):{...{format:["esm"],clean:!e.watch,splitting:!0,outDir:"dist",skipNodeModulesBundle:!0,minify:!e.watch,sourcemap:process.env.UPLOAD_SOURCEMAPS==="true",dts:process.env.VERCEL!=="1",plugins:[],esbuildOptions:(n,s)=>{n.jsx="automatic",_optionalChain([t, 'access', _ => _.esbuildOptions, 'optionalCall', _2 => _2(n,s)])}},...t}}var o=t=>_tsup.defineConfig.call(void 0, async e=>{let i;return typeof t=="function"?i=await t(e):i=t,Array.isArray(i)?i.map(n=>r(n,e)):r(i,e)}),f= exports.default =o;exports.beraTsupConfig = o; exports.default = f;
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }require('../../chunk-4VDLQK6F.cjs');var _tsup = require('tsup');function r(t,e){return Array.isArray(t)?t.map(n=>r(n,e)):{...{format:["esm"],clean:!e.watch,splitting:!0,outDir:"dist",skipNodeModulesBundle:!0,minify:!e.watch,sourcemap:process.env.UPLOAD_SOURCEMAPS==="true",dts:process.env.VERCEL!=="1",plugins:[],esbuildOptions:(n,s)=>{n.jsx="automatic",_optionalChain([t, 'access', _ => _.esbuildOptions, 'optionalCall', _2 => _2(n,s)])}},...t}}var o=t=>_tsup.defineConfig.call(void 0, async e=>{let i;return typeof t=="function"?i=await t(e):i=t,Array.isArray(i)?i.map(n=>r(n,e)):r(i,e)}),f= exports.default =o;exports.beraTsupConfig = o; exports.default = f;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{defineConfig as a}from"tsup";function r(t,e){return Array.isArray(t)?t.map(n=>r(n,e)):{...{format:["esm"],clean:!e.watch,splitting:!0,outDir:"dist",skipNodeModulesBundle:!0,minify:!e.watch,sourcemap:process.env.UPLOAD_SOURCEMAPS==="true",dts:process.env.VERCEL!=="1",plugins:[],esbuildOptions:(n,s)=>{n.jsx="automatic",t.esbuildOptions?.(n,s)}},...t}}var o=t=>a(async e=>{let i;return typeof t=="function"?i=await t(e):i=t,Array.isArray(i)?i.map(n=>r(n,e)):r(i,e)}),f=o;export{o as beraTsupConfig,f as default};
|
|
1
|
+
import"../../chunk-WOT6VMZA.js";import{defineConfig as a}from"tsup";function r(t,e){return Array.isArray(t)?t.map(n=>r(n,e)):{...{format:["esm"],clean:!e.watch,splitting:!0,outDir:"dist",skipNodeModulesBundle:!0,minify:!e.watch,sourcemap:process.env.UPLOAD_SOURCEMAPS==="true",dts:process.env.VERCEL!=="1",plugins:[],esbuildOptions:(n,s)=>{n.jsx="automatic",t.esbuildOptions?.(n,s)}},...t}}var o=t=>a(async e=>{let i;return typeof t=="function"?i=await t(e):i=t,Array.isArray(i)?i.map(n=>r(n,e)):r(i,e)}),f=o;export{o as beraTsupConfig,f as default};
|
package/dist/mainnet.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkTQ3O2NSKcjs = require('./chunk-TQ3O2NSK.cjs');require('./chunk-4VDLQK6F.cjs');exports.default = _chunkTQ3O2NSKcjs.b; exports.mainnet = _chunkTQ3O2NSKcjs.a;
|
package/dist/mainnet.d.cts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
declare const mainnet: {
|
|
2
2
|
readonly tokens: {
|
|
3
3
|
readonly wbera: "0x6969696969696969696969696969696969696969";
|
|
4
|
+
readonly swbera: "0x118D2cEeE9785eaf70C15Cd74CD84c9f8c3EeC9a";
|
|
4
5
|
readonly bgt: "0x656b95E550C07a9ffe548bd4085c72418Ceb1dba";
|
|
5
6
|
readonly wbtc: "0x0555E30da8f98308EdB960aa94C0Db47230d2B9c";
|
|
6
7
|
readonly weth: "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590";
|
|
7
8
|
};
|
|
8
9
|
readonly depositContract: "0x4242424242424242424242424242424242424242";
|
|
9
10
|
readonly pol: {
|
|
10
|
-
readonly version: "1.0.4";
|
|
11
11
|
readonly beraChef: "0xdf960E8F3F19C481dDE769edEDD439ea1a63426a";
|
|
12
12
|
readonly factory: "0x94Ad6Ac84f6C6FbA8b8CCbD71d9f4f101def52a8";
|
|
13
13
|
readonly staker: "0x44F07Ce5AfeCbCC406e6beFD40cc2998eEb8c7C6";
|
|
14
|
-
readonly subgraph:
|
|
14
|
+
readonly subgraph: string;
|
|
15
15
|
readonly bribeBoostApi: string;
|
|
16
16
|
readonly bribeBoostApiKey: string;
|
|
17
|
-
readonly bgtIncentiveDistributor: "
|
|
17
|
+
readonly bgtIncentiveDistributor: "0x77DA09bC82652f9A14d1b170a001e759640298e6";
|
|
18
18
|
};
|
|
19
19
|
readonly api: string;
|
|
20
|
-
readonly blocksSubgraph:
|
|
20
|
+
readonly blocksSubgraph: string;
|
|
21
21
|
readonly bex: {
|
|
22
22
|
readonly chainName: "BERACHAIN";
|
|
23
23
|
readonly vault: "0x4Be03f781C497A489E3cB0287833452cA9B9E80B";
|
|
@@ -30,16 +30,16 @@ declare const mainnet: {
|
|
|
30
30
|
};
|
|
31
31
|
readonly poolCreationHelper: "0x55dccE8165C88aAd4403a15A9cE3A8E244657dD2";
|
|
32
32
|
readonly subgraph: "https://api.goldsky.com/api/public/project_clq1h5ct0g4a201x18tfte5iv/subgraphs/bex-subgraph/mainnet-v1.0.2/gn";
|
|
33
|
-
readonly aggregatorsRouter: "
|
|
34
|
-
readonly aggregatorsRouterExecutor: "
|
|
33
|
+
readonly aggregatorsRouter: "0x1cAF3c98cE58207D21f2090164cB56a4cEf8e487";
|
|
34
|
+
readonly aggregatorsRouterExecutor: "0x5699789588384DEc3662bd71BC5C6c7f7D615c66";
|
|
35
35
|
readonly aggregatorsProxyUrl: string;
|
|
36
36
|
};
|
|
37
37
|
readonly honey: {
|
|
38
38
|
readonly name: "Honey";
|
|
39
39
|
readonly url: "https://honey.berachain.com";
|
|
40
|
-
readonly subgraph:
|
|
40
|
+
readonly subgraph: string;
|
|
41
41
|
readonly factory: "0xA4aFef880F5cE1f63c9fb48F661E27F8B4216401";
|
|
42
|
-
readonly pythWrapper: "
|
|
42
|
+
readonly pythWrapper: "0x4b7cb1c197f8EE4d309866B16C2c12E3B4E7E606";
|
|
43
43
|
readonly pyth: "0x2880aB155794e7179c9eE2e38200202908C17B43";
|
|
44
44
|
readonly reader: "0x285e147060CDc5ba902786d3A471224ee6cE0F91";
|
|
45
45
|
readonly token: "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce";
|
|
@@ -64,17 +64,8 @@ declare const mainnet: {
|
|
|
64
64
|
readonly tokenList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/tokens/mainnet.json";
|
|
65
65
|
readonly validatorList: "https://raw.githubusercontent.com/berachain/metadata/refs/heads/main/src/validators/mainnet.json";
|
|
66
66
|
};
|
|
67
|
-
readonly averageBlockTime:
|
|
68
|
-
readonly
|
|
69
|
-
readonly name: "Boyco";
|
|
70
|
-
readonly url: "https://boyco.berachain.com";
|
|
71
|
-
readonly originUrl: string;
|
|
72
|
-
readonly originKey: string;
|
|
73
|
-
readonly originId: string;
|
|
74
|
-
readonly airdropApi: string;
|
|
75
|
-
readonly merkleId: `0x${string}`;
|
|
76
|
-
readonly airdropAddress: `0x${string}`;
|
|
77
|
-
};
|
|
67
|
+
readonly averageBlockTime: 2;
|
|
68
|
+
readonly beApiKey: string;
|
|
78
69
|
readonly bridge: {
|
|
79
70
|
readonly name: "BeraBridge";
|
|
80
71
|
readonly url: "https://bridge.berachain.com";
|
|
@@ -91,7 +82,8 @@ declare const mainnet: {
|
|
|
91
82
|
};
|
|
92
83
|
readonly bend: {
|
|
93
84
|
readonly name: "Bend";
|
|
94
|
-
readonly url: "
|
|
85
|
+
readonly url: "https://bend.berachain.com";
|
|
86
|
+
readonly supportedVaults: `0x${string}`[];
|
|
95
87
|
};
|
|
96
88
|
readonly berps: {
|
|
97
89
|
readonly name: "Berps";
|
|
@@ -101,6 +93,17 @@ declare const mainnet: {
|
|
|
101
93
|
readonly name: "Faucet";
|
|
102
94
|
readonly url: "#";
|
|
103
95
|
};
|
|
96
|
+
readonly explore: {
|
|
97
|
+
readonly name: "Explore";
|
|
98
|
+
readonly url: "https://explore.berachain.com";
|
|
99
|
+
};
|
|
100
|
+
readonly explorer: {
|
|
101
|
+
readonly name: "Berascan";
|
|
102
|
+
readonly url: "https://berascan.com";
|
|
103
|
+
};
|
|
104
|
+
readonly chain: {
|
|
105
|
+
readonly name: string;
|
|
106
|
+
};
|
|
104
107
|
};
|
|
105
108
|
|
|
106
109
|
export { mainnet as default, mainnet };
|