@gearbox-protocol/sdk 8.14.3 → 8.14.4
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.
|
@@ -264,11 +264,10 @@ const chains = {
|
|
|
264
264
|
Hemi: (0, import_viem.defineChain)({
|
|
265
265
|
...import_chains.hemi,
|
|
266
266
|
network: "Hemi",
|
|
267
|
-
defaultMarketConfigurators: {
|
|
268
|
-
testMarketConfigurators: {
|
|
267
|
+
defaultMarketConfigurators: {
|
|
269
268
|
"0xc9961b8a0c763779690577f2c76962c086af2fe3": "Invariant Group"
|
|
270
269
|
},
|
|
271
|
-
isPublic:
|
|
270
|
+
isPublic: true,
|
|
272
271
|
wellKnownToken: {
|
|
273
272
|
address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
|
|
274
273
|
symbol: "USDC.e"
|
|
@@ -250,11 +250,10 @@ const chains = {
|
|
|
250
250
|
Hemi: defineChain({
|
|
251
251
|
...hemi,
|
|
252
252
|
network: "Hemi",
|
|
253
|
-
defaultMarketConfigurators: {
|
|
254
|
-
testMarketConfigurators: {
|
|
253
|
+
defaultMarketConfigurators: {
|
|
255
254
|
"0xc9961b8a0c763779690577f2c76962c086af2fe3": "Invariant Group"
|
|
256
255
|
},
|
|
257
|
-
isPublic:
|
|
256
|
+
isPublic: true,
|
|
258
257
|
wellKnownToken: {
|
|
259
258
|
address: "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
|
|
260
259
|
symbol: "USDC.e"
|