@gearbox-protocol/deploy-tools 5.39.4 → 5.39.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 +2 -2
package/dist/index.mjs
CHANGED
|
@@ -436902,7 +436902,7 @@ async function evmMineDetailed(client, timestamp) {
|
|
|
436902
436902
|
}
|
|
436903
436903
|
|
|
436904
436904
|
// ../../node_modules/@gearbox-protocol/sdk/dist/esm/dev/AccountOpener.js
|
|
436905
|
-
var DIRECT_TRANSFERS_QUOTA =
|
|
436905
|
+
var DIRECT_TRANSFERS_QUOTA = 10000n;
|
|
436906
436906
|
var OpenTxRevertedError = class extends BaseError2 {
|
|
436907
436907
|
txHash;
|
|
436908
436908
|
constructor(txHash) {
|
|
@@ -448830,7 +448830,7 @@ function getRenderer(opts) {
|
|
|
448830
448830
|
var package_default = {
|
|
448831
448831
|
name: "@gearbox-protocol/deploy-tools",
|
|
448832
448832
|
description: "Gearbox deploy tools",
|
|
448833
|
-
version: "5.39.
|
|
448833
|
+
version: "5.39.6",
|
|
448834
448834
|
homepage: "https://gearbox.fi",
|
|
448835
448835
|
keywords: [
|
|
448836
448836
|
"gearbox"
|
|
@@ -448870,7 +448870,7 @@ var package_default = {
|
|
|
448870
448870
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
448871
448871
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
448872
448872
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
448873
|
-
"@gearbox-protocol/sdk": "8.12.
|
|
448873
|
+
"@gearbox-protocol/sdk": "8.12.2",
|
|
448874
448874
|
"@gearbox-protocol/sdk-gov": "2.37.0",
|
|
448875
448875
|
"@types/lodash-es": "^4.17.12",
|
|
448876
448876
|
"@types/node": "^24.1.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/deploy-tools",
|
|
3
3
|
"description": "Gearbox deploy tools",
|
|
4
|
-
"version": "5.39.
|
|
4
|
+
"version": "5.39.6",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
42
42
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
43
43
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
44
|
-
"@gearbox-protocol/sdk": "8.12.
|
|
44
|
+
"@gearbox-protocol/sdk": "8.12.2",
|
|
45
45
|
"@gearbox-protocol/sdk-gov": "2.37.0",
|
|
46
46
|
"@types/lodash-es": "^4.17.12",
|
|
47
47
|
"@types/node": "^24.1.0",
|