@gearbox-protocol/sdk 3.0.0-vfour.350 → 3.0.0-vfour.351
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.
|
@@ -47,11 +47,12 @@ const BLOCK_DURATION_BY_NETWORK = {
|
|
|
47
47
|
Base: 2.01,
|
|
48
48
|
Sonic: 0.91,
|
|
49
49
|
// New networks
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
MegaETH: 0.01,
|
|
51
|
+
// <10ms/block, on testnet
|
|
52
52
|
Monad: 1,
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
// on testnet
|
|
54
|
+
Berachain: 1.9,
|
|
55
|
+
Avalanche: 1.7
|
|
55
56
|
};
|
|
56
57
|
const RAMP_TIME = 30 * 24 * 60 * 60 * 1.2;
|
|
57
58
|
const RAMP_DURATION_BY_NETWORK = {
|
|
@@ -22,11 +22,12 @@ const BLOCK_DURATION_BY_NETWORK = {
|
|
|
22
22
|
Base: 2.01,
|
|
23
23
|
Sonic: 0.91,
|
|
24
24
|
// New networks
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
MegaETH: 0.01,
|
|
26
|
+
// <10ms/block, on testnet
|
|
27
27
|
Monad: 1,
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
// on testnet
|
|
29
|
+
Berachain: 1.9,
|
|
30
|
+
Avalanche: 1.7
|
|
30
31
|
};
|
|
31
32
|
const RAMP_TIME = 30 * 24 * 60 * 60 * 1.2;
|
|
32
33
|
const RAMP_DURATION_BY_NETWORK = {
|