@gearbox-protocol/deploy-tools 5.45.5 → 5.45.6
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.mjs +3 -3
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -446474,7 +446474,7 @@ async function loadPage(sdk, compressor, suite, offset, limit) {
|
|
|
446474
446474
|
address: compressor,
|
|
446475
446475
|
abi: DefillamaCompressorAbi,
|
|
446476
446476
|
functionName: "getCreditAccounts",
|
|
446477
|
-
args: [suite.creditManager.address, offset, limit]
|
|
446477
|
+
args: [suite.creditManager.address, BigInt(offset), BigInt(limit)]
|
|
446478
446478
|
});
|
|
446479
446479
|
log_default.debug(
|
|
446480
446480
|
`estimated gas for ${offset}: ${Number(estGas / 10000n) / 100}M`
|
|
@@ -446489,7 +446489,7 @@ async function loadPage(sdk, compressor, suite, offset, limit) {
|
|
|
446489
446489
|
address: compressor,
|
|
446490
446490
|
abi: DefillamaCompressorAbi,
|
|
446491
446491
|
functionName: "getCreditAccounts",
|
|
446492
|
-
args: [suite.creditManager.address],
|
|
446492
|
+
args: [suite.creditManager.address, BigInt(offset), BigInt(limit)],
|
|
446493
446493
|
// @ts-expect-error
|
|
446494
446494
|
gas: 550000000n
|
|
446495
446495
|
});
|
|
@@ -446765,7 +446765,7 @@ function getRenderer(opts) {
|
|
|
446765
446765
|
var package_default = {
|
|
446766
446766
|
name: "@gearbox-protocol/deploy-tools",
|
|
446767
446767
|
description: "Gearbox deploy tools",
|
|
446768
|
-
version: "5.45.
|
|
446768
|
+
version: "5.45.6",
|
|
446769
446769
|
homepage: "https://gearbox.fi",
|
|
446770
446770
|
keywords: [
|
|
446771
446771
|
"gearbox"
|