@defiverse/balancer-sdk-megaeth 0.1.261 → 0.1.262
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/index.d.ts +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4611,7 +4611,7 @@ interface Searchable<T> {
|
|
|
4611
4611
|
* https://github.com/balancer-labs/balancer-v2-monorepo/blob/master/pkg/liquidity-mining/contracts/BalancerTokenAdmin.sol
|
|
4612
4612
|
*/
|
|
4613
4613
|
declare const INITIAL_RATE = 335000;
|
|
4614
|
-
declare const START_EPOCH_TIME =
|
|
4614
|
+
declare const START_EPOCH_TIME = 1772064000;
|
|
4615
4615
|
/**
|
|
4616
4616
|
* Weekly BAL emissions
|
|
4617
4617
|
*
|