@gearbox-protocol/deploy-tools 1.6.0-next.15 → 1.6.0-next.16
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.js +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -313899,9 +313899,9 @@ var require_SafeHelper = __commonJS({
|
|
|
313899
313899
|
var _pending, _pairedExecutions, _tenderly, _init, init_fn, _impersonateSafe, impersonateSafe_fn, _validateTransaction, validateTransaction_fn, _validateMultisend, validateMultisend_fn, _validateSingle, validateSingle_fn, _execute, execute_fn, _getPairedExecute, getPairedExecute_fn;
|
|
313900
313900
|
var _SafeHelper = class _SafeHelper extends SafeBase_1.SafeBase {
|
|
313901
313901
|
constructor(options) {
|
|
313902
|
-
const { multisig, safeApi,
|
|
313902
|
+
const { multisig, safeApi, rpcUrl } = options;
|
|
313903
313903
|
const provider = new ethers_1.ethers.providers.StaticJsonRpcProvider({
|
|
313904
|
-
url:
|
|
313904
|
+
url: rpcUrl,
|
|
313905
313905
|
timeout: 3e5
|
|
313906
313906
|
});
|
|
313907
313907
|
super(provider, { multisig, safeApi });
|
|
@@ -313931,7 +313931,7 @@ var require_SafeHelper = __commonJS({
|
|
|
313931
313931
|
__privateAdd(this, _pending, []);
|
|
313932
313932
|
__privateAdd(this, _pairedExecutions, []);
|
|
313933
313933
|
__privateAdd(this, _tenderly, void 0);
|
|
313934
|
-
__privateSet(this, _tenderly,
|
|
313934
|
+
__privateSet(this, _tenderly, rpcUrl.includes("tenderly"));
|
|
313935
313935
|
}
|
|
313936
313936
|
/**
|
|
313937
313937
|
* Executes all found pending transactions, returns array of safe tx hashes
|
|
@@ -369202,7 +369202,7 @@ var require_GearboxAddressTree = __commonJS({
|
|
|
369202
369202
|
__privateAdd(this, _queue, new queue_1.default({ concurrency: 5 }));
|
|
369203
369203
|
__privateAdd(this, _visited, /* @__PURE__ */ new Map());
|
|
369204
369204
|
__privateAdd(this, _create2, /* @__PURE__ */ new Map());
|
|
369205
|
-
__privateSet(this, _provider, new ethers_1.ethers.providers.StaticJsonRpcProvider(options.
|
|
369205
|
+
__privateSet(this, _provider, new ethers_1.ethers.providers.StaticJsonRpcProvider(options.rpcUrl));
|
|
369206
369206
|
__privateSet(this, _outFile, node_path_1.default.resolve(options.sandboxDir, "tree.json"));
|
|
369207
369207
|
__privateSet(this, _etherscan, new EtherscanVerifier_1.EtherscanVerifier(options));
|
|
369208
369208
|
__privateSet(this, _verifier, new Verifier_1.default());
|
|
@@ -373770,7 +373770,7 @@ var require_UpdateParser = __commonJS({
|
|
|
373770
373770
|
var _logger, _output2, _parseSafeTxHashes, parseSafeTxHashes_fn, _parseBatchAndMeta, parseBatchAndMeta_fn, _parseNormalizedBatch, parseNormalizedBatch_fn, _parseNormalizedTx, parseNormalizedTx_fn, _collectCreate2Addresses, collectCreate2Addresses_fn;
|
|
373771
373771
|
var UpdateParser2 = class extends SafeBase_1.SafeBase {
|
|
373772
373772
|
constructor(opts) {
|
|
373773
|
-
const provider = new ethers_1.ethers.providers.StaticJsonRpcProvider(opts.
|
|
373773
|
+
const provider = new ethers_1.ethers.providers.StaticJsonRpcProvider(opts.rpcUrl);
|
|
373774
373774
|
super(provider, opts);
|
|
373775
373775
|
__privateAdd(this, _parseSafeTxHashes);
|
|
373776
373776
|
__privateAdd(this, _parseBatchAndMeta);
|
|
@@ -414760,7 +414760,7 @@ var require_package3 = __commonJS({
|
|
|
414760
414760
|
module2.exports = {
|
|
414761
414761
|
name: "@gearbox-protocol/deploy-tools",
|
|
414762
414762
|
description: "Gearbox deploy tools",
|
|
414763
|
-
version: "1.6.0-next.
|
|
414763
|
+
version: "1.6.0-next.15",
|
|
414764
414764
|
homepage: "https://gearbox.fi",
|
|
414765
414765
|
keywords: [
|
|
414766
414766
|
"gearbox"
|