@pendle/core-v2 4.5.1-beta-1 → 4.5.1-oracle-beta

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.
Files changed (116) hide show
  1. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.dbg.json +1 -1
  2. package/build/artifacts/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol/PendleERC20WithSupplyCapSY.json +2 -2
  3. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.dbg.json +4 -0
  4. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol/PendleSwellRswETHStakingSY.json +1049 -0
  5. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.dbg.json +4 -0
  6. package/build/artifacts/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol/PendleSwellStakingERC20SY.json +1039 -0
  7. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.dbg.json +1 -1
  8. package/build/artifacts/contracts/interfaces/IPActionMiscV3.sol/IPActionMiscV3.json +0 -431
  9. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.dbg.json +1 -1
  10. package/build/artifacts/contracts/interfaces/IPAllActionV3.sol/IPAllActionV3.json +0 -431
  11. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.dbg.json +4 -0
  12. package/build/artifacts/contracts/interfaces/IPGovernanceProxy.sol/IPGovernanceProxy.json +60 -0
  13. package/build/artifacts/contracts/interfaces/IPPYLpOracle.sol/IPPYLpOracle.dbg.json +4 -0
  14. package/build/artifacts/contracts/interfaces/{IPPtLpOracle.sol/IPPtLpOracle.json → IPPYLpOracle.sol/IPPYLpOracle.json} +50 -2
  15. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.dbg.json +4 -0
  16. package/build/artifacts/contracts/interfaces/IPPausingInterface.sol/IPPausingInterface.json +25 -0
  17. package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.dbg.json +4 -0
  18. package/build/artifacts/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol/ISwellSimpleStakingERC20.json +207 -0
  19. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.dbg.json +4 -0
  20. package/build/artifacts/contracts/offchain-helpers/PendleGovernanceProxy.sol/PendleGovernanceProxy.json +401 -0
  21. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.dbg.json +1 -1
  22. package/build/artifacts/contracts/offchain-helpers/PendlePoolDeployHelper.sol/PendlePoolDeployHelper.json +2 -2
  23. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.dbg.json +1 -1
  24. package/build/artifacts/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol/ActionMarketAuxStatic.json +2 -2
  25. package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.dbg.json +1 -1
  26. package/build/artifacts/contracts/oracles/PendleLpOracleLib.sol/PendleLpOracleLib.json +2 -2
  27. package/build/artifacts/contracts/oracles/PendlePYLpOracle.sol/PendlePYLpOracle.dbg.json +4 -0
  28. package/build/artifacts/contracts/oracles/PendlePYLpOracle.sol/PendlePYLpOracle.json +422 -0
  29. package/build/artifacts/contracts/oracles/PendlePYOracleLib.sol/PendlePYOracleLib.dbg.json +4 -0
  30. package/build/artifacts/contracts/oracles/{PendlePtOracleLib.sol/PendlePtOracleLib.json → PendlePYOracleLib.sol/PendlePYOracleLib.json} +4 -4
  31. package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.dbg.json +1 -1
  32. package/build/artifacts/contracts/oracles/samples/BoringLpGlpOracle.sol/BoringLpGlpOracle.json +2 -2
  33. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.dbg.json +4 -0
  34. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkAssetOracle.sol/BoringPYUsdChainlinkAssetOracle.json +183 -0
  35. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.dbg.json +4 -0
  36. package/build/artifacts/contracts/oracles/samples/BoringPYUsdChainlinkSYOracle.sol/BoringPYUsdChainlinkSYOracle.json +183 -0
  37. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.dbg.json +1 -1
  38. package/build/artifacts/contracts/router/ActionAddRemoveLiqV3.sol/ActionAddRemoveLiqV3.json +2 -2
  39. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.dbg.json +1 -1
  40. package/build/artifacts/contracts/router/ActionMiscV3.sol/ActionMiscV3.json +2 -591
  41. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.dbg.json +1 -1
  42. package/build/artifacts/contracts/router/ActionSwapPTV3.sol/ActionSwapPTV3.json +2 -2
  43. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.dbg.json +1 -1
  44. package/build/artifacts/contracts/router/ActionSwapYTV3.sol/ActionSwapYTV3.json +2 -2
  45. package/build/artifacts/contracts/router/base/ActionBase.sol/ActionBase.dbg.json +1 -1
  46. package/contracts/core/StandardizedYield/implementations/PendleERC20WithSupplyCapSY.sol +6 -1
  47. package/contracts/core/StandardizedYield/implementations/Swell/PendleSwellRswETHStakingSY.sol +56 -0
  48. package/contracts/core/StandardizedYield/implementations/Swell/PendleSwellStakingERC20SY.sol +111 -0
  49. package/contracts/interfaces/IPActionMiscV3.sol +0 -38
  50. package/contracts/interfaces/IPGovernanceProxy.sol +14 -0
  51. package/contracts/interfaces/{IPPtLpOracle.sol → IPPYLpOracle.sol} +5 -1
  52. package/contracts/interfaces/IPPausingInterface.sol +8 -0
  53. package/contracts/interfaces/Swell/ISwellSimpleStakingERC20.sol +66 -0
  54. package/contracts/offchain-helpers/PendleGovernanceProxy.sol +84 -0
  55. package/contracts/offchain-helpers/router-static/base/ActionMarketAuxStatic.sol +12 -4
  56. package/contracts/oracles/PendleLpOracleLib.sol +4 -4
  57. package/contracts/oracles/{PendlePtLpOracle.sol → PendlePYLpOracle.sol} +44 -16
  58. package/contracts/oracles/{PendlePtOracleLib.sol → PendlePYOracleLib.sol} +31 -1
  59. package/contracts/oracles/samples/BoringLpGlpOracle.sol +2 -2
  60. package/contracts/oracles/samples/{BoringPtUsdChainlinkOracle.sol → BoringPYUsdChainlinkAssetOracle.sol} +36 -12
  61. package/contracts/oracles/samples/BoringPYUsdChainlinkSYOracle.sol +102 -0
  62. package/contracts/router/ActionMiscV3.sol +36 -216
  63. package/contracts/router/ActionSwapYTV3.sol +85 -0
  64. package/contracts/router/base/ActionBase.sol +1 -106
  65. package/deployments/1-markets/EZETH-MAINNET-SEP2024.json +11 -0
  66. package/deployments/1-markets/PUFETH-MAINNET-SEP2024.json +11 -0
  67. package/deployments/1-markets/RSETH-MAINNET-SEP2024.json +11 -0
  68. package/deployments/1-markets/RSWETH-SWELL-STAKING-MAINNET-JUL2024.json +11 -0
  69. package/deployments/1-markets/SUSDE-MAINNET-SEP2024.json +13 -0
  70. package/deployments/1-markets/WEETH-MAINNET-SEP2024.json +11 -0
  71. package/deployments/42161-markets/EZETH-ARB-SEP2024.json +11 -0
  72. package/deployments/42161-markets/RSETH-ARBITRUM-SEP2024.json +11 -0
  73. package/deployments/42161-markets/SILO-PTEETH-ARBITRUM-JUNE2024.json +11 -0
  74. package/deployments/42161-markets/SILO-PTEZETH-ARBITRUM-JUNE2024.json +11 -0
  75. package/deployments/42161-markets/WEETH-ARB-SEP2024.json +11 -0
  76. package/deployments/56-markets/WEETH-BSC-SEP2024.json +11 -0
  77. package/package.json +1 -1
  78. package/typechain-types/ActionMiscV3.ts +16 -379
  79. package/typechain-types/BoringPYUsdChainlinkAssetOracle.ts +244 -0
  80. package/typechain-types/BoringPYUsdChainlinkSYOracle.ts +243 -0
  81. package/typechain-types/IPActionMiscV3.ts +16 -249
  82. package/typechain-types/IPAllActionV3.ts +0 -156
  83. package/typechain-types/IPGovernanceProxy.ts +142 -0
  84. package/typechain-types/IPPYLpOracle.ts +379 -0
  85. package/typechain-types/IPPausingInterface.ts +112 -0
  86. package/typechain-types/PendleGovernanceProxy.ts +603 -0
  87. package/typechain-types/PendlePYLpOracle.ts +612 -0
  88. package/typechain-types/factories/ActionAddRemoveLiqV3__factory.ts +1 -1
  89. package/typechain-types/factories/ActionMarketAuxStatic__factory.ts +1 -1
  90. package/typechain-types/factories/ActionMiscV3__factory.ts +1 -590
  91. package/typechain-types/factories/ActionSwapPTV3__factory.ts +1 -1
  92. package/typechain-types/factories/ActionSwapYTV3__factory.ts +1 -1
  93. package/typechain-types/factories/BoringLpGlpOracle__factory.ts +1 -1
  94. package/typechain-types/factories/BoringPYUsdChainlinkAssetOracle__factory.ts +269 -0
  95. package/typechain-types/factories/BoringPYUsdChainlinkSYOracle__factory.ts +267 -0
  96. package/typechain-types/factories/IPActionMiscV3__factory.ts +0 -431
  97. package/typechain-types/factories/IPAllActionV3__factory.ts +0 -431
  98. package/typechain-types/factories/IPGovernanceProxy__factory.ts +75 -0
  99. package/typechain-types/factories/IPPYLpOracle__factory.ts +214 -0
  100. package/typechain-types/factories/IPPausingInterface__factory.ts +40 -0
  101. package/typechain-types/factories/PendleERC20WithSupplyCapSY__factory.ts +1 -1
  102. package/typechain-types/factories/PendleGovernanceProxy__factory.ts +458 -0
  103. package/typechain-types/factories/PendlePYLpOracle__factory.ts +487 -0
  104. package/typechain-types/factories/PendlePoolDeployHelper__factory.ts +1 -1
  105. package/typechain-types/factories/PendleSwellRswETHStakingSY__factory.ts +1 -1
  106. package/typechain-types/hardhat.d.ts +63 -0
  107. package/typechain-types/index.ts +14 -0
  108. package/build/artifacts/contracts/interfaces/IPPtLpOracle.sol/IPPtLpOracle.dbg.json +0 -4
  109. package/build/artifacts/contracts/oracles/PendlePtLpOracle.sol/PendlePtLpOracle.dbg.json +0 -4
  110. package/build/artifacts/contracts/oracles/PendlePtLpOracle.sol/PendlePtLpOracle.json +0 -367
  111. package/build/artifacts/contracts/oracles/PendlePtOracleLib.sol/PendlePtOracleLib.dbg.json +0 -4
  112. package/build/artifacts/contracts/oracles/samples/BoringPtUsdChainlinkOracle.sol/BoringPtUsdChainlinkOracle.dbg.json +0 -4
  113. package/build/artifacts/contracts/oracles/samples/BoringPtUsdChainlinkOracle.sol/BoringPtUsdChainlinkOracle.json +0 -157
  114. /package/deployments/1-markets/{EZETH-JUNE2024.json → EZETH-APR2024.json} +0 -0
  115. /package/deployments/42161-markets/{RSETH-MAY2024.json → RSETH-JUNE2024.json} +0 -0
  116. /package/deployments/42161-markets/{WEETH-MAY2024.json → WEETH-JUNE2024.json} +0 -0
@@ -2216,437 +2216,6 @@
2216
2216
  "stateMutability": "nonpayable",
2217
2217
  "type": "function"
2218
2218
  },
2219
- {
2220
- "inputs": [
2221
- {
2222
- "internalType": "address",
2223
- "name": "receiver",
2224
- "type": "address"
2225
- },
2226
- {
2227
- "internalType": "address",
2228
- "name": "market",
2229
- "type": "address"
2230
- },
2231
- {
2232
- "internalType": "uint256",
2233
- "name": "netPtIn",
2234
- "type": "uint256"
2235
- },
2236
- {
2237
- "internalType": "uint256",
2238
- "name": "netLpIn",
2239
- "type": "uint256"
2240
- },
2241
- {
2242
- "components": [
2243
- {
2244
- "internalType": "address",
2245
- "name": "tokenOut",
2246
- "type": "address"
2247
- },
2248
- {
2249
- "internalType": "uint256",
2250
- "name": "minTokenOut",
2251
- "type": "uint256"
2252
- },
2253
- {
2254
- "internalType": "address",
2255
- "name": "tokenRedeemSy",
2256
- "type": "address"
2257
- },
2258
- {
2259
- "internalType": "address",
2260
- "name": "pendleSwap",
2261
- "type": "address"
2262
- },
2263
- {
2264
- "components": [
2265
- {
2266
- "internalType": "enum SwapType",
2267
- "name": "swapType",
2268
- "type": "uint8"
2269
- },
2270
- {
2271
- "internalType": "address",
2272
- "name": "extRouter",
2273
- "type": "address"
2274
- },
2275
- {
2276
- "internalType": "bytes",
2277
- "name": "extCalldata",
2278
- "type": "bytes"
2279
- },
2280
- {
2281
- "internalType": "bool",
2282
- "name": "needScale",
2283
- "type": "bool"
2284
- }
2285
- ],
2286
- "internalType": "struct SwapData",
2287
- "name": "swapData",
2288
- "type": "tuple"
2289
- }
2290
- ],
2291
- "internalType": "struct TokenOutput",
2292
- "name": "output",
2293
- "type": "tuple"
2294
- }
2295
- ],
2296
- "name": "exitMultiplePostExpiry",
2297
- "outputs": [
2298
- {
2299
- "internalType": "uint256",
2300
- "name": "netTokenOut",
2301
- "type": "uint256"
2302
- },
2303
- {
2304
- "internalType": "uint256",
2305
- "name": "netPtFromRemove",
2306
- "type": "uint256"
2307
- },
2308
- {
2309
- "internalType": "uint256",
2310
- "name": "netSyFromRemove",
2311
- "type": "uint256"
2312
- },
2313
- {
2314
- "internalType": "uint256",
2315
- "name": "netPtRedeem",
2316
- "type": "uint256"
2317
- },
2318
- {
2319
- "internalType": "uint256",
2320
- "name": "netSyFromRedeem",
2321
- "type": "uint256"
2322
- }
2323
- ],
2324
- "stateMutability": "nonpayable",
2325
- "type": "function"
2326
- },
2327
- {
2328
- "inputs": [
2329
- {
2330
- "internalType": "address",
2331
- "name": "receiver",
2332
- "type": "address"
2333
- },
2334
- {
2335
- "internalType": "address",
2336
- "name": "market",
2337
- "type": "address"
2338
- },
2339
- {
2340
- "internalType": "uint256",
2341
- "name": "netPtIn",
2342
- "type": "uint256"
2343
- },
2344
- {
2345
- "internalType": "uint256",
2346
- "name": "netYtIn",
2347
- "type": "uint256"
2348
- },
2349
- {
2350
- "internalType": "uint256",
2351
- "name": "netLpIn",
2352
- "type": "uint256"
2353
- },
2354
- {
2355
- "components": [
2356
- {
2357
- "internalType": "address",
2358
- "name": "tokenOut",
2359
- "type": "address"
2360
- },
2361
- {
2362
- "internalType": "uint256",
2363
- "name": "minTokenOut",
2364
- "type": "uint256"
2365
- },
2366
- {
2367
- "internalType": "address",
2368
- "name": "tokenRedeemSy",
2369
- "type": "address"
2370
- },
2371
- {
2372
- "internalType": "address",
2373
- "name": "pendleSwap",
2374
- "type": "address"
2375
- },
2376
- {
2377
- "components": [
2378
- {
2379
- "internalType": "enum SwapType",
2380
- "name": "swapType",
2381
- "type": "uint8"
2382
- },
2383
- {
2384
- "internalType": "address",
2385
- "name": "extRouter",
2386
- "type": "address"
2387
- },
2388
- {
2389
- "internalType": "bytes",
2390
- "name": "extCalldata",
2391
- "type": "bytes"
2392
- },
2393
- {
2394
- "internalType": "bool",
2395
- "name": "needScale",
2396
- "type": "bool"
2397
- }
2398
- ],
2399
- "internalType": "struct SwapData",
2400
- "name": "swapData",
2401
- "type": "tuple"
2402
- }
2403
- ],
2404
- "internalType": "struct TokenOutput",
2405
- "name": "output",
2406
- "type": "tuple"
2407
- },
2408
- {
2409
- "components": [
2410
- {
2411
- "internalType": "address",
2412
- "name": "limitRouter",
2413
- "type": "address"
2414
- },
2415
- {
2416
- "internalType": "uint256",
2417
- "name": "epsSkipMarket",
2418
- "type": "uint256"
2419
- },
2420
- {
2421
- "components": [
2422
- {
2423
- "components": [
2424
- {
2425
- "internalType": "uint256",
2426
- "name": "salt",
2427
- "type": "uint256"
2428
- },
2429
- {
2430
- "internalType": "uint256",
2431
- "name": "expiry",
2432
- "type": "uint256"
2433
- },
2434
- {
2435
- "internalType": "uint256",
2436
- "name": "nonce",
2437
- "type": "uint256"
2438
- },
2439
- {
2440
- "internalType": "enum IPLimitOrderType.OrderType",
2441
- "name": "orderType",
2442
- "type": "uint8"
2443
- },
2444
- {
2445
- "internalType": "address",
2446
- "name": "token",
2447
- "type": "address"
2448
- },
2449
- {
2450
- "internalType": "address",
2451
- "name": "YT",
2452
- "type": "address"
2453
- },
2454
- {
2455
- "internalType": "address",
2456
- "name": "maker",
2457
- "type": "address"
2458
- },
2459
- {
2460
- "internalType": "address",
2461
- "name": "receiver",
2462
- "type": "address"
2463
- },
2464
- {
2465
- "internalType": "uint256",
2466
- "name": "makingAmount",
2467
- "type": "uint256"
2468
- },
2469
- {
2470
- "internalType": "uint256",
2471
- "name": "lnImpliedRate",
2472
- "type": "uint256"
2473
- },
2474
- {
2475
- "internalType": "uint256",
2476
- "name": "failSafeRate",
2477
- "type": "uint256"
2478
- },
2479
- {
2480
- "internalType": "bytes",
2481
- "name": "permit",
2482
- "type": "bytes"
2483
- }
2484
- ],
2485
- "internalType": "struct Order",
2486
- "name": "order",
2487
- "type": "tuple"
2488
- },
2489
- {
2490
- "internalType": "bytes",
2491
- "name": "signature",
2492
- "type": "bytes"
2493
- },
2494
- {
2495
- "internalType": "uint256",
2496
- "name": "makingAmount",
2497
- "type": "uint256"
2498
- }
2499
- ],
2500
- "internalType": "struct FillOrderParams[]",
2501
- "name": "normalFills",
2502
- "type": "tuple[]"
2503
- },
2504
- {
2505
- "components": [
2506
- {
2507
- "components": [
2508
- {
2509
- "internalType": "uint256",
2510
- "name": "salt",
2511
- "type": "uint256"
2512
- },
2513
- {
2514
- "internalType": "uint256",
2515
- "name": "expiry",
2516
- "type": "uint256"
2517
- },
2518
- {
2519
- "internalType": "uint256",
2520
- "name": "nonce",
2521
- "type": "uint256"
2522
- },
2523
- {
2524
- "internalType": "enum IPLimitOrderType.OrderType",
2525
- "name": "orderType",
2526
- "type": "uint8"
2527
- },
2528
- {
2529
- "internalType": "address",
2530
- "name": "token",
2531
- "type": "address"
2532
- },
2533
- {
2534
- "internalType": "address",
2535
- "name": "YT",
2536
- "type": "address"
2537
- },
2538
- {
2539
- "internalType": "address",
2540
- "name": "maker",
2541
- "type": "address"
2542
- },
2543
- {
2544
- "internalType": "address",
2545
- "name": "receiver",
2546
- "type": "address"
2547
- },
2548
- {
2549
- "internalType": "uint256",
2550
- "name": "makingAmount",
2551
- "type": "uint256"
2552
- },
2553
- {
2554
- "internalType": "uint256",
2555
- "name": "lnImpliedRate",
2556
- "type": "uint256"
2557
- },
2558
- {
2559
- "internalType": "uint256",
2560
- "name": "failSafeRate",
2561
- "type": "uint256"
2562
- },
2563
- {
2564
- "internalType": "bytes",
2565
- "name": "permit",
2566
- "type": "bytes"
2567
- }
2568
- ],
2569
- "internalType": "struct Order",
2570
- "name": "order",
2571
- "type": "tuple"
2572
- },
2573
- {
2574
- "internalType": "bytes",
2575
- "name": "signature",
2576
- "type": "bytes"
2577
- },
2578
- {
2579
- "internalType": "uint256",
2580
- "name": "makingAmount",
2581
- "type": "uint256"
2582
- }
2583
- ],
2584
- "internalType": "struct FillOrderParams[]",
2585
- "name": "flashFills",
2586
- "type": "tuple[]"
2587
- },
2588
- {
2589
- "internalType": "bytes",
2590
- "name": "optData",
2591
- "type": "bytes"
2592
- }
2593
- ],
2594
- "internalType": "struct LimitOrderData",
2595
- "name": "limit",
2596
- "type": "tuple"
2597
- }
2598
- ],
2599
- "name": "exitMultiplePreExpiry",
2600
- "outputs": [
2601
- {
2602
- "internalType": "uint256",
2603
- "name": "netTokenOut",
2604
- "type": "uint256"
2605
- },
2606
- {
2607
- "internalType": "uint256",
2608
- "name": "netPtFromRemove",
2609
- "type": "uint256"
2610
- },
2611
- {
2612
- "internalType": "uint256",
2613
- "name": "netSyFromRemove",
2614
- "type": "uint256"
2615
- },
2616
- {
2617
- "internalType": "uint256",
2618
- "name": "netPyRedeem",
2619
- "type": "uint256"
2620
- },
2621
- {
2622
- "internalType": "uint256",
2623
- "name": "netSyFromRedeem",
2624
- "type": "uint256"
2625
- },
2626
- {
2627
- "internalType": "uint256",
2628
- "name": "netPtSwap",
2629
- "type": "uint256"
2630
- },
2631
- {
2632
- "internalType": "uint256",
2633
- "name": "netYtSwap",
2634
- "type": "uint256"
2635
- },
2636
- {
2637
- "internalType": "uint256",
2638
- "name": "netSyFromSwap",
2639
- "type": "uint256"
2640
- },
2641
- {
2642
- "internalType": "uint256",
2643
- "name": "netSyFee",
2644
- "type": "uint256"
2645
- }
2646
- ],
2647
- "stateMutability": "nonpayable",
2648
- "type": "function"
2649
- },
2650
2219
  {
2651
2220
  "inputs": [
2652
2221
  {
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/bfd4f782b72a070787feb0e0595c089f.json"
4
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IPGovernanceProxy",
4
+ "sourceName": "contracts/interfaces/IPGovernanceProxy.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "components": [
10
+ {
11
+ "internalType": "address",
12
+ "name": "target",
13
+ "type": "address"
14
+ },
15
+ {
16
+ "internalType": "uint256",
17
+ "name": "value",
18
+ "type": "uint256"
19
+ },
20
+ {
21
+ "internalType": "bytes",
22
+ "name": "callData",
23
+ "type": "bytes"
24
+ }
25
+ ],
26
+ "internalType": "struct IPGovernanceProxy.Call[]",
27
+ "name": "calls",
28
+ "type": "tuple[]"
29
+ }
30
+ ],
31
+ "name": "aggregate",
32
+ "outputs": [
33
+ {
34
+ "internalType": "bytes[]",
35
+ "name": "rtnData",
36
+ "type": "bytes[]"
37
+ }
38
+ ],
39
+ "stateMutability": "payable",
40
+ "type": "function"
41
+ },
42
+ {
43
+ "inputs": [
44
+ {
45
+ "internalType": "address[]",
46
+ "name": "addrs",
47
+ "type": "address[]"
48
+ }
49
+ ],
50
+ "name": "pause",
51
+ "outputs": [],
52
+ "stateMutability": "nonpayable",
53
+ "type": "function"
54
+ }
55
+ ],
56
+ "bytecode": "0x",
57
+ "deployedBytecode": "0x",
58
+ "linkReferences": {},
59
+ "deployedLinkReferences": {}
60
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/bfd4f782b72a070787feb0e0595c089f.json"
4
+ }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_format": "hh-sol-artifact-1",
3
- "contractName": "IPPtLpOracle",
4
- "sourceName": "contracts/interfaces/IPPtLpOracle.sol",
3
+ "contractName": "IPPYLpOracle",
4
+ "sourceName": "contracts/interfaces/IPPYLpOracle.sol",
5
5
  "abi": [
6
6
  {
7
7
  "anonymous": false,
@@ -145,6 +145,54 @@
145
145
  ],
146
146
  "stateMutability": "view",
147
147
  "type": "function"
148
+ },
149
+ {
150
+ "inputs": [
151
+ {
152
+ "internalType": "address",
153
+ "name": "market",
154
+ "type": "address"
155
+ },
156
+ {
157
+ "internalType": "uint32",
158
+ "name": "duration",
159
+ "type": "uint32"
160
+ }
161
+ ],
162
+ "name": "getYtToAssetRate",
163
+ "outputs": [
164
+ {
165
+ "internalType": "uint256",
166
+ "name": "",
167
+ "type": "uint256"
168
+ }
169
+ ],
170
+ "stateMutability": "view",
171
+ "type": "function"
172
+ },
173
+ {
174
+ "inputs": [
175
+ {
176
+ "internalType": "address",
177
+ "name": "market",
178
+ "type": "address"
179
+ },
180
+ {
181
+ "internalType": "uint32",
182
+ "name": "duration",
183
+ "type": "uint32"
184
+ }
185
+ ],
186
+ "name": "getYtToSyRate",
187
+ "outputs": [
188
+ {
189
+ "internalType": "uint256",
190
+ "name": "",
191
+ "type": "uint256"
192
+ }
193
+ ],
194
+ "stateMutability": "view",
195
+ "type": "function"
148
196
  }
149
197
  ],
150
198
  "bytecode": "0x",
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/bfd4f782b72a070787feb0e0595c089f.json"
4
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "IPPausingInterface",
4
+ "sourceName": "contracts/interfaces/IPPausingInterface.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "pause",
9
+ "outputs": [],
10
+ "stateMutability": "nonpayable",
11
+ "type": "function"
12
+ },
13
+ {
14
+ "inputs": [],
15
+ "name": "unpause",
16
+ "outputs": [],
17
+ "stateMutability": "nonpayable",
18
+ "type": "function"
19
+ }
20
+ ],
21
+ "bytecode": "0x",
22
+ "deployedBytecode": "0x",
23
+ "linkReferences": {},
24
+ "deployedLinkReferences": {}
25
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../../build-info/bfd4f782b72a070787feb0e0595c089f.json"
4
+ }