@gearbox-protocol/deploy-tools 5.71.0 → 5.71.2
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 +4 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -399141,7 +399141,7 @@ function getRenderer(opts) {
|
|
|
399141
399141
|
var package_default = {
|
|
399142
399142
|
name: "@gearbox-protocol/deploy-tools",
|
|
399143
399143
|
description: "Gearbox deploy tools",
|
|
399144
|
-
version: "5.71.
|
|
399144
|
+
version: "5.71.2",
|
|
399145
399145
|
homepage: "https://gearbox.fi",
|
|
399146
399146
|
keywords: [
|
|
399147
399147
|
"gearbox"
|
|
@@ -399291,6 +399291,7 @@ function zeroLt() {
|
|
|
399291
399291
|
const {
|
|
399292
399292
|
addressProvider,
|
|
399293
399293
|
marketConfigurators,
|
|
399294
|
+
networkType,
|
|
399294
399295
|
anvilUrl = "http://127.0.0.1:8545"
|
|
399295
399296
|
} = opts;
|
|
399296
399297
|
const transportOptions = getSDKTransportOptions({
|
|
@@ -399299,12 +399300,13 @@ function zeroLt() {
|
|
|
399299
399300
|
});
|
|
399300
399301
|
const sdk = await GearboxSDK.attach({
|
|
399301
399302
|
...transportOptions,
|
|
399303
|
+
networkType,
|
|
399302
399304
|
timeout: 48e4,
|
|
399303
399305
|
addressProvider,
|
|
399304
399306
|
marketConfigurators,
|
|
399305
399307
|
logger: log_default,
|
|
399306
399308
|
ignoreUpdateablePrices: true,
|
|
399307
|
-
strictContractTypes:
|
|
399309
|
+
strictContractTypes: false,
|
|
399308
399310
|
redstone: {
|
|
399309
399311
|
ignoreMissingFeeds: true
|
|
399310
399312
|
},
|