@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
- // TODO: determine value
51
- MegaETH: 1,
50
+ MegaETH: 0.01,
51
+ // <10ms/block, on testnet
52
52
  Monad: 1,
53
- Berachain: 1,
54
- Avalanche: 1
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
- // TODO: determine value
26
- MegaETH: 1,
25
+ MegaETH: 0.01,
26
+ // <10ms/block, on testnet
27
27
  Monad: 1,
28
- Berachain: 1,
29
- Avalanche: 1
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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "3.0.0-vfour.350",
3
+ "version": "3.0.0-vfour.351",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",