@gearbox-protocol/sdk 11.4.1 → 11.4.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.
|
@@ -195,6 +195,7 @@ const chains = {
|
|
|
195
195
|
url: "https://mainnet-beta.monvision.io"
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
+
blockTime: 400,
|
|
198
199
|
contracts: {
|
|
199
200
|
multicall3: {
|
|
200
201
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
@@ -203,7 +204,7 @@ const chains = {
|
|
|
203
204
|
},
|
|
204
205
|
network: "Monad",
|
|
205
206
|
defaultMarketConfigurators: {},
|
|
206
|
-
isPublic:
|
|
207
|
+
isPublic: false,
|
|
207
208
|
wellKnownToken: {
|
|
208
209
|
address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
209
210
|
symbol: "USDT0"
|
|
@@ -179,6 +179,7 @@ const chains = {
|
|
|
179
179
|
url: "https://mainnet-beta.monvision.io"
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
|
+
blockTime: 400,
|
|
182
183
|
contracts: {
|
|
183
184
|
multicall3: {
|
|
184
185
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11",
|
|
@@ -187,7 +188,7 @@ const chains = {
|
|
|
187
188
|
},
|
|
188
189
|
network: "Monad",
|
|
189
190
|
defaultMarketConfigurators: {},
|
|
190
|
-
isPublic:
|
|
191
|
+
isPublic: false,
|
|
191
192
|
wellKnownToken: {
|
|
192
193
|
address: "0xe7cd86e13AC4309349F30B3435a9d337750fC82D",
|
|
193
194
|
symbol: "USDT0"
|