@berachain/config 0.1.17-beta.1 → 0.1.17-beta.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.
|
@@ -84,6 +84,10 @@ interface EdgeConfigSchema {
|
|
|
84
84
|
* the window is DAY or WEEK, its the window for calculating the APR
|
|
85
85
|
*/
|
|
86
86
|
swberaAprWindow?: "DAY" | "WEEK";
|
|
87
|
+
/**
|
|
88
|
+
* X post URL for the vNext onboarding 'Learn more' button. Falls back to the docs URL when unset.
|
|
89
|
+
*/
|
|
90
|
+
vnextOnboardingUrl?: string;
|
|
87
91
|
automatedRewardAllocation: {
|
|
88
92
|
blockDelayLabel: string;
|
|
89
93
|
hoursToWarnInAdvance: number;
|
|
@@ -84,6 +84,10 @@ interface EdgeConfigSchema {
|
|
|
84
84
|
* the window is DAY or WEEK, its the window for calculating the APR
|
|
85
85
|
*/
|
|
86
86
|
swberaAprWindow?: "DAY" | "WEEK";
|
|
87
|
+
/**
|
|
88
|
+
* X post URL for the vNext onboarding 'Learn more' button. Falls back to the docs URL when unset.
|
|
89
|
+
*/
|
|
90
|
+
vnextOnboardingUrl?: string;
|
|
87
91
|
automatedRewardAllocation: {
|
|
88
92
|
blockDelayLabel: string;
|
|
89
93
|
hoursToWarnInAdvance: number;
|