@gearbox-protocol/sdk 11.6.1 → 11.6.3
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.
|
@@ -176,31 +176,7 @@ const chains = {
|
|
|
176
176
|
}),
|
|
177
177
|
// NOTE: Monad chain configs should be updated once the public mainnet is available
|
|
178
178
|
Monad: (0, import_viem.defineChain)({
|
|
179
|
-
|
|
180
|
-
name: "Monad",
|
|
181
|
-
nativeCurrency: {
|
|
182
|
-
name: "Monad",
|
|
183
|
-
symbol: "MON",
|
|
184
|
-
decimals: 18
|
|
185
|
-
},
|
|
186
|
-
rpcUrls: {
|
|
187
|
-
default: {
|
|
188
|
-
http: ["https://rpc-mainnet.monadinfra.com"]
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
blockExplorers: {
|
|
192
|
-
default: {
|
|
193
|
-
name: "Monvision",
|
|
194
|
-
url: "https://mainnet-beta.monvision.io"
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
blockTime: 400,
|
|
198
|
-
contracts: {
|
|
199
|
-
multicall3: {
|
|
200
|
-
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
201
|
-
blockCreated: 9248132
|
|
202
|
-
}
|
|
203
|
-
},
|
|
179
|
+
...import_chains.monad,
|
|
204
180
|
network: "Monad",
|
|
205
181
|
defaultMarketConfigurators: {
|
|
206
182
|
"0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
|
|
@@ -10,6 +10,7 @@ import {
|
|
|
10
10
|
lisk,
|
|
11
11
|
mainnet,
|
|
12
12
|
megaethTestnet,
|
|
13
|
+
monad,
|
|
13
14
|
optimism,
|
|
14
15
|
plasma,
|
|
15
16
|
sonic,
|
|
@@ -160,31 +161,7 @@ const chains = {
|
|
|
160
161
|
}),
|
|
161
162
|
// NOTE: Monad chain configs should be updated once the public mainnet is available
|
|
162
163
|
Monad: defineChain({
|
|
163
|
-
|
|
164
|
-
name: "Monad",
|
|
165
|
-
nativeCurrency: {
|
|
166
|
-
name: "Monad",
|
|
167
|
-
symbol: "MON",
|
|
168
|
-
decimals: 18
|
|
169
|
-
},
|
|
170
|
-
rpcUrls: {
|
|
171
|
-
default: {
|
|
172
|
-
http: ["https://rpc-mainnet.monadinfra.com"]
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
blockExplorers: {
|
|
176
|
-
default: {
|
|
177
|
-
name: "Monvision",
|
|
178
|
-
url: "https://mainnet-beta.monvision.io"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
blockTime: 400,
|
|
182
|
-
contracts: {
|
|
183
|
-
multicall3: {
|
|
184
|
-
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
185
|
-
blockCreated: 9248132
|
|
186
|
-
}
|
|
187
|
-
},
|
|
164
|
+
...monad,
|
|
188
165
|
network: "Monad",
|
|
189
166
|
defaultMarketConfigurators: {
|
|
190
167
|
"0x16956912813ab9a38d95730b52a8cf53e860a7c5": "Tulipa",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gearbox-protocol/sdk",
|
|
3
|
-
"version": "11.6.
|
|
3
|
+
"version": "11.6.3",
|
|
4
4
|
"description": "Gearbox SDK",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/cjs/sdk/index.js",
|
|
@@ -56,31 +56,31 @@
|
|
|
56
56
|
"@redstone-finance/protocol": "^0.9.0",
|
|
57
57
|
"@redstone-finance/sdk": "^0.9.0",
|
|
58
58
|
"@types/bn.js": "^5.2.0",
|
|
59
|
-
"abitype": "^1.
|
|
59
|
+
"abitype": "^1.2.0",
|
|
60
60
|
"bn.js": "^5.2.2",
|
|
61
61
|
"buffer": "^6.0.3",
|
|
62
62
|
"date-fns": "^4.1.0",
|
|
63
63
|
"decimal.js-light": "^2.5.1",
|
|
64
64
|
"viem": ">=2.23.15 <3.0.0",
|
|
65
|
-
"zod": "^4.1.
|
|
65
|
+
"zod": "^4.1.13"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@biomejs/biome": "^2.3.
|
|
68
|
+
"@biomejs/biome": "^2.3.7",
|
|
69
69
|
"@commitlint/cli": "^20.1.0",
|
|
70
70
|
"@commitlint/config-conventional": "^20.0.0",
|
|
71
|
-
"@gearbox-protocol/biome-config": "^1.0.
|
|
71
|
+
"@gearbox-protocol/biome-config": "^1.0.13",
|
|
72
72
|
"@types/cross-spawn": "^6.0.6",
|
|
73
73
|
"axios": "^1.13.2",
|
|
74
74
|
"cross-spawn": "^7.0.6",
|
|
75
75
|
"husky": "^9.1.7",
|
|
76
|
-
"lint-staged": "^16.2.
|
|
76
|
+
"lint-staged": "^16.2.7",
|
|
77
77
|
"pino": "^10.1.0",
|
|
78
78
|
"pino-pretty": "^13.1.2",
|
|
79
79
|
"tsup": "^8.5.1",
|
|
80
80
|
"tsx": "^4.20.6",
|
|
81
81
|
"typescript": "^5.9.3",
|
|
82
82
|
"viem-deal": "^2.0.4",
|
|
83
|
-
"vitest": "^4.0.
|
|
83
|
+
"vitest": "^4.0.13"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"axios": "^1.0.0",
|