@nexusmutual/sdk 1.12.0-rc.4 → 1.12.0-rc.6
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/README.md +1 -1
- package/dist/data/abis/Assessments.json +5 -0
- package/dist/data/abis/Claims.json +5 -0
- package/dist/data/abis/Cover.json +440 -108
- package/dist/data/abis/CoverBroker.json +5 -0
- package/dist/data/abis/Governor.json +5 -19
- package/dist/data/abis/Pool.json +5 -0
- package/dist/data/abis/Ramm.json +5 -0
- package/dist/data/abis/SafeTracker.json +5 -0
- package/dist/data/abis/StakingViewer.json +5 -0
- package/dist/data/abis/SwapOperator.json +5 -0
- package/dist/data/abis/TokenController.json +5 -0
- package/dist/data/addresses.json +6 -6
- package/dist/data/product-types.json +10 -3
- package/dist/data/products.json +423 -99
- package/dist/data/version.json +1 -1
- package/dist/index.d.mts +1330 -434
- package/dist/index.d.ts +1330 -434
- package/dist/index.js +531 -114
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +530 -114
- package/dist/index.mjs.map +1 -1
- package/dist/logos/aster.svg +1 -0
- package/dist/logos/avantis.png +0 -0
- package/dist/logos/cap-pendle-market.svg +1 -0
- package/dist/logos/cap.svg +1 -0
- package/dist/logos/dialectic.svg +1 -0
- package/dist/logos/lagoon-ETH.svg +1 -0
- package/dist/logos/lagoon-USDC.svg +1 -0
- package/dist/logos/lighter.jpg +0 -0
- package/dist/logos/makina.jpg +0 -0
- package/dist/logos/projectx.svg +1 -0
- package/dist/logos/rsETH.jpg +0 -0
- package/dist/logos/usdai.svg +1 -0
- package/dist/logos/weETH.svg +1 -0
- package/dist/logos/wstETH.png +0 -0
- package/package.json +5 -4
package/README.md
CHANGED
|
@@ -234,7 +234,7 @@ The following table shows the mapping between product types and their required I
|
|
|
234
234
|
| nexusMutual | coverWalletAddresses | <pre>{ version: '2.0', walletAddresses: string[] }</pre> | Array of wallet addresses |
|
|
235
235
|
| followOn | coverFreeText | <pre>{ version: '1.0', freeText: string }</pre> | Free text description |
|
|
236
236
|
| fundPortfolio | coverAumCoverAmountPercentage | <pre>{ version: '1.0', aumCoverAmountPercentage: number }</pre> | Percentage value, 0 to 100 |
|
|
237
|
-
|
|
|
237
|
+
| generalizedFundPortfolio | coverAumCoverAmountPercentage | <pre>{ version: '1.0', aumCoverAmountPercentage: number }</pre> | Percentage value, 0 to 100 |
|
|
238
238
|
|
|
239
239
|
Note: The following product types do not require IPFS content:
|
|
240
240
|
|