@defiverse/balancer-sdk-megaeth 0.1.252 → 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 +3 -2
- package/dist/index.esm.js +37 -37
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +37 -37
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -212,7 +212,8 @@ declare enum Network {
|
|
|
212
212
|
DEFIVERSE = 16116,
|
|
213
213
|
DEFIVERSE_TESTNET = 17117,
|
|
214
214
|
OASYS = 248,
|
|
215
|
-
OASYS_TESTNET = 9372
|
|
215
|
+
OASYS_TESTNET = 9372,
|
|
216
|
+
MEGAETH_TESTNET = 6343
|
|
216
217
|
}
|
|
217
218
|
|
|
218
219
|
interface JoinPool {
|
|
@@ -4609,7 +4610,7 @@ interface Searchable<T> {
|
|
|
4609
4610
|
* https://github.com/balancer-labs/balancer-v2-monorepo/blob/master/pkg/liquidity-mining/contracts/BalancerTokenAdmin.sol
|
|
4610
4611
|
*/
|
|
4611
4612
|
declare const INITIAL_RATE = 335000;
|
|
4612
|
-
declare const START_EPOCH_TIME =
|
|
4613
|
+
declare const START_EPOCH_TIME = 1765411200;
|
|
4613
4614
|
/**
|
|
4614
4615
|
* Weekly BAL emissions
|
|
4615
4616
|
*
|