@gearbox-protocol/deploy-tools 5.36.4 → 5.36.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 +4 -4
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -374675,7 +374675,7 @@ var chains = {
|
|
|
374675
374675
|
},
|
|
374676
374676
|
wellKnownToken: {
|
|
374677
374677
|
address: "0x29219dd400f2Bf60E5a23d13Be72B486D4038894",
|
|
374678
|
-
symbol: "USDC
|
|
374678
|
+
symbol: "USDC"
|
|
374679
374679
|
},
|
|
374680
374680
|
alchemyDomain: "sonic-mainnet"
|
|
374681
374681
|
}),
|
|
@@ -374764,7 +374764,7 @@ var chains = {
|
|
|
374764
374764
|
isPublic: false,
|
|
374765
374765
|
wellKnownToken: {
|
|
374766
374766
|
address: "0x79a02482a880bce3f13e09da970dc34db4cd24d1",
|
|
374767
|
-
symbol: "USDC
|
|
374767
|
+
symbol: "USDC"
|
|
374768
374768
|
},
|
|
374769
374769
|
alchemyDomain: "worldchain-mainnet"
|
|
374770
374770
|
// TODO: has no block explorer API
|
|
@@ -432479,7 +432479,7 @@ function getRenderer(opts) {
|
|
|
432479
432479
|
var package_default = {
|
|
432480
432480
|
name: "@gearbox-protocol/deploy-tools",
|
|
432481
432481
|
description: "Gearbox deploy tools",
|
|
432482
|
-
version: "5.36.
|
|
432482
|
+
version: "5.36.6",
|
|
432483
432483
|
homepage: "https://gearbox.fi",
|
|
432484
432484
|
keywords: [
|
|
432485
432485
|
"gearbox"
|
|
@@ -432523,7 +432523,7 @@ var package_default = {
|
|
|
432523
432523
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
432524
432524
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
432525
432525
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
432526
|
-
"@gearbox-protocol/sdk": "8.0.
|
|
432526
|
+
"@gearbox-protocol/sdk": "8.0.4",
|
|
432527
432527
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.111",
|
|
432528
432528
|
"@types/lodash-es": "^4.17.12",
|
|
432529
432529
|
"@types/node": "^24.0.1",
|
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.36.
|
|
4
|
+
"version": "5.36.6",
|
|
5
5
|
"homepage": "https://gearbox.fi",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"gearbox"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@gearbox-protocol/deploy-tools-node": "0.0.0",
|
|
46
46
|
"@gearbox-protocol/deploy-tools-shared": "0.0.0",
|
|
47
47
|
"@gearbox-protocol/deploy-tools-types": "0.0.0",
|
|
48
|
-
"@gearbox-protocol/sdk": "8.0.
|
|
48
|
+
"@gearbox-protocol/sdk": "8.0.4",
|
|
49
49
|
"@gearbox-protocol/sdk-gov": "2.34.0-next.111",
|
|
50
50
|
"@types/lodash-es": "^4.17.12",
|
|
51
51
|
"@types/node": "^24.0.1",
|