@gearbox-protocol/sdk 12.3.0 → 12.4.0-next.1
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.
|
@@ -38,7 +38,7 @@ var import_sdk_legacy = require("../sdk-legacy/index.js");
|
|
|
38
38
|
var import_utils = require("../utils/index.js");
|
|
39
39
|
var import_viem2 = require("../utils/viem/index.js");
|
|
40
40
|
const COMPRESSORS = {
|
|
41
|
-
[import_chains.chains.Mainnet.id]: "
|
|
41
|
+
[import_chains.chains.Mainnet.id]: "0x36F3d0Bb73CBC2E94fE24dF0f26a689409cF9023",
|
|
42
42
|
[import_chains.chains.Monad.id]: "0x36F3d0Bb73CBC2E94fE24dF0f26a689409cF9023"
|
|
43
43
|
};
|
|
44
44
|
function getWithdrawalCompressorAddress(chainId) {
|
|
@@ -28,7 +28,7 @@ import { BigIntMath } from "../sdk-legacy/index.js";
|
|
|
28
28
|
import { AddressMap } from "../utils/index.js";
|
|
29
29
|
import { simulateWithPriceUpdates } from "../utils/viem/index.js";
|
|
30
30
|
const COMPRESSORS = {
|
|
31
|
-
[chains.Mainnet.id]: "
|
|
31
|
+
[chains.Mainnet.id]: "0x36F3d0Bb73CBC2E94fE24dF0f26a689409cF9023",
|
|
32
32
|
[chains.Monad.id]: "0x36F3d0Bb73CBC2E94fE24dF0f26a689409cF9023"
|
|
33
33
|
};
|
|
34
34
|
function getWithdrawalCompressorAddress(chainId) {
|