@1delta/margin-fetcher 0.0.281 → 0.0.282
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.js +25 -4
- package/dist/index.js.map +1 -1
- package/dist/vaults/lst/validators.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -41216,18 +41216,38 @@ var SOLV_POOLS = {
|
|
|
41216
41216
|
// cbBTC
|
|
41217
41217
|
name: "cbBTC"
|
|
41218
41218
|
}
|
|
41219
|
+
],
|
|
41220
|
+
// xSolvBTC — the SolvBTC.LST: subscribes with SolvBTC (not WBTC). Verified
|
|
41221
|
+
// via SolvBTCYieldTokenMultiAssetPool.getERC20(sft, slot) == xSolvBTC.
|
|
41222
|
+
"0xd9d920aa40f578ab794426f5c90f6c731d159def": [
|
|
41223
|
+
{
|
|
41224
|
+
poolId: "0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df93",
|
|
41225
|
+
currency: "0x7a56e1c57c7475ccf742a1832b028f0456652f97",
|
|
41226
|
+
// SolvBTC
|
|
41227
|
+
name: "SolvBTC"
|
|
41228
|
+
}
|
|
41219
41229
|
]
|
|
41220
41230
|
}
|
|
41221
41231
|
};
|
|
41222
41232
|
var LST_DELEGATION = {
|
|
41223
|
-
// Core DAO — stCORE `Earn.mint(validator)
|
|
41233
|
+
// Core DAO — the validator is mandatory for both stCORE (`Earn.mint(validator)`)
|
|
41234
|
+
// and SCORE (`deposit(validator)`); dualCORE picks internally (no selection).
|
|
41224
41235
|
"1116": {
|
|
41236
|
+
// stCORE
|
|
41225
41237
|
"0xb3a8f0f0da9ffc65318aa39e55079796093029ad": {
|
|
41226
41238
|
required: true,
|
|
41227
41239
|
kind: "validator",
|
|
41228
41240
|
optionKey: "validator",
|
|
41229
41241
|
default: null,
|
|
41230
41242
|
source: "endpoint"
|
|
41243
|
+
},
|
|
41244
|
+
// SCORE (StakedCore) — its own staking contract, same Core validator set.
|
|
41245
|
+
"0xa20b3b97df3a02f9185175760300a06b4e0a2c05": {
|
|
41246
|
+
required: true,
|
|
41247
|
+
kind: "validator",
|
|
41248
|
+
optionKey: "validator",
|
|
41249
|
+
default: null,
|
|
41250
|
+
source: "endpoint"
|
|
41231
41251
|
}
|
|
41232
41252
|
},
|
|
41233
41253
|
// Celo — StakedCelo: optional from the integrator's view (the server
|
|
@@ -41255,11 +41275,12 @@ var LST_DELEGATION = {
|
|
|
41255
41275
|
source: "endpoint"
|
|
41256
41276
|
},
|
|
41257
41277
|
"0xd9d920aa40f578ab794426f5c90f6c731d159def": {
|
|
41258
|
-
required:
|
|
41278
|
+
required: false,
|
|
41279
|
+
// canonical SolvBTC poolId is auto-filled
|
|
41259
41280
|
kind: "pool",
|
|
41260
41281
|
optionKey: "poolId",
|
|
41261
|
-
default:
|
|
41262
|
-
source: "
|
|
41282
|
+
default: "0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df93",
|
|
41283
|
+
source: "endpoint"
|
|
41263
41284
|
},
|
|
41264
41285
|
"0xcea2daf93617b97504e05affc5bcf9b3922d3034": {
|
|
41265
41286
|
required: true,
|