@defiverse/balancer-sdk-megaeth 0.1.253 → 0.1.255
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 +37 -37
- 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
|
@@ -4610,7 +4610,7 @@ interface Searchable<T> {
|
|
|
4610
4610
|
* https://github.com/balancer-labs/balancer-v2-monorepo/blob/master/pkg/liquidity-mining/contracts/BalancerTokenAdmin.sol
|
|
4611
4611
|
*/
|
|
4612
4612
|
declare const INITIAL_RATE = 335000;
|
|
4613
|
-
declare const START_EPOCH_TIME =
|
|
4613
|
+
declare const START_EPOCH_TIME = 1765411200;
|
|
4614
4614
|
/**
|
|
4615
4615
|
* Weekly BAL emissions
|
|
4616
4616
|
*
|