@gearbox-protocol/sdk 3.1.1 → 3.1.2
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.
|
@@ -199,7 +199,9 @@ const chains = {
|
|
|
199
199
|
{
|
|
200
200
|
...import_chains.bsc,
|
|
201
201
|
network: "BNB",
|
|
202
|
-
defaultMarketConfigurators: {
|
|
202
|
+
defaultMarketConfigurators: {
|
|
203
|
+
"0xc94add35a09a239d0f5d1c04e793459dd19a0793": "Chaos Labs"
|
|
204
|
+
},
|
|
203
205
|
isPublic: false,
|
|
204
206
|
wellKnownToken: {
|
|
205
207
|
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|
|
@@ -181,7 +181,9 @@ const chains = {
|
|
|
181
181
|
{
|
|
182
182
|
...bsc,
|
|
183
183
|
network: "BNB",
|
|
184
|
-
defaultMarketConfigurators: {
|
|
184
|
+
defaultMarketConfigurators: {
|
|
185
|
+
"0xc94add35a09a239d0f5d1c04e793459dd19a0793": "Chaos Labs"
|
|
186
|
+
},
|
|
185
187
|
isPublic: false,
|
|
186
188
|
wellKnownToken: {
|
|
187
189
|
address: "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d",
|