otomato-sdk 2.0.82 → 2.0.83

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.
@@ -615,65 +615,65 @@ export const TRIGGERS = {
615
615
  8453
616
616
  ],
617
617
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/pendle.webp",
618
- /*"PT_IMPLIED_YIELD": {
619
- "name": "PT Implied Yield",
620
- "description": "Retrieves the PT implied yield for a specified Pendle market by reading its state and computing exp(lnImpliedRate) - 1.",
621
- "prototype": "pendlePtImpliedYield",
622
- "type": 1,
623
- "method": "function readState(address marketAddress) external view returns (int256 totalPt, int256 totalSy, int256 totalLp, address treasury, int256 scalarRoot, uint256 expiry, uint256 lnFeeRateRoot, uint256 reserveFeePercent, uint256 lastLnImpliedRate)",
624
- "parameters": [
625
- {
626
- "key": "chainId",
627
- "type": "chainId",
628
- "description": "Chain ID of the network",
629
- "mandatory": true,
630
- "category": 0
631
- },
632
- {
633
- "key": "abiParams.marketAddress",
634
- "type": "address",
635
- "description": "The Pendle market address",
636
- "mandatory": true,
637
- "category": 0,
638
- "enum": "\n (env) => {\n if (!env.parameters.chainId)\n throw new Error('You need to provide the chainId first');\n\n const availableLendingTokens = {\n \"1\": [\n {\n \"value\": \"0xc374f7ec85f8c7de3207a10bb1978ba104bda3b2\",\n \"label\": \"stETH\",\n \"expiry\": \"DEC 25, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ac9b8802-61d9-4c3f-a2de-2da35c87e24b.svg\"\n },\n {\n \"value\": \"0x34280882267ffa6383b363e278b027be083bbe3b\",\n \"label\": \"stETH\",\n \"expiry\": \"DEC 30, 2027\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/f7d6a626-a00e-4150-aadc-e937e34818ca.svg\"\n },\n {\n \"value\": \"0xe6d4986cd935529fc4505d48e926bcd36a58a0f0\",\n \"label\": \"apxETH\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/151c9217-2512-4d26-b9d0-755c49299b12.svg\"\n },\n {\n \"value\": \"0xcdd26eb5eb2ce0f203a84553853667ae69ca29ce\",\n \"label\": \"sUSDe\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/56eb1ed3-d1f7-4685-a7b2-5a6e05cb234f.svg\"\n },\n {\n \"value\": \"0xb451a36c8b6b2eac77ad0737ba732818143a0e25\",\n \"label\": \"USDe\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/7299bcd0-6ba1-411e-8d54-f7e5b68aa154.svg\"\n },\n {\n \"value\": \"0x7e0209ab6fa3c7730603b68799bbe9327dab7e88\",\n \"label\": \"rsENA\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/37110810-606f-4d92-8ea8-5ede71d6abdc.svg\"\n },\n {\n \"value\": \"0x890b6afc834c2a2cc6cb9b6627272ab4ecfd8271\",\n \"label\": \"rsUSDe\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/1d444261-bdf7-483b-8e35-bdb725a702ce.svg\"\n },\n {\n \"value\": \"0x70b70ac0445c3ef04e314dfda6caafd825428221\",\n \"label\": \"LBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/773047f5-3963-4577-93f9-4333f225442c.svg\"\n },\n {\n \"value\": \"0x977ebf77581f94de969349549ab2108a681e8f4c\",\n \"label\": \"USDS Rewards\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/bdf98058-9191-44bf-b9a7-4a460457f756.svg\"\n },\n {\n \"value\": \"0xc64056237c8107ecb9860cbd4519644e9ba2aed4\",\n \"label\": \"sENA\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/34ccfdb6-4acf-4d13-8dc9-080b47dfb8fa.svg\"\n },\n {\n \"value\": \"0x21d85ff3bedff031ef466c7d5295240c8ab2a2b8\",\n \"label\": \"sUSDS\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/3226daff-03a2-4078-af4e-28a72ef5b252.svg\"\n },\n {\n \"value\": \"0x8098b48a1c4e4080b30a43a7ebc0c87b52f17222\",\n \"label\": \"pumpBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/df3270cd-7ee9-4119-8ad8-c81336fad690.svg\"\n },\n {\n \"value\": \"0x2c71ead7ac9ae53d05f8664e77031d4f9eba064b\",\n \"label\": \"eBTC (Corn)\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/35a6e08f-82da-49cf-8dc0-c120a4386b0f.svg\"\n },\n {\n \"value\": \"0xafdc922d0059147486cc1f0f32e3a2354b0d35cc\",\n \"label\": \"USD0++\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x07c5b1f5265591a8e0e541466654b07dd2d1a6fd\",\n \"label\": \"eEIGEN\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/33c90ae2-9675-4f9f-80e8-0554dc0dc5b5.svg\"\n },\n {\n \"value\": \"0xff81180a7f949ba1f940eae6aa3b3ceb890b1912\",\n \"label\": \"stkGHO\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/05cdb874-4679-4b6a-bedc-9de81e817e79.svg\"\n },\n {\n \"value\": \"0xfd482179ddee989c45eab19991852f80ff31457a\",\n \"label\": \"rsETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/be3e997d-8f3c-46ed-b978-2518668aaa2b.svg\"\n },\n {\n \"value\": \"0xf4cf59259d007a96c641b41621ab52c93b9691b1\",\n \"label\": \"eETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/58971e16-6cf3-4ac4-9f3a-df82267fc5c8.svg\"\n },\n {\n \"value\": \"0x98ffefd1a51d322c8def6d0ba183e71547216f7f\",\n \"label\": \"eBTC (Zerolend)\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/39b1b707-b537-4c87-811d-110047aa7b9f.svg\"\n },\n {\n \"value\": \"0xbe8549a20257917a0a9ef8911daf18190a8842a4\",\n \"label\": \"agETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d4f45c90-7317-4d07-ae67-1e8ec9caa9a7.svg\"\n },\n {\n \"value\": \"0xbba9baaa6b3107182147a12177e0f1ec46b8b072\",\n \"label\": \"uniETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/025623d4-1fc4-44db-b981-03d60d93d90a.svg\"\n },\n {\n \"value\": \"0x58612beb0e8a126735b19bb222cbc7fc2c162d2a\",\n \"label\": \"pufETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ad53c3bf-7a0c-481e-80cd-0eea4e0e9554.svg\"\n },\n {\n \"value\": \"0xb162b764044697cf03617c2efbcb1f42e31e4766\",\n \"label\": \"sUSDe\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/8fdd3402-5238-4e90-b4db-12e32ea28e67.svg\"\n },\n {\n \"value\": \"0xfd5cf95e8b886ace955057ca4dc69466e793fbbe\",\n \"label\": \"rswETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/221673b1-5839-4140-ad82-3f865dc05c4d.png\"\n },\n {\n \"value\": \"0x048680f64d6dff1748ba6d9a01f578433787e24b\",\n \"label\": \"USD0++\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x461cd9222e130d1dc0bd79dab4643952430937c1\",\n \"label\": \"pWBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/f59d005c-a34f-40e3-bdf7-bd84c2094765.svg\"\n },\n {\n \"value\": \"0x2bf616c236d1abd31ff105247a774e6e738b5f4e\",\n \"label\": \"scrvUSD\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/50bc1fdb-ca50-4c38-9a0c-1669e35896f1.svg\"\n },\n {\n \"value\": \"0x15e434c42ab4c9a62ed7db53baaf9d255ea51e0e\",\n \"label\": \"OETH\",\n \"expiry\": \"DEC 25, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/af71269f-d089-47f1-8106-532af44b49e0.svg\"\n },\n {\n \"value\": \"0x3fd13bad9fc47e001bf9088afd1a1b2fc24673d5\",\n \"label\": \"SolvBTC.BBN\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/abdb21c4-7fc2-44f7-bbbb-27416583ac66.svg\"\n },\n {\n \"value\": \"0x380c751bd0412f47ca560b6afeb566d88dc18630\",\n \"label\": \"uniBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/04bdd8ee-4a79-48c5-88a0-b2593ebf939d.svg\"\n },\n {\n \"value\": \"0xd3c29550d12a5234e6aeb5aea7c841134cd6ddd5\",\n \"label\": \"sUSDe\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ecaa79c6-7223-48e9-a3f0-30e10dbbfbfe.svg\"\n },\n {\n \"value\": \"0x22a72b0c504cbb7f8245208f84d8f035c311adec\",\n \"label\": \"USD0++\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x81f3a11db1de16f4f9ba8bf46b71d2b168c64899\",\n \"label\": \"USD0++\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x8539b41ca14148d1f7400d399723827a80579414\",\n \"label\": \"aUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/1d127217-c2d1-4e5c-9bf4-70ae1a208d28.svg\"\n },\n {\n \"value\": \"0x12f6139a5dc6d80990d30a4d45bb86449ff804d8\",\n \"label\": \"aUSDT\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a875dcab-6a6d-449a-b519-dce222d873c9.svg\"\n },\n {\n \"value\": \"0x925cd38a68993819eef0138a463308c840080f17\",\n \"label\": \"fUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/9049a93c-6645-4c84-b19f-9ebfa0cce6dd.svg\"\n },\n {\n \"value\": \"0x8e1c2be682b0d3d8f8ee32024455a34cc724cf08\",\n \"label\": \"fUSDT\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/6c349c1b-9671-489c-be2c-8750738da3aa.svg\"\n },\n {\n \"value\": \"0xab182e2a98234db8298565f0eb9327206b558c57\",\n \"label\": \"weETHk\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/9f9ec77b-efe0-4119-a4fc-a733ff5fd04a.svg\"\n },\n {\n \"value\": \"0x7509b6bdb9e6dbf6c4b054434dcb46c40000303b\",\n \"label\": \"weETHs\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/2244883b-428a-4f86-ad63-dcaa143b70d6.svg\"\n },\n {\n \"value\": \"0xa25f5ed89e6e7b3d23ebaf067a30ac3d550a19c1\",\n \"label\": \"eBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/685e07f1-e50d-4ff9-bac2-158611f718a6.svg\"\n },\n {\n \"value\": \"0x523f9441853467477b4dde653c554942f8e17162\",\n \"label\": \"eBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/685e07f1-e50d-4ff9-bac2-158611f718a6.svg\"\n },\n {\n \"value\": \"0xb9b7840ec34094ce1269c38ba7a6ac7407f9c4e3\",\n \"label\": \"USUALx\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ff146e2f-3e2d-4e71-9a9d-e1a866b75da2.svg\"\n },\n {\n \"value\": \"0x353d0b2efb5b3a7987fb06d30ad6160522d08426\",\n \"label\": \"wstUSR\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/7a8188bd-cae6-492d-b30d-cbd128493f00.svg\"\n },\n {\n \"value\": \"0x99b633a6a2e0d6414e7c7ecea1134c0a330a73fe\",\n \"label\": \"uniBTC (Corn)\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/7ce722a1-c74e-4226-a80d-1028861e4b62.svg\"\n },\n {\n \"value\": \"0xc118635bcde024c5b01c6be2b0569a2608a8032c\",\n \"label\": \"LBTC (Corn)\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/0b1f24c8-2a29-46bd-b400-5f7043e3c573.svg\"\n },\n {\n \"value\": \"0xe6b03f3182692db1ed7d3a91f6fadf3e4dff2b95\",\n \"label\": \"SolvBTC.BBN (Corn)\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/4b1032d7-94ba-4075-8233-85808d186ebd.svg\"\n },\n {\n \"value\": \"0x3dc05f96160bdf70cf23989a632c087ebc022f92\",\n \"label\": \"pumpBTC\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/df3270cd-7ee9-4119-8ad8-c81336fad690.svg\"\n },\n {\n \"value\": \"0xebf5c58b74a836f1e51d08e9c909c4a4530afd41\",\n \"label\": \"liquidBeraBTC\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/5506f24b-06b7-4f28-af95-11f5c8b0e085.svg\"\n },\n {\n \"value\": \"0x46e6b4a950eb1abba159517dea956afd01ea9497\",\n \"label\": \"liquidBeraETH\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/5ab37246-4c5b-4a95-a534-e60ec618010b.svg\"\n },\n {\n \"value\": \"0xad016c9565a4aeec6d4cfc8a01c648ecbea1a602\",\n \"label\": \"sUSDe (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/aa218d17-62e2-42a4-986b-4f6fcebf9aa4.svg\"\n },\n {\n \"value\": \"0xe6df8d8879595100e4b6b359e6d0712e107c7472\",\n \"label\": \"USDe (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/85be79d7-942c-4cc9-b364-5e1c891a242b.svg\"\n },\n {\n \"value\": \"0x7561c5ccfe41a26b33944b58c70d6a3cb63e881c\",\n \"label\": \"beraSTONE\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/378a54dc-779f-40f0-b859-03dbb3b425e8.svg\"\n },\n {\n \"value\": \"0x83916356556f51dcbcb226202c3efeefc88d5eaa\",\n \"label\": \"LBTC (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/39e54d77-2c8f-49f2-ba92-b40386a55673.svg\"\n },\n {\n \"value\": \"0x9471d9c5b57b59d42b739b00389a6d520c33a7a9\",\n \"label\": \"WBTC (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/0a043dbb-827c-4692-9c52-272745db30c3.svg\"\n },\n {\n \"value\": \"0x580e40c15261f7baf18ea50f562118ae99361096\",\n \"label\": \"syrupUSDC\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/3bebc608-b228-4b1a-81de-363ee24b999b.svg\"\n },\n {\n \"value\": \"0xc387ad871d94990e073f1bd0b759ffdb5e0313aa\",\n \"label\": \"SolvBTC.BERA\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/b9407b43-e7fe-4b27-a78d-0e1db14b8a4b.svg\"\n },\n {\n \"value\": \"0xd75fc2b1ca52e72163787d1c370650f952e75dd7\",\n \"label\": \"sUSDa\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ddcbbbc3-af3c-4b35-a2a6-ebd4e0189256.svg\"\n },\n {\n \"value\": \"0xbdb8f9729d3194f75fd1a3d9bc4ffe0dde3a404c\",\n \"label\": \"tETH\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d8db35e6-a493-4879-b0de-a9b3fb40924c.svg\"\n },\n {\n \"value\": \"0x4d7356369273c6373e6c5074fe540cb070acfe6b\",\n \"label\": \"asdCRV\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/2ad15ff1-e832-4786-9da3-fac560d1a34c.svg\"\n },\n {\n \"value\": \"0x82d810ededb09614144900f914e75dd76700f19d\",\n \"label\": \"GHO-USR\",\n \"expiry\": \"JUL 31, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/dd2ad4a1-0279-4b85-a53a-22a79b8f4268.svg\"\n }\n ],\n \"56\": [\n {\n \"value\": \"0xeda1d0e1681d59dea451702963d6287b844cb94c\",\n \"label\": \"ankrBNB\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/c172da67-2428-48cb-8602-58bfc0276af0.svg\"\n },\n {\n \"value\": \"0x9daa2878a8739e66e08e7ad35316c5143c0ea7c7\",\n \"label\": \"SolvBTC.BBN\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/eab31d5d-401e-4720-a5b4-6b90b73611e0.svg\"\n },\n {\n \"value\": \"0x0921ccc98956b1599003fd9739d5e66bf319a161\",\n \"label\": \"vBNB\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/821bd337-240a-4c03-b4cb-07c7f0d59544.svg\"\n },\n {\n \"value\": \"0x1d9d27f0b89181cf1593ac2b36a37b444eb66bee\",\n \"label\": \"clisBNB\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/609a2f5a-d97e-4015-b1c9-f93893e94620.svg\"\n }\n ],\n \"5000\": [\n {\n \"value\": \"0x0b923f8039ae827e963fcc1b48ab5b903d01925b\",\n \"label\": \"cmETH\",\n \"expiry\": \"FEB 13, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/16ebbece-2e29-4e7b-acba-d3d23fa8dec0.svg\"\n },\n {\n \"value\": \"0xec3fb79d229ef53c8b5cd64c171097ffc8a00dc5\",\n \"label\": \"cmETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/16ebbece-2e29-4e7b-acba-d3d23fa8dec0.svg\"\n }\n ],\n \"8453\": [\n {\n \"value\": null,\n \"label\": \"LBTC-29MAY2025\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": \"0x483f2e223c58a5ef19c4b32fbc6de57709749cb3\",\n \"label\": \"cbETH\",\n \"expiry\": \"DEC 25, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/cec7c095-6d6c-400b-9509-c2b68a1f54f3.svg\"\n },\n {\n \"value\": \"0x727cebacfb10ffd353fc221d06a862b437ec1735\",\n \"label\": \"LBTC\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/95280b7c-e3a4-43ce-8a73-e544e2600624.svg\"\n },\n {\n \"value\": \"0x3124d41708edbdc7995a55183e802e3d9d0d5ef1\",\n \"label\": \"mUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/dd3dd5af-a072-409a-af35-3ac803ede34a.svg\"\n },\n {\n \"value\": \"0xd94fd7bceb29159405ae1e06ce80e51ef1a484b0\",\n \"label\": \"mcbBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/c877240e-a45b-4e8c-b42e-a2b6d96ed332.svg\"\n },\n {\n \"value\": null,\n \"label\": \"wsupperOETHb-26JUN2025\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": \"0xecc2c994aa0c599a7f69a7cfb9106fe4dffb4341\",\n \"label\": \"wsuperOETHb\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ac4127a6-cda2-41ba-8db7-9cda2d2c2e94.svg\"\n },\n {\n \"value\": \"0x14936c9b8eb798ca6291c2d6ce5de2c6cb5f1f9c\",\n \"label\": \"sUSDz\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/296a6c38-c626-42f0-9cf1-456837aa29d4.svg\"\n },\n {\n \"value\": \"0x621d4d92e9bed484e6d2cb8a37d342c804a0908c\",\n \"label\": \"VIRTUAL/cbBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/706e880e-c1ee-4258-827e-5be4e935b0a8.svg\"\n },\n {\n \"value\": \"0xe15578523937ed7f08e8f7a1fa8a021e07025a08\",\n \"label\": \"USR\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ceb019d3-32ce-4dc5-875f-c930a0f2bde8.svg\"\n }\n ],\n \"42161\": [\n {\n \"value\": null,\n \"label\": \"wstETH-26JUN2025\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": null,\n \"label\": \"rETH-26JUN2025\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": \"0x08a152834de126d2ef83d612ff36e4523fd0017f\",\n \"label\": \"wstETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ae07850a-421b-4fe1-87ec-5ba8fa65da68.svg\"\n },\n {\n \"value\": \"0x14fbc760efaf36781cb0eb3cb255ad976117b9bd\",\n \"label\": \"rETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/dca97a36-3121-46db-a22f-154d68e4b466.svg\"\n },\n {\n \"value\": \"0xe9e114d1b119bbdeb7a35e1ce3c82db01622ada2\",\n \"label\": \"PENDLE-ETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/c1e597df-fb6b-4475-9d3f-7f8bcd08bbeb.svg\"\n },\n {\n \"value\": \"0x526c73e0ba9cedb44546da4506eaee0b39be8d76\",\n \"label\": \"gDAI\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d21b47c3-f316-430e-ba22-1bd07e63f0bb.svg\"\n },\n {\n \"value\": \"0x0bd6890b3bb15f16430546147734b254d0b03059\",\n \"label\": \"dUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/590ebc0d-ad8a-4574-92c7-364c557a2a13.svg\"\n },\n {\n \"value\": \"0x8cab5fd029ae2fbf28c53e965e4194c7260adf0c\",\n \"label\": \"dWBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/b0d49b1b-01ed-4c17-b07c-bd66159b94a2.svg\"\n },\n {\n \"value\": \"0x816f59ffa2239fd7106f94eabdc0a9547a892f2f\",\n \"label\": \"rsETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/aa206b8c-0a44-4ee3-aeb4-95e9087424d0.svg\"\n },\n {\n \"value\": \"0x3be83cc235455ae1b624cf6e326505769ad8f9ea\",\n \"label\": \"spSILO\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/79b08c9a-ac55-41b9-b767-96c95afb8269.svg\"\n },\n {\n \"value\": \"0xbf5e60ddf654085f80dae9dd33ec0e345773e1f8\",\n \"label\": \"eETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d5b1f12c-7cb3-4572-9bb7-68865c138cd6.svg\"\n },\n {\n \"value\": \"0x3e4e3291ed667fb4dee680d19e5702ef8275493d\",\n \"label\": \"uniETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/507bfb70-4c6b-4480-8ef8-b7cc250b82e2.svg\"\n },\n {\n \"value\": \"0xf1de71573ee482f13ae4dcf980e83bfaba8b233d\",\n \"label\": \"MUXLP\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/5a74829d-0611-46cc-9fa5-98fcc13870a8.svg\"\n },\n {\n \"value\": \"0x22e0f26320ace985e3cb2434095f18bfe114e28e\",\n \"label\": \"gUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/fc507e18-ddcd-48ce-8518-8f3610719a2b.svg\"\n },\n {\n \"value\": \"0x4505ec38982bb796b34d050ca8d765acff1abdee\",\n \"label\": \"aUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/db96e8da-a779-43df-b012-ceeb3d298c8d.svg\"\n },\n {\n \"value\": \"0x9ff912568eb011d719b5f4e940f8135633f4bcdc\",\n \"label\": \"mPENDLE\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/8592b56d-0004-4b30-9604-9f82bb32abac.png\"\n },\n {\n \"value\": \"0xd0fdb5ee558b3bcd9e5bc1344b28b2249de6559c\",\n \"label\": \"ePENDLE\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/e7a078b9-3bb4-4fdf-9319-124e0389b463.svg\"\n }\n ]\n};\n return availableLendingTokens[env.parameters.chainId] || [];\n }"
639
- },
640
- {
641
- "key": "condition",
642
- "type": "logic_operator",
643
- "description": "Logic operator used for the comparison: <, >, <=, >=, ==, ...",
644
- "mandatory": true,
645
- "category": 0
646
- },
647
- {
648
- "key": "comparisonValue",
649
- "type": "float",
650
- "description": "The value to compare to",
651
- "mandatory": true,
652
- "category": 0
618
+ "PT_IMPLIED_YIELD": {
619
+ "name": "PT Implied Yield",
620
+ "description": "Retrieves the PT implied yield for a specified Pendle market by reading its state and computing exp(lnImpliedRate) - 1.",
621
+ "prototype": "pendlePtImpliedYield",
622
+ "type": 1,
623
+ "method": "function readState(address marketAddress) external view returns (int256 totalPt, int256 totalSy, int256 totalLp, address treasury, int256 scalarRoot, uint256 expiry, uint256 lnFeeRateRoot, uint256 reserveFeePercent, uint256 lastLnImpliedRate)",
624
+ "parameters": [
625
+ {
626
+ "key": "chainId",
627
+ "type": "chainId",
628
+ "description": "Chain ID of the network",
629
+ "mandatory": true,
630
+ "category": 0
631
+ },
632
+ {
633
+ "key": "abiParams.marketAddress",
634
+ "type": "address",
635
+ "description": "The Pendle market address",
636
+ "mandatory": true,
637
+ "category": 0,
638
+ "enum": "\n (env) => {\n if (!env.parameters.chainId)\n throw new Error('You need to provide the chainId first');\n\n const availableLendingTokens = {\n \"1\": [\n {\n \"value\": \"0xc374f7ec85f8c7de3207a10bb1978ba104bda3b2\",\n \"label\": \"stETH\",\n \"expiry\": \"DEC 25, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ac9b8802-61d9-4c3f-a2de-2da35c87e24b.svg\"\n },\n {\n \"value\": \"0x34280882267ffa6383b363e278b027be083bbe3b\",\n \"label\": \"stETH\",\n \"expiry\": \"DEC 30, 2027\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/f7d6a626-a00e-4150-aadc-e937e34818ca.svg\"\n },\n {\n \"value\": \"0xe6d4986cd935529fc4505d48e926bcd36a58a0f0\",\n \"label\": \"apxETH\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/151c9217-2512-4d26-b9d0-755c49299b12.svg\"\n },\n {\n \"value\": \"0xcdd26eb5eb2ce0f203a84553853667ae69ca29ce\",\n \"label\": \"sUSDe\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/56eb1ed3-d1f7-4685-a7b2-5a6e05cb234f.svg\"\n },\n {\n \"value\": \"0xb451a36c8b6b2eac77ad0737ba732818143a0e25\",\n \"label\": \"USDe\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/7299bcd0-6ba1-411e-8d54-f7e5b68aa154.svg\"\n },\n {\n \"value\": \"0x7e0209ab6fa3c7730603b68799bbe9327dab7e88\",\n \"label\": \"rsENA\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/37110810-606f-4d92-8ea8-5ede71d6abdc.svg\"\n },\n {\n \"value\": \"0x890b6afc834c2a2cc6cb9b6627272ab4ecfd8271\",\n \"label\": \"rsUSDe\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/1d444261-bdf7-483b-8e35-bdb725a702ce.svg\"\n },\n {\n \"value\": \"0x70b70ac0445c3ef04e314dfda6caafd825428221\",\n \"label\": \"LBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/773047f5-3963-4577-93f9-4333f225442c.svg\"\n },\n {\n \"value\": \"0x977ebf77581f94de969349549ab2108a681e8f4c\",\n \"label\": \"USDS Rewards\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/bdf98058-9191-44bf-b9a7-4a460457f756.svg\"\n },\n {\n \"value\": \"0xc64056237c8107ecb9860cbd4519644e9ba2aed4\",\n \"label\": \"sENA\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/34ccfdb6-4acf-4d13-8dc9-080b47dfb8fa.svg\"\n },\n {\n \"value\": \"0x21d85ff3bedff031ef466c7d5295240c8ab2a2b8\",\n \"label\": \"sUSDS\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/3226daff-03a2-4078-af4e-28a72ef5b252.svg\"\n },\n {\n \"value\": \"0x8098b48a1c4e4080b30a43a7ebc0c87b52f17222\",\n \"label\": \"pumpBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/df3270cd-7ee9-4119-8ad8-c81336fad690.svg\"\n },\n {\n \"value\": \"0x2c71ead7ac9ae53d05f8664e77031d4f9eba064b\",\n \"label\": \"eBTC (Corn)\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/35a6e08f-82da-49cf-8dc0-c120a4386b0f.svg\"\n },\n {\n \"value\": \"0xafdc922d0059147486cc1f0f32e3a2354b0d35cc\",\n \"label\": \"USD0++\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x07c5b1f5265591a8e0e541466654b07dd2d1a6fd\",\n \"label\": \"eEIGEN\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/33c90ae2-9675-4f9f-80e8-0554dc0dc5b5.svg\"\n },\n {\n \"value\": \"0xff81180a7f949ba1f940eae6aa3b3ceb890b1912\",\n \"label\": \"stkGHO\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/05cdb874-4679-4b6a-bedc-9de81e817e79.svg\"\n },\n {\n \"value\": \"0xfd482179ddee989c45eab19991852f80ff31457a\",\n \"label\": \"rsETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/be3e997d-8f3c-46ed-b978-2518668aaa2b.svg\"\n },\n {\n \"value\": \"0xf4cf59259d007a96c641b41621ab52c93b9691b1\",\n \"label\": \"eETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/58971e16-6cf3-4ac4-9f3a-df82267fc5c8.svg\"\n },\n {\n \"value\": \"0x98ffefd1a51d322c8def6d0ba183e71547216f7f\",\n \"label\": \"eBTC (Zerolend)\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/39b1b707-b537-4c87-811d-110047aa7b9f.svg\"\n },\n {\n \"value\": \"0xbe8549a20257917a0a9ef8911daf18190a8842a4\",\n \"label\": \"agETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d4f45c90-7317-4d07-ae67-1e8ec9caa9a7.svg\"\n },\n {\n \"value\": \"0xbba9baaa6b3107182147a12177e0f1ec46b8b072\",\n \"label\": \"uniETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/025623d4-1fc4-44db-b981-03d60d93d90a.svg\"\n },\n {\n \"value\": \"0x58612beb0e8a126735b19bb222cbc7fc2c162d2a\",\n \"label\": \"pufETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ad53c3bf-7a0c-481e-80cd-0eea4e0e9554.svg\"\n },\n {\n \"value\": \"0xb162b764044697cf03617c2efbcb1f42e31e4766\",\n \"label\": \"sUSDe\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/8fdd3402-5238-4e90-b4db-12e32ea28e67.svg\"\n },\n {\n \"value\": \"0xfd5cf95e8b886ace955057ca4dc69466e793fbbe\",\n \"label\": \"rswETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/221673b1-5839-4140-ad82-3f865dc05c4d.png\"\n },\n {\n \"value\": \"0x048680f64d6dff1748ba6d9a01f578433787e24b\",\n \"label\": \"USD0++\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x461cd9222e130d1dc0bd79dab4643952430937c1\",\n \"label\": \"pWBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/f59d005c-a34f-40e3-bdf7-bd84c2094765.svg\"\n },\n {\n \"value\": \"0x2bf616c236d1abd31ff105247a774e6e738b5f4e\",\n \"label\": \"scrvUSD\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/50bc1fdb-ca50-4c38-9a0c-1669e35896f1.svg\"\n },\n {\n \"value\": \"0x15e434c42ab4c9a62ed7db53baaf9d255ea51e0e\",\n \"label\": \"OETH\",\n \"expiry\": \"DEC 25, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/af71269f-d089-47f1-8106-532af44b49e0.svg\"\n },\n {\n \"value\": \"0x3fd13bad9fc47e001bf9088afd1a1b2fc24673d5\",\n \"label\": \"SolvBTC.BBN\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/abdb21c4-7fc2-44f7-bbbb-27416583ac66.svg\"\n },\n {\n \"value\": \"0x380c751bd0412f47ca560b6afeb566d88dc18630\",\n \"label\": \"uniBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/04bdd8ee-4a79-48c5-88a0-b2593ebf939d.svg\"\n },\n {\n \"value\": \"0xd3c29550d12a5234e6aeb5aea7c841134cd6ddd5\",\n \"label\": \"sUSDe\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ecaa79c6-7223-48e9-a3f0-30e10dbbfbfe.svg\"\n },\n {\n \"value\": \"0x22a72b0c504cbb7f8245208f84d8f035c311adec\",\n \"label\": \"USD0++\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x81f3a11db1de16f4f9ba8bf46b71d2b168c64899\",\n \"label\": \"USD0++\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a66178ef-2097-4b72-9d19-75fe6a4b8821.svg\"\n },\n {\n \"value\": \"0x8539b41ca14148d1f7400d399723827a80579414\",\n \"label\": \"aUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/1d127217-c2d1-4e5c-9bf4-70ae1a208d28.svg\"\n },\n {\n \"value\": \"0x12f6139a5dc6d80990d30a4d45bb86449ff804d8\",\n \"label\": \"aUSDT\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/a875dcab-6a6d-449a-b519-dce222d873c9.svg\"\n },\n {\n \"value\": \"0x925cd38a68993819eef0138a463308c840080f17\",\n \"label\": \"fUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/9049a93c-6645-4c84-b19f-9ebfa0cce6dd.svg\"\n },\n {\n \"value\": \"0x8e1c2be682b0d3d8f8ee32024455a34cc724cf08\",\n \"label\": \"fUSDT\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/6c349c1b-9671-489c-be2c-8750738da3aa.svg\"\n },\n {\n \"value\": \"0xab182e2a98234db8298565f0eb9327206b558c57\",\n \"label\": \"weETHk\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/9f9ec77b-efe0-4119-a4fc-a733ff5fd04a.svg\"\n },\n {\n \"value\": \"0x7509b6bdb9e6dbf6c4b054434dcb46c40000303b\",\n \"label\": \"weETHs\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/2244883b-428a-4f86-ad63-dcaa143b70d6.svg\"\n },\n {\n \"value\": \"0xa25f5ed89e6e7b3d23ebaf067a30ac3d550a19c1\",\n \"label\": \"eBTC\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/685e07f1-e50d-4ff9-bac2-158611f718a6.svg\"\n },\n {\n \"value\": \"0x523f9441853467477b4dde653c554942f8e17162\",\n \"label\": \"eBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/685e07f1-e50d-4ff9-bac2-158611f718a6.svg\"\n },\n {\n \"value\": \"0xb9b7840ec34094ce1269c38ba7a6ac7407f9c4e3\",\n \"label\": \"USUALx\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ff146e2f-3e2d-4e71-9a9d-e1a866b75da2.svg\"\n },\n {\n \"value\": \"0x353d0b2efb5b3a7987fb06d30ad6160522d08426\",\n \"label\": \"wstUSR\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/7a8188bd-cae6-492d-b30d-cbd128493f00.svg\"\n },\n {\n \"value\": \"0x99b633a6a2e0d6414e7c7ecea1134c0a330a73fe\",\n \"label\": \"uniBTC (Corn)\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/7ce722a1-c74e-4226-a80d-1028861e4b62.svg\"\n },\n {\n \"value\": \"0xc118635bcde024c5b01c6be2b0569a2608a8032c\",\n \"label\": \"LBTC (Corn)\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/0b1f24c8-2a29-46bd-b400-5f7043e3c573.svg\"\n },\n {\n \"value\": \"0xe6b03f3182692db1ed7d3a91f6fadf3e4dff2b95\",\n \"label\": \"SolvBTC.BBN (Corn)\",\n \"expiry\": \"FEB 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/4b1032d7-94ba-4075-8233-85808d186ebd.svg\"\n },\n {\n \"value\": \"0x3dc05f96160bdf70cf23989a632c087ebc022f92\",\n \"label\": \"pumpBTC\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/df3270cd-7ee9-4119-8ad8-c81336fad690.svg\"\n },\n {\n \"value\": \"0xebf5c58b74a836f1e51d08e9c909c4a4530afd41\",\n \"label\": \"liquidBeraBTC\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/5506f24b-06b7-4f28-af95-11f5c8b0e085.svg\"\n },\n {\n \"value\": \"0x46e6b4a950eb1abba159517dea956afd01ea9497\",\n \"label\": \"liquidBeraETH\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/5ab37246-4c5b-4a95-a534-e60ec618010b.svg\"\n },\n {\n \"value\": \"0xad016c9565a4aeec6d4cfc8a01c648ecbea1a602\",\n \"label\": \"sUSDe (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/aa218d17-62e2-42a4-986b-4f6fcebf9aa4.svg\"\n },\n {\n \"value\": \"0xe6df8d8879595100e4b6b359e6d0712e107c7472\",\n \"label\": \"USDe (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/85be79d7-942c-4cc9-b364-5e1c891a242b.svg\"\n },\n {\n \"value\": \"0x7561c5ccfe41a26b33944b58c70d6a3cb63e881c\",\n \"label\": \"beraSTONE\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/378a54dc-779f-40f0-b859-03dbb3b425e8.svg\"\n },\n {\n \"value\": \"0x83916356556f51dcbcb226202c3efeefc88d5eaa\",\n \"label\": \"LBTC (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/39e54d77-2c8f-49f2-ba92-b40386a55673.svg\"\n },\n {\n \"value\": \"0x9471d9c5b57b59d42b739b00389a6d520c33a7a9\",\n \"label\": \"WBTC (Bera Concrete)\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/0a043dbb-827c-4692-9c52-272745db30c3.svg\"\n },\n {\n \"value\": \"0x580e40c15261f7baf18ea50f562118ae99361096\",\n \"label\": \"syrupUSDC\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/3bebc608-b228-4b1a-81de-363ee24b999b.svg\"\n },\n {\n \"value\": \"0xc387ad871d94990e073f1bd0b759ffdb5e0313aa\",\n \"label\": \"SolvBTC.BERA\",\n \"expiry\": \"APR 10, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/b9407b43-e7fe-4b27-a78d-0e1db14b8a4b.svg\"\n },\n {\n \"value\": \"0xd75fc2b1ca52e72163787d1c370650f952e75dd7\",\n \"label\": \"sUSDa\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ddcbbbc3-af3c-4b35-a2a6-ebd4e0189256.svg\"\n },\n {\n \"value\": \"0xbdb8f9729d3194f75fd1a3d9bc4ffe0dde3a404c\",\n \"label\": \"tETH\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d8db35e6-a493-4879-b0de-a9b3fb40924c.svg\"\n },\n {\n \"value\": \"0x4d7356369273c6373e6c5074fe540cb070acfe6b\",\n \"label\": \"asdCRV\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/2ad15ff1-e832-4786-9da3-fac560d1a34c.svg\"\n },\n {\n \"value\": \"0x82d810ededb09614144900f914e75dd76700f19d\",\n \"label\": \"GHO-USR\",\n \"expiry\": \"JUL 31, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/dd2ad4a1-0279-4b85-a53a-22a79b8f4268.svg\"\n },\n {\n \"value\": \"0x1bd1ae9d7a377e63cd0c584a2c42b8c614937e81\",\n \"label\": \"SuperUSDC\",\n \"expiry\": \"APR 17, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/cd6bc969-f075-4fc3-8aa8-463e9b6c9eec.svg\"\n }\n ],\n \"56\": [\n {\n \"value\": \"0xeda1d0e1681d59dea451702963d6287b844cb94c\",\n \"label\": \"ankrBNB\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/c172da67-2428-48cb-8602-58bfc0276af0.svg\"\n },\n {\n \"value\": \"0x9daa2878a8739e66e08e7ad35316c5143c0ea7c7\",\n \"label\": \"SolvBTC.BBN\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/eab31d5d-401e-4720-a5b4-6b90b73611e0.svg\"\n },\n {\n \"value\": \"0x0921ccc98956b1599003fd9739d5e66bf319a161\",\n \"label\": \"vBNB\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/821bd337-240a-4c03-b4cb-07c7f0d59544.svg\"\n },\n {\n \"value\": \"0x1d9d27f0b89181cf1593ac2b36a37b444eb66bee\",\n \"label\": \"clisBNB\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/609a2f5a-d97e-4015-b1c9-f93893e94620.svg\"\n }\n ],\n \"5000\": [\n {\n \"value\": \"0x0b923f8039ae827e963fcc1b48ab5b903d01925b\",\n \"label\": \"cmETH\",\n \"expiry\": \"FEB 13, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/16ebbece-2e29-4e7b-acba-d3d23fa8dec0.svg\"\n },\n {\n \"value\": \"0xec3fb79d229ef53c8b5cd64c171097ffc8a00dc5\",\n \"label\": \"cmETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/16ebbece-2e29-4e7b-acba-d3d23fa8dec0.svg\"\n }\n ],\n \"8453\": [\n {\n \"value\": null,\n \"label\": \"LBTC-29MAY2025\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": \"0x483f2e223c58a5ef19c4b32fbc6de57709749cb3\",\n \"label\": \"cbETH\",\n \"expiry\": \"DEC 25, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/cec7c095-6d6c-400b-9509-c2b68a1f54f3.svg\"\n },\n {\n \"value\": \"0x727cebacfb10ffd353fc221d06a862b437ec1735\",\n \"label\": \"LBTC\",\n \"expiry\": \"MAY 29, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/95280b7c-e3a4-43ce-8a73-e544e2600624.svg\"\n },\n {\n \"value\": \"0x3124d41708edbdc7995a55183e802e3d9d0d5ef1\",\n \"label\": \"mUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/dd3dd5af-a072-409a-af35-3ac803ede34a.svg\"\n },\n {\n \"value\": \"0xd94fd7bceb29159405ae1e06ce80e51ef1a484b0\",\n \"label\": \"mcbBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/c877240e-a45b-4e8c-b42e-a2b6d96ed332.svg\"\n },\n {\n \"value\": null,\n \"label\": \"wsupperOETHb-26JUN2025\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": \"0xecc2c994aa0c599a7f69a7cfb9106fe4dffb4341\",\n \"label\": \"wsuperOETHb\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ac4127a6-cda2-41ba-8db7-9cda2d2c2e94.svg\"\n },\n {\n \"value\": \"0x14936c9b8eb798ca6291c2d6ce5de2c6cb5f1f9c\",\n \"label\": \"sUSDz\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/296a6c38-c626-42f0-9cf1-456837aa29d4.svg\"\n },\n {\n \"value\": \"0x621d4d92e9bed484e6d2cb8a37d342c804a0908c\",\n \"label\": \"VIRTUAL/cbBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/706e880e-c1ee-4258-827e-5be4e935b0a8.svg\"\n },\n {\n \"value\": \"0xe15578523937ed7f08e8f7a1fa8a021e07025a08\",\n \"label\": \"USR\",\n \"expiry\": \"APR 24, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ceb019d3-32ce-4dc5-875f-c930a0f2bde8.svg\"\n }\n ],\n \"42161\": [\n {\n \"value\": null,\n \"label\": \"wstETH-26JUN2025\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": null,\n \"label\": \"rETH-26JUN2025\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/pendle-assets-staging/images/assets/unknown.svg\"\n },\n {\n \"value\": \"0x08a152834de126d2ef83d612ff36e4523fd0017f\",\n \"label\": \"wstETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/ae07850a-421b-4fe1-87ec-5ba8fa65da68.svg\"\n },\n {\n \"value\": \"0x14fbc760efaf36781cb0eb3cb255ad976117b9bd\",\n \"label\": \"rETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/dca97a36-3121-46db-a22f-154d68e4b466.svg\"\n },\n {\n \"value\": \"0xe9e114d1b119bbdeb7a35e1ce3c82db01622ada2\",\n \"label\": \"PENDLE-ETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/c1e597df-fb6b-4475-9d3f-7f8bcd08bbeb.svg\"\n },\n {\n \"value\": \"0x526c73e0ba9cedb44546da4506eaee0b39be8d76\",\n \"label\": \"gDAI\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d21b47c3-f316-430e-ba22-1bd07e63f0bb.svg\"\n },\n {\n \"value\": \"0x0bd6890b3bb15f16430546147734b254d0b03059\",\n \"label\": \"dUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/590ebc0d-ad8a-4574-92c7-364c557a2a13.svg\"\n },\n {\n \"value\": \"0x8cab5fd029ae2fbf28c53e965e4194c7260adf0c\",\n \"label\": \"dWBTC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/b0d49b1b-01ed-4c17-b07c-bd66159b94a2.svg\"\n },\n {\n \"value\": \"0x816f59ffa2239fd7106f94eabdc0a9547a892f2f\",\n \"label\": \"rsETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/aa206b8c-0a44-4ee3-aeb4-95e9087424d0.svg\"\n },\n {\n \"value\": \"0x3be83cc235455ae1b624cf6e326505769ad8f9ea\",\n \"label\": \"spSILO\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/79b08c9a-ac55-41b9-b767-96c95afb8269.svg\"\n },\n {\n \"value\": \"0xbf5e60ddf654085f80dae9dd33ec0e345773e1f8\",\n \"label\": \"eETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/d5b1f12c-7cb3-4572-9bb7-68865c138cd6.svg\"\n },\n {\n \"value\": \"0x3e4e3291ed667fb4dee680d19e5702ef8275493d\",\n \"label\": \"uniETH\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/507bfb70-4c6b-4480-8ef8-b7cc250b82e2.svg\"\n },\n {\n \"value\": \"0xf1de71573ee482f13ae4dcf980e83bfaba8b233d\",\n \"label\": \"MUXLP\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/5a74829d-0611-46cc-9fa5-98fcc13870a8.svg\"\n },\n {\n \"value\": \"0x22e0f26320ace985e3cb2434095f18bfe114e28e\",\n \"label\": \"gUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/fc507e18-ddcd-48ce-8518-8f3610719a2b.svg\"\n },\n {\n \"value\": \"0x4505ec38982bb796b34d050ca8d765acff1abdee\",\n \"label\": \"aUSDC\",\n \"expiry\": \"JUN 26, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/db96e8da-a779-43df-b012-ceeb3d298c8d.svg\"\n },\n {\n \"value\": \"0x9ff912568eb011d719b5f4e940f8135633f4bcdc\",\n \"label\": \"mPENDLE\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/8592b56d-0004-4b30-9604-9f82bb32abac.png\"\n },\n {\n \"value\": \"0xd0fdb5ee558b3bcd9e5bc1344b28b2249de6559c\",\n \"label\": \"ePENDLE\",\n \"expiry\": \"MAR 27, 2025\",\n \"image\": \"https://storage.googleapis.com/prod-pendle-bucket-a/images/uploads/e7a078b9-3bb4-4fdf-9319-124e0389b463.svg\"\n }\n ]\n};\n return availableLendingTokens[env.parameters.chainId] || [];\n }"
639
+ },
640
+ {
641
+ "key": "condition",
642
+ "type": "logic_operator",
643
+ "description": "Logic operator used for the comparison: <, >, <=, >=, ==, ...",
644
+ "mandatory": true,
645
+ "category": 0
646
+ },
647
+ {
648
+ "key": "comparisonValue",
649
+ "type": "float",
650
+ "description": "The value to compare to",
651
+ "mandatory": true,
652
+ "category": 0
653
+ },
654
+ ],
655
+ "output": {
656
+ "ptImpliedYield": "float"
653
657
  },
654
- ] as Parameter[],
655
- "output": {
656
- "ptImpliedYield": "float"
657
- },
658
- "examples": [
659
- {
660
- "name": "PT Implied Yield for USUALx Market",
661
- "description": "Retrieves the PT implied yield for the USUALx market on Ethereum.",
662
- "parameters": [
663
- {
664
- "key": "chainId",
665
- "value": 1
666
- },
667
- {
668
- "key": "marketAddress",
669
- "value": "0xb9b7840ec34094ce1269c38ba7a6ac7407f9c4e3"
658
+ "examples": [
659
+ {
660
+ "name": "PT Implied Yield for USUALx Market",
661
+ "description": "Retrieves the PT implied yield for the USUALx market on Ethereum.",
662
+ "parameters": [
663
+ {
664
+ "key": "chainId",
665
+ "value": 1
666
+ },
667
+ {
668
+ "key": "marketAddress",
669
+ "value": "0xb9b7840ec34094ce1269c38ba7a6ac7407f9c4e3"
670
+ }
671
+ ]
670
672
  }
671
- ]
672
- }
673
- ],
674
- "blockId": 101,
675
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/pendle.webp"
676
- }*/
673
+ ],
674
+ "blockId": 101,
675
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/pendle.webp"
676
+ }
677
677
  }
678
678
  },
679
679
  "LENDING": {
@@ -1497,6 +1497,157 @@ export const TRIGGERS = {
1497
1497
  "blockId": 26,
1498
1498
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/ironclad.png"
1499
1499
  }
1500
+ },
1501
+ "ZEROLEND": {
1502
+ "description": "A leading DeFi protocol enabling secure borrowing, lending, and yield generation across multiple assets.",
1503
+ "chains": [
1504
+ 8453,
1505
+ null,
1506
+ null
1507
+ ],
1508
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/zerolend.webp",
1509
+ "LENDING_RATE": {
1510
+ "name": "Lending rate",
1511
+ "description": "Get the lending rate of any asset on zerolend",
1512
+ "prototype": "zerolendLendingRate",
1513
+ "type": 3,
1514
+ "method": "GET",
1515
+ "output": {
1516
+ "lendingRate": "float"
1517
+ },
1518
+ "parameters": [
1519
+ {
1520
+ "key": "chainId",
1521
+ "type": "chainId",
1522
+ "description": "Chain ID of the network",
1523
+ "mandatory": true,
1524
+ "category": 0
1525
+ },
1526
+ {
1527
+ "key": "asset",
1528
+ "type": "erc20",
1529
+ "description": "The token you want to fetch the lending rate",
1530
+ "mandatory": true,
1531
+ "enum": "\n (env) => {\n if (!env.parameters.chainId)\n throw new Error('You need to provide the chainId first');\n\n const availableLendingTokens = {\n \"2741\": [\n \"0x3439153eb7af838ad19d56e1571fbd09333c2809\",\n \"0x0709f39376deee2a2dfc94a58edeb2eb9df012bd\",\n \"0x84a71ccd554cc1b02749b35d22f684cc8ec987e1\",\n \"0x9ebe3a824ca958e4b3da772d2065518f009cba62\"\n ],\n \"8453\": [\n \"0xecac9c5f704e954931349da37f60e39f515c11c1\",\n \"0x4200000000000000000000000000000000000006\",\n \"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913\",\n \"0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22\",\n \"0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf\",\n \"0x7fcd174e80f264448ebee8c88a7c4476aaf58ea6\",\n \"0x940181a94a35a4569e4529a3cdfb74e38fd98631\"\n ],\n \"59144\": [\n \"0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f\",\n \"0x4af15ec2a0bd43db75dd04e62faa3b8ef36b00d5\",\n \"0x176211869ca2b568f2a7d4ee941e073a821ee1ff\",\n \"0xa219439258ca9da29e9cc4ce5596924745e12b93\",\n \"0x2416092f143378750bb29b79ed961ab195cceea5\",\n \"0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34\",\n \"0x3aab2285ddcddad8edf438c1bab47e1a9d05a9b4\",\n \"0x1bf74c010e6320bab11e2e5a532b5ac15e0b8aa6\",\n \"0xd2671165570f41bbb3b0097893300b6eb6101e6c\",\n \"0xb5bedd42000b71fdde22d3ee8a79bd49a568fc8f\"\n ]\n};\n return availableLendingTokens[env.parameters.chainId] || [];\n }",
1532
+ "category": 0
1533
+ },
1534
+ {
1535
+ "key": "condition",
1536
+ "type": "logic_operator",
1537
+ "description": "Logic operator used for the comparison: <, >, <=, >=, ==, ...",
1538
+ "mandatory": true,
1539
+ "category": 0
1540
+ },
1541
+ {
1542
+ "key": "comparisonValue",
1543
+ "type": "float",
1544
+ "description": "The value to compare to",
1545
+ "mandatory": true,
1546
+ "category": 0
1547
+ },
1548
+ ],
1549
+ "examples": [
1550
+ {
1551
+ "name": "USDC Lending Rate is above 5%",
1552
+ "description": "USDC Lending Rate is above 5% on Base",
1553
+ "parameters": [
1554
+ {
1555
+ "key": "chainId",
1556
+ "value": 8453
1557
+ },
1558
+ {
1559
+ "key": "asset",
1560
+ "value": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
1561
+ },
1562
+ {
1563
+ "key": "condition",
1564
+ "value": "gt"
1565
+ },
1566
+ {
1567
+ "key": "comparisonValue",
1568
+ "value": 5
1569
+ }
1570
+ ]
1571
+ }
1572
+ ],
1573
+ "blockId": 36,
1574
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/zerolend.webp"
1575
+ }
1576
+ },
1577
+ "FLUID": {
1578
+ "description": "A leading DeFi protocol enabling secure borrowing, lending, and yield generation across multiple assets.",
1579
+ "chains": [
1580
+ 8453,
1581
+ 1
1582
+ ],
1583
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/fluid.webp",
1584
+ "LENDING_RATE": {
1585
+ "name": "Lending rate",
1586
+ "description": "Get the lending rate of any asset on Fluid",
1587
+ "prototype": "fluidLendingRate",
1588
+ "type": 3,
1589
+ "method": "GET",
1590
+ "output": {
1591
+ "lendingRate": "float"
1592
+ },
1593
+ "parameters": [
1594
+ {
1595
+ "key": "chainId",
1596
+ "type": "chainId",
1597
+ "description": "Chain ID of the network",
1598
+ "mandatory": true,
1599
+ "category": 0
1600
+ },
1601
+ {
1602
+ "key": "asset",
1603
+ "type": "erc20",
1604
+ "description": "The token you want to fetch the lending rate",
1605
+ "mandatory": true,
1606
+ "enum": "\n (env) => {\n if (!env.parameters.chainId)\n throw new Error('You need to provide the chainId first');\n\n const availableLendingTokens = {\n \"1\": [\n \"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48\",\n \"0xdac17f958d2ee523a2206206994597c13d831ec7\",\n \"0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2\",\n \"0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0\"\n ],\n \"8453\": [\n \"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913\",\n \"0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452\",\n \"0x4200000000000000000000000000000000000006\"\n ]\n};\n return availableLendingTokens[env.parameters.chainId] || [];\n }",
1607
+ "category": 0
1608
+ },
1609
+ {
1610
+ "key": "condition",
1611
+ "type": "logic_operator",
1612
+ "description": "Logic operator used for the comparison: <, >, <=, >=, ==, ...",
1613
+ "mandatory": true,
1614
+ "category": 0
1615
+ },
1616
+ {
1617
+ "key": "comparisonValue",
1618
+ "type": "float",
1619
+ "description": "The value to compare to",
1620
+ "mandatory": true,
1621
+ "category": 0
1622
+ },
1623
+ ],
1624
+ "examples": [
1625
+ {
1626
+ "name": "USDC Lending Rate is above 5%",
1627
+ "description": "USDC Lending Rate is above 5% on Mainnet",
1628
+ "parameters": [
1629
+ {
1630
+ "key": "chainId",
1631
+ "value": 1
1632
+ },
1633
+ {
1634
+ "key": "asset",
1635
+ "value": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
1636
+ },
1637
+ {
1638
+ "key": "condition",
1639
+ "value": "gt"
1640
+ },
1641
+ {
1642
+ "key": "comparisonValue",
1643
+ "value": 5
1644
+ }
1645
+ ]
1646
+ }
1647
+ ],
1648
+ "blockId": 37,
1649
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/fluid.webp"
1650
+ }
1500
1651
  }
1501
1652
  },
1502
1653
  "DEXES": {
@@ -2194,6 +2345,253 @@ export const TRIGGERS = {
2194
2345
  "blockId": 32,
2195
2346
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/velodrome.jpg"
2196
2347
  }
2348
+ },
2349
+ "HYPERLIQUID": {
2350
+ "description": "The blockchain to house all finance. Trade, build apps, and launch tokens on the same hyper-performant chain",
2351
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/hyperliquid.webp",
2352
+ "FUNDING_RATE": {
2353
+ "name": "Funding rate",
2354
+ "description": "Fetches the hourly rate of an asset",
2355
+ "prototype": "hyperliquidFunding",
2356
+ "type": 3,
2357
+ "method": "POST",
2358
+ "output": {
2359
+ "hourlyRate": "float",
2360
+ "annualizedRate": "float",
2361
+ "data": "array"
2362
+ },
2363
+ "parameters": [
2364
+ {
2365
+ "key": "asset",
2366
+ "type": "string",
2367
+ "description": "The Hyperliquid token you want to fetch the lending rate",
2368
+ "mandatory": true,
2369
+ "enum": [
2370
+ "AAVE",
2371
+ "ACE",
2372
+ "ADA",
2373
+ "AI",
2374
+ "AI16Z",
2375
+ "AIXBT",
2376
+ "ALGO",
2377
+ "ALT",
2378
+ "ANIME",
2379
+ "APE",
2380
+ "APT",
2381
+ "AR",
2382
+ "ARB",
2383
+ "ARK",
2384
+ "ATOM",
2385
+ "AVAX",
2386
+ "BADGER",
2387
+ "BANANA",
2388
+ "BCH",
2389
+ "BERA",
2390
+ "BIGTIME",
2391
+ "BIO",
2392
+ "BLAST",
2393
+ "BLUR",
2394
+ "BLZ",
2395
+ "BNB",
2396
+ "BNT",
2397
+ "BOME",
2398
+ "BRETT",
2399
+ "BSV",
2400
+ "BTC",
2401
+ "CAKE",
2402
+ "CANTO",
2403
+ "CATI",
2404
+ "CELO",
2405
+ "CFX",
2406
+ "CHILLGUY",
2407
+ "COMP",
2408
+ "CRV",
2409
+ "CYBER",
2410
+ "DOGE",
2411
+ "DOT",
2412
+ "DYDX",
2413
+ "DYM",
2414
+ "EIGEN",
2415
+ "ENA",
2416
+ "ENS",
2417
+ "ETC",
2418
+ "ETH",
2419
+ "ETHFI",
2420
+ "FARTCOIN",
2421
+ "FET",
2422
+ "FIL",
2423
+ "FRIEND",
2424
+ "FTM",
2425
+ "FTT",
2426
+ "FXS",
2427
+ "GALA",
2428
+ "GAS",
2429
+ "GMT",
2430
+ "GMX",
2431
+ "GOAT",
2432
+ "GRASS",
2433
+ "GRIFFAIN",
2434
+ "HBAR",
2435
+ "HMSTR",
2436
+ "HPOS",
2437
+ "HYPE",
2438
+ "ILV",
2439
+ "IMX",
2440
+ "INJ",
2441
+ "IO",
2442
+ "IOTA",
2443
+ "IP",
2444
+ "JELLY",
2445
+ "JTO",
2446
+ "JUP",
2447
+ "KAS",
2448
+ "LAYER",
2449
+ "LDO",
2450
+ "LINK",
2451
+ "LISTA",
2452
+ "LOOM",
2453
+ "LTC",
2454
+ "MANTA",
2455
+ "MATIC",
2456
+ "MAV",
2457
+ "MAVIA",
2458
+ "ME",
2459
+ "MELANIA",
2460
+ "MEME",
2461
+ "MERL",
2462
+ "MEW",
2463
+ "MINA",
2464
+ "MKR",
2465
+ "MNT",
2466
+ "MOODENG",
2467
+ "MORPHO",
2468
+ "MOVE",
2469
+ "MYRO",
2470
+ "NEAR",
2471
+ "NEIROETH",
2472
+ "NEO",
2473
+ "NFTI",
2474
+ "NOT",
2475
+ "NTRN",
2476
+ "OGN",
2477
+ "OMNI",
2478
+ "ONDO",
2479
+ "OP",
2480
+ "ORBS",
2481
+ "ORDI",
2482
+ "OX",
2483
+ "PANDORA",
2484
+ "PENDLE",
2485
+ "PENGU",
2486
+ "PEOPLE",
2487
+ "PIXEL",
2488
+ "PNUT",
2489
+ "POL",
2490
+ "POLYX",
2491
+ "POPCAT",
2492
+ "PURR",
2493
+ "PYTH",
2494
+ "RDNT",
2495
+ "RENDER",
2496
+ "REQ",
2497
+ "REZ",
2498
+ "RLB",
2499
+ "RNDR",
2500
+ "RSR",
2501
+ "RUNE",
2502
+ "S",
2503
+ "SAGA",
2504
+ "SAND",
2505
+ "SCR",
2506
+ "SEI",
2507
+ "SHIA",
2508
+ "SNX",
2509
+ "SOL",
2510
+ "SPX",
2511
+ "STG",
2512
+ "STRAX",
2513
+ "STRK",
2514
+ "STX",
2515
+ "SUI",
2516
+ "SUPER",
2517
+ "SUSHI",
2518
+ "TAO",
2519
+ "TIA",
2520
+ "TNSR",
2521
+ "TON",
2522
+ "TRB",
2523
+ "TRUMP",
2524
+ "TRX",
2525
+ "TST",
2526
+ "TURBO",
2527
+ "UMA",
2528
+ "UNI",
2529
+ "UNIBOT",
2530
+ "USTC",
2531
+ "USUAL",
2532
+ "VINE",
2533
+ "VIRTUAL",
2534
+ "VVV",
2535
+ "W",
2536
+ "WIF",
2537
+ "WLD",
2538
+ "XAI",
2539
+ "XLM",
2540
+ "XRP",
2541
+ "YGG",
2542
+ "ZEN",
2543
+ "ZEREBRO",
2544
+ "ZETA",
2545
+ "ZK",
2546
+ "ZRO",
2547
+ "kBONK",
2548
+ "kDOGS",
2549
+ "kFLOKI",
2550
+ "kLUNC",
2551
+ "kNEIRO",
2552
+ "kPEPE",
2553
+ "kSHIB"
2554
+ ],
2555
+ "category": 0
2556
+ },
2557
+ {
2558
+ "key": "condition",
2559
+ "type": "logic_operator",
2560
+ "description": "Logic operator used for the comparison: <, >, <=, >=, ==, ...",
2561
+ "mandatory": true,
2562
+ "category": 0
2563
+ },
2564
+ {
2565
+ "key": "comparisonValue",
2566
+ "type": "float",
2567
+ "description": "The value to compare to",
2568
+ "mandatory": true,
2569
+ "category": 0
2570
+ },
2571
+ ],
2572
+ "examples": [
2573
+ {
2574
+ "name": "Aave hourly rate above 0.01%",
2575
+ "description": "Gets triggered when Aave hourly rate above 0.01%",
2576
+ "parameters": [
2577
+ {
2578
+ "key": "asset",
2579
+ "value": "AAVE"
2580
+ },
2581
+ {
2582
+ "key": "condition",
2583
+ "value": "gte"
2584
+ },
2585
+ {
2586
+ "key": "comparisonValue",
2587
+ "value": 0.01
2588
+ }
2589
+ ]
2590
+ }
2591
+ ],
2592
+ "blockId": 40,
2593
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/hyperliquid.webp"
2594
+ }
2197
2595
  }
2198
2596
  },
2199
2597
  "SOCIALS": {
@@ -2263,52 +2661,52 @@ export const TRIGGERS = {
2263
2661
  "description": "Tracks new tweets in real time",
2264
2662
  "tags": {},
2265
2663
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/X.webp",
2266
- /*"X_POST_TRIGGER": {
2267
- "name": "X Post Trigger",
2268
- "description": "Track an account activity via their posts",
2269
- "type": 5,
2270
- "output": {
2271
- "tweetContent": "string",
2272
- "tweetURL": "string",
2273
- "timestamp": "string",
2274
- "account": "string"
2275
- },
2276
- "parameters": [
2277
- {
2278
- "key": "username",
2279
- "type": "string",
2280
- "description": "Username of the twitter account you want to track",
2281
- "mandatory": true,
2282
- "category": 0
2283
- },
2284
- {
2285
- "key": "includeRetweets",
2286
- "type": "string",
2287
- "description": "Toggle trigger if it is retweet",
2288
- "category": 0,
2289
- "default": "false",
2290
- "value": "false"
2664
+ "X_POST_TRIGGER": {
2665
+ "name": "X Post Trigger",
2666
+ "description": "Track an account activity via their posts",
2667
+ "type": 5,
2668
+ "output": {
2669
+ "tweetContent": "string",
2670
+ "tweetURL": "string",
2671
+ "timestamp": "string",
2672
+ "account": "string"
2291
2673
  },
2292
- ] as Parameter[],
2293
- "examples": [
2294
- {
2295
- "name": "GCR tweets",
2296
- "description": "Gets triggered when GCR tweets something",
2297
- "parameters": [
2674
+ "parameters": [
2298
2675
  {
2299
- "key": "username",
2300
- "value": "GiganticRebirth"
2676
+ "key": "username",
2677
+ "type": "string",
2678
+ "description": "Username of the twitter account you want to track",
2679
+ "mandatory": true,
2680
+ "category": 0
2301
2681
  },
2302
2682
  {
2303
- "key": "includeRetweets",
2304
- "value": false
2683
+ "key": "includeRetweets",
2684
+ "type": "string",
2685
+ "description": "Toggle trigger if it is retweet",
2686
+ "category": 0,
2687
+ "default": "false",
2688
+ "value": "false"
2689
+ },
2690
+ ],
2691
+ "examples": [
2692
+ {
2693
+ "name": "GCR tweets",
2694
+ "description": "Gets triggered when GCR tweets something",
2695
+ "parameters": [
2696
+ {
2697
+ "key": "username",
2698
+ "value": "GiganticRebirth"
2699
+ },
2700
+ {
2701
+ "key": "includeRetweets",
2702
+ "value": false
2703
+ }
2704
+ ]
2305
2705
  }
2306
- ]
2307
- }
2308
- ],
2309
- "blockId": 34,
2310
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/X.webp"
2311
- }*/
2706
+ ],
2707
+ "blockId": 34,
2708
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/X.webp"
2709
+ }
2312
2710
  }
2313
2711
  },
2314
2712
  "ETFS": {
@@ -2381,63 +2779,63 @@ export const TRIGGERS = {
2381
2779
  1
2382
2780
  ],
2383
2781
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/blur.jpg",
2384
- /*"LISTING": {
2385
- "name": "NFT Listing",
2386
- "description": "Subscribe to live NFT listing events based on filters.",
2387
- "type": 5,
2388
- "parameters": [
2389
- {
2390
- "key": "contract",
2391
- "type": "address",
2392
- "description": "The NFT collection to monitor.",
2393
- "mandatory": true,
2394
- "category": 0
2395
- },
2396
- {
2397
- "key": "price",
2398
- "type": "float",
2399
- "description": "Maximum price filter for the listings (in ETH). The workflow won't be triggered if a NFT that matches the other criterias is listed above this defined price limit.",
2400
- "mandatory": false,
2401
- "category": 1
2402
- },
2403
- {
2404
- "key": "traits",
2405
- "description": "Trait-based filters. For example, you can only monitor punks with specific traits you are interested in.",
2406
- "mandatory": false,
2407
- "category": 1
2782
+ "LISTING": {
2783
+ "name": "NFT Listing",
2784
+ "description": "Subscribe to live NFT listing events based on filters.",
2785
+ "type": 5,
2786
+ "parameters": [
2787
+ {
2788
+ "key": "contract",
2789
+ "type": "address",
2790
+ "description": "The NFT collection to monitor.",
2791
+ "mandatory": true,
2792
+ "category": 0
2793
+ },
2794
+ {
2795
+ "key": "price",
2796
+ "type": "float",
2797
+ "description": "Maximum price filter for the listings (in ETH). The workflow won't be triggered if a NFT that matches the other criterias is listed above this defined price limit.",
2798
+ "mandatory": false,
2799
+ "category": 1
2800
+ },
2801
+ {
2802
+ "key": "traits",
2803
+ "description": "Trait-based filters. For example, you can only monitor punks with specific traits you are interested in.",
2804
+ "mandatory": false,
2805
+ "category": 1
2806
+ },
2807
+ ],
2808
+ "output": {
2809
+ "listingId": "string",
2810
+ "tokenId": "string",
2811
+ "price": "float",
2812
+ "source": "string",
2813
+ "imageUrl": "string",
2814
+ "attributes": "array"
2408
2815
  },
2409
- ] as Parameter[],
2410
- "output": {
2411
- "listingId": "string",
2412
- "tokenId": "string",
2413
- "price": "float",
2414
- "source": "string",
2415
- "imageUrl": "string",
2416
- "attributes": "array"
2417
- },
2418
- "examples": [
2419
- {
2420
- "name": "Monitor Pudgy listings",
2421
- "description": "Subscribe to Pudgy Penguins listings with a pineapple suit and blue background filtered for prices below 30 ETH.",
2422
- "parameters": [
2423
- {
2424
- "key": "contract",
2425
- "value": "0xbd3531da5cf5857e7cfaa92426877b022e612cf8"
2426
- },
2427
- {
2428
- "key": "price",
2429
- "value": 30
2430
- },
2431
- {
2432
- "key": "traits",
2433
- "value": "{\"Background\":[\"Blue\"],\"Body\":[\"Pineapple Suit\"]}"
2816
+ "examples": [
2817
+ {
2818
+ "name": "Monitor Pudgy listings",
2819
+ "description": "Subscribe to Pudgy Penguins listings with a pineapple suit and blue background filtered for prices below 30 ETH.",
2820
+ "parameters": [
2821
+ {
2822
+ "key": "contract",
2823
+ "value": "0xbd3531da5cf5857e7cfaa92426877b022e612cf8"
2824
+ },
2825
+ {
2826
+ "key": "price",
2827
+ "value": 30
2828
+ },
2829
+ {
2830
+ "key": "traits",
2831
+ "value": "{\"Background\":[\"Blue\"],\"Body\":[\"Pineapple Suit\"]}"
2832
+ }
2833
+ ]
2434
2834
  }
2435
- ]
2436
- }
2437
- ],
2438
- "blockId": 35,
2439
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/blur.jpg"
2440
- }*/
2835
+ ],
2836
+ "blockId": 35,
2837
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/blur.jpg"
2838
+ }
2441
2839
  }
2442
2840
  },
2443
2841
  "PRE_MARKET": {
@@ -31,6 +31,13 @@ export const TOKENS = {
31
31
  decimals: 18,
32
32
  image: "https://static.debank.com/image/coin/logo_url/usdt/23af7472292cb41dc39b3f1146ead0fe.png"
33
33
  },
34
+ {
35
+ contractAddress: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
36
+ name: "wstETH",
37
+ symbol: "wstETH",
38
+ decimals: 18,
39
+ image: "https://static.debank.com/image/project/logo_url/lido/081388ebc44fa042561749bd5338d49e.png"
40
+ },
34
41
  ],
35
42
  34443: [
36
43
  {
@@ -410,6 +417,20 @@ export const TOKENS = {
410
417
  symbol: "WELL",
411
418
  decimals: 18,
412
419
  image: "https://assets.coingecko.com/coins/images/26133/small/WELL.png?1696525221"
420
+ },
421
+ {
422
+ contractAddress: "0xecac9c5f704e954931349da37f60e39f515c11c1",
423
+ name: "LBTC",
424
+ symbol: "LBTC",
425
+ decimals: 8,
426
+ image: "https://basescan.org/token/images/lombardlbtc_32.png"
427
+ },
428
+ {
429
+ contractAddress: "0x7fcd174e80f264448ebee8c88a7c4476aaf58ea6",
430
+ name: "wsuperOETHb",
431
+ symbol: "wsuperOETHb",
432
+ decimals: 18,
433
+ image: "https://basescan.org/token/images/originwsuperoethb_32.png"
413
434
  }
414
435
  ],
415
436
  2741: [
@@ -232,6 +232,30 @@ export declare const TRIGGERS: {
232
232
  description: string;
233
233
  chains: number[];
234
234
  image: string;
235
+ PT_IMPLIED_YIELD: {
236
+ name: string;
237
+ description: string;
238
+ prototype: string;
239
+ type: number;
240
+ method: string;
241
+ parameters: Parameter[];
242
+ output: {
243
+ ptImpliedYield: string;
244
+ };
245
+ examples: {
246
+ name: string;
247
+ description: string;
248
+ parameters: ({
249
+ key: string;
250
+ value: number;
251
+ } | {
252
+ key: string;
253
+ value: string;
254
+ })[];
255
+ }[];
256
+ blockId: number;
257
+ image: string;
258
+ };
235
259
  };
236
260
  };
237
261
  LENDING: {
@@ -543,6 +567,64 @@ export declare const TRIGGERS: {
543
567
  image: string;
544
568
  };
545
569
  };
570
+ ZEROLEND: {
571
+ description: string;
572
+ chains: (number | null)[];
573
+ image: string;
574
+ LENDING_RATE: {
575
+ name: string;
576
+ description: string;
577
+ prototype: string;
578
+ type: number;
579
+ method: string;
580
+ output: {
581
+ lendingRate: string;
582
+ };
583
+ parameters: Parameter[];
584
+ examples: {
585
+ name: string;
586
+ description: string;
587
+ parameters: ({
588
+ key: string;
589
+ value: number;
590
+ } | {
591
+ key: string;
592
+ value: string;
593
+ })[];
594
+ }[];
595
+ blockId: number;
596
+ image: string;
597
+ };
598
+ };
599
+ FLUID: {
600
+ description: string;
601
+ chains: number[];
602
+ image: string;
603
+ LENDING_RATE: {
604
+ name: string;
605
+ description: string;
606
+ prototype: string;
607
+ type: number;
608
+ method: string;
609
+ output: {
610
+ lendingRate: string;
611
+ };
612
+ parameters: Parameter[];
613
+ examples: {
614
+ name: string;
615
+ description: string;
616
+ parameters: ({
617
+ key: string;
618
+ value: number;
619
+ } | {
620
+ key: string;
621
+ value: string;
622
+ })[];
623
+ }[];
624
+ blockId: number;
625
+ image: string;
626
+ };
627
+ };
546
628
  };
547
629
  DEXES: {
548
630
  ODOS: {
@@ -900,6 +982,36 @@ export declare const TRIGGERS: {
900
982
  image: string;
901
983
  };
902
984
  };
985
+ HYPERLIQUID: {
986
+ description: string;
987
+ image: string;
988
+ FUNDING_RATE: {
989
+ name: string;
990
+ description: string;
991
+ prototype: string;
992
+ type: number;
993
+ method: string;
994
+ output: {
995
+ hourlyRate: string;
996
+ annualizedRate: string;
997
+ data: string;
998
+ };
999
+ parameters: Parameter[];
1000
+ examples: {
1001
+ name: string;
1002
+ description: string;
1003
+ parameters: ({
1004
+ key: string;
1005
+ value: string;
1006
+ } | {
1007
+ key: string;
1008
+ value: number;
1009
+ })[];
1010
+ }[];
1011
+ blockId: number;
1012
+ image: string;
1013
+ };
1014
+ };
903
1015
  };
904
1016
  SOCIALS: {
905
1017
  FEAR_AND_GREED: {
@@ -934,6 +1046,31 @@ export declare const TRIGGERS: {
934
1046
  description: string;
935
1047
  tags: {};
936
1048
  image: string;
1049
+ X_POST_TRIGGER: {
1050
+ name: string;
1051
+ description: string;
1052
+ type: number;
1053
+ output: {
1054
+ tweetContent: string;
1055
+ tweetURL: string;
1056
+ timestamp: string;
1057
+ account: string;
1058
+ };
1059
+ parameters: Parameter[];
1060
+ examples: {
1061
+ name: string;
1062
+ description: string;
1063
+ parameters: ({
1064
+ key: string;
1065
+ value: string;
1066
+ } | {
1067
+ key: string;
1068
+ value: boolean;
1069
+ })[];
1070
+ }[];
1071
+ blockId: number;
1072
+ image: string;
1073
+ };
937
1074
  };
938
1075
  };
939
1076
  ETFS: {
@@ -970,6 +1107,33 @@ export declare const TRIGGERS: {
970
1107
  description: string;
971
1108
  chains: number[];
972
1109
  image: string;
1110
+ LISTING: {
1111
+ name: string;
1112
+ description: string;
1113
+ type: number;
1114
+ parameters: Parameter[];
1115
+ output: {
1116
+ listingId: string;
1117
+ tokenId: string;
1118
+ price: string;
1119
+ source: string;
1120
+ imageUrl: string;
1121
+ attributes: string;
1122
+ };
1123
+ examples: {
1124
+ name: string;
1125
+ description: string;
1126
+ parameters: ({
1127
+ key: string;
1128
+ value: string;
1129
+ } | {
1130
+ key: string;
1131
+ value: number;
1132
+ })[];
1133
+ }[];
1134
+ blockId: number;
1135
+ image: string;
1136
+ };
973
1137
  };
974
1138
  };
975
1139
  PRE_MARKET: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "2.0.82",
3
+ "version": "2.0.83",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/types/src/index.d.ts",