@venusprotocol/oracle 2.8.0-dev.1 → 2.8.0-dev.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/deployments/ethereum/PendleOracle_PT_USDe_27MAR2025.json +342 -0
  2. package/deployments/ethereum/PendleOracle_PT_USDe_27MAR2025_Implementation.json +274 -0
  3. package/deployments/ethereum/PendleOracle_PT_USDe_27MAR2025_Proxy.json +224 -0
  4. package/deployments/ethereum/PendleOracle_PT_sUSDe_27MAR2025.json +342 -0
  5. package/deployments/ethereum/PendleOracle_PT_sUSDe_27MAR2025_Implementation.json +274 -0
  6. package/deployments/ethereum/PendleOracle_PT_sUSDe_27MAR2025_Proxy.json +224 -0
  7. package/deployments/ethereum/sUSDe_ERC4626Oracle.json +177 -0
  8. package/deployments/ethereum/solcInputs/94bfc5063ff1e6d8e2de1792750dac25.json +58 -0
  9. package/deployments/ethereum/solcInputs/c9234768a0e90787a3e044ab631ca909.json +316 -0
  10. package/deployments/ethereum.json +1188 -0
  11. package/deployments/ethereum_addresses.json +8 -1
  12. package/deployments/sepolia/MockPendleOracle_PT_USDe_27MAR2025.json +275 -0
  13. package/deployments/sepolia/MockPendleOracle_PT_sUSDe_27MAR2025.json +275 -0
  14. package/deployments/sepolia/PendleOracle_PT_USDe_27MAR2025.json +342 -0
  15. package/deployments/sepolia/PendleOracle_PT_USDe_27MAR2025_Implementation.json +274 -0
  16. package/deployments/sepolia/PendleOracle_PT_USDe_27MAR2025_Proxy.json +224 -0
  17. package/deployments/sepolia/PendleOracle_PT_sUSDe_27MAR2025.json +342 -0
  18. package/deployments/sepolia/PendleOracle_PT_sUSDe_27MAR2025_Implementation.json +274 -0
  19. package/deployments/sepolia/PendleOracle_PT_sUSDe_27MAR2025_Proxy.json +224 -0
  20. package/deployments/sepolia/sUSDe_ERC4626Oracle.json +177 -0
  21. package/deployments/sepolia/solcInputs/10211ffe5f5d2e235e8b1b524375aa59.json +58 -0
  22. package/deployments/sepolia/solcInputs/94bfc5063ff1e6d8e2de1792750dac25.json +58 -0
  23. package/deployments/sepolia/solcInputs/c9234768a0e90787a3e044ab631ca909.json +316 -0
  24. package/deployments/sepolia.json +1772 -250
  25. package/deployments/sepolia_addresses.json +10 -1
  26. package/dist/deploy/14-deploy-ERC4626Oracle.d.ts +4 -0
  27. package/dist/deploy/14-deploy-ERC4626Oracle.d.ts.map +1 -0
  28. package/dist/deploy/14-deploy-ERC4626Oracle.js +21 -0
  29. package/dist/deploy/14-deploy-ERC4626Oracle.js.map +1 -0
  30. package/dist/deploy/7-deploy-pendle-oracle.d.ts.map +1 -1
  31. package/dist/deploy/7-deploy-pendle-oracle.js +72 -17
  32. package/dist/deploy/7-deploy-pendle-oracle.js.map +1 -1
  33. package/dist/helpers/deploymentConfig.d.ts.map +1 -1
  34. package/dist/helpers/deploymentConfig.js +11 -1
  35. package/dist/helpers/deploymentConfig.js.map +1 -1
  36. package/package.json +1 -1
@@ -3177,6 +3177,1100 @@
3177
3177
  }
3178
3178
  ]
3179
3179
  },
3180
+ "PendleOracle_PT_USDe_27MAR2025": {
3181
+ "address": "0x721C02F98bE5ef916F6574E53700a25473742093",
3182
+ "abi": [
3183
+ {
3184
+ "anonymous": false,
3185
+ "inputs": [
3186
+ {
3187
+ "indexed": false,
3188
+ "internalType": "address",
3189
+ "name": "previousAdmin",
3190
+ "type": "address"
3191
+ },
3192
+ {
3193
+ "indexed": false,
3194
+ "internalType": "address",
3195
+ "name": "newAdmin",
3196
+ "type": "address"
3197
+ }
3198
+ ],
3199
+ "name": "AdminChanged",
3200
+ "type": "event"
3201
+ },
3202
+ {
3203
+ "anonymous": false,
3204
+ "inputs": [
3205
+ {
3206
+ "indexed": true,
3207
+ "internalType": "address",
3208
+ "name": "beacon",
3209
+ "type": "address"
3210
+ }
3211
+ ],
3212
+ "name": "BeaconUpgraded",
3213
+ "type": "event"
3214
+ },
3215
+ {
3216
+ "anonymous": false,
3217
+ "inputs": [
3218
+ {
3219
+ "indexed": true,
3220
+ "internalType": "address",
3221
+ "name": "implementation",
3222
+ "type": "address"
3223
+ }
3224
+ ],
3225
+ "name": "Upgraded",
3226
+ "type": "event"
3227
+ },
3228
+ {
3229
+ "stateMutability": "payable",
3230
+ "type": "fallback"
3231
+ },
3232
+ {
3233
+ "inputs": [],
3234
+ "name": "admin",
3235
+ "outputs": [
3236
+ {
3237
+ "internalType": "address",
3238
+ "name": "admin_",
3239
+ "type": "address"
3240
+ }
3241
+ ],
3242
+ "stateMutability": "nonpayable",
3243
+ "type": "function"
3244
+ },
3245
+ {
3246
+ "inputs": [],
3247
+ "name": "implementation",
3248
+ "outputs": [
3249
+ {
3250
+ "internalType": "address",
3251
+ "name": "implementation_",
3252
+ "type": "address"
3253
+ }
3254
+ ],
3255
+ "stateMutability": "nonpayable",
3256
+ "type": "function"
3257
+ },
3258
+ {
3259
+ "inputs": [
3260
+ {
3261
+ "internalType": "address",
3262
+ "name": "newImplementation",
3263
+ "type": "address"
3264
+ }
3265
+ ],
3266
+ "name": "upgradeTo",
3267
+ "outputs": [],
3268
+ "stateMutability": "nonpayable",
3269
+ "type": "function"
3270
+ },
3271
+ {
3272
+ "inputs": [
3273
+ {
3274
+ "internalType": "address",
3275
+ "name": "newImplementation",
3276
+ "type": "address"
3277
+ },
3278
+ {
3279
+ "internalType": "bytes",
3280
+ "name": "data",
3281
+ "type": "bytes"
3282
+ }
3283
+ ],
3284
+ "name": "upgradeToAndCall",
3285
+ "outputs": [],
3286
+ "stateMutability": "payable",
3287
+ "type": "function"
3288
+ },
3289
+ {
3290
+ "stateMutability": "payable",
3291
+ "type": "receive"
3292
+ },
3293
+ {
3294
+ "inputs": [],
3295
+ "name": "InvalidDuration",
3296
+ "type": "error"
3297
+ },
3298
+ {
3299
+ "inputs": [],
3300
+ "name": "InvalidTokenAddress",
3301
+ "type": "error"
3302
+ },
3303
+ {
3304
+ "inputs": [],
3305
+ "name": "ZeroAddressNotAllowed",
3306
+ "type": "error"
3307
+ },
3308
+ {
3309
+ "inputs": [],
3310
+ "name": "ZeroValueNotAllowed",
3311
+ "type": "error"
3312
+ },
3313
+ {
3314
+ "inputs": [],
3315
+ "name": "CORRELATED_TOKEN",
3316
+ "outputs": [
3317
+ {
3318
+ "internalType": "address",
3319
+ "name": "",
3320
+ "type": "address"
3321
+ }
3322
+ ],
3323
+ "stateMutability": "view",
3324
+ "type": "function"
3325
+ },
3326
+ {
3327
+ "inputs": [],
3328
+ "name": "MARKET",
3329
+ "outputs": [
3330
+ {
3331
+ "internalType": "address",
3332
+ "name": "",
3333
+ "type": "address"
3334
+ }
3335
+ ],
3336
+ "stateMutability": "view",
3337
+ "type": "function"
3338
+ },
3339
+ {
3340
+ "inputs": [],
3341
+ "name": "PT_ORACLE",
3342
+ "outputs": [
3343
+ {
3344
+ "internalType": "contract IPendlePtOracle",
3345
+ "name": "",
3346
+ "type": "address"
3347
+ }
3348
+ ],
3349
+ "stateMutability": "view",
3350
+ "type": "function"
3351
+ },
3352
+ {
3353
+ "inputs": [],
3354
+ "name": "RESILIENT_ORACLE",
3355
+ "outputs": [
3356
+ {
3357
+ "internalType": "contract OracleInterface",
3358
+ "name": "",
3359
+ "type": "address"
3360
+ }
3361
+ ],
3362
+ "stateMutability": "view",
3363
+ "type": "function"
3364
+ },
3365
+ {
3366
+ "inputs": [],
3367
+ "name": "TWAP_DURATION",
3368
+ "outputs": [
3369
+ {
3370
+ "internalType": "uint32",
3371
+ "name": "",
3372
+ "type": "uint32"
3373
+ }
3374
+ ],
3375
+ "stateMutability": "view",
3376
+ "type": "function"
3377
+ },
3378
+ {
3379
+ "inputs": [],
3380
+ "name": "UNDERLYING_TOKEN",
3381
+ "outputs": [
3382
+ {
3383
+ "internalType": "address",
3384
+ "name": "",
3385
+ "type": "address"
3386
+ }
3387
+ ],
3388
+ "stateMutability": "view",
3389
+ "type": "function"
3390
+ },
3391
+ {
3392
+ "inputs": [
3393
+ {
3394
+ "internalType": "address",
3395
+ "name": "asset",
3396
+ "type": "address"
3397
+ }
3398
+ ],
3399
+ "name": "getPrice",
3400
+ "outputs": [
3401
+ {
3402
+ "internalType": "uint256",
3403
+ "name": "",
3404
+ "type": "uint256"
3405
+ }
3406
+ ],
3407
+ "stateMutability": "view",
3408
+ "type": "function"
3409
+ },
3410
+ {
3411
+ "inputs": [
3412
+ {
3413
+ "internalType": "address",
3414
+ "name": "_logic",
3415
+ "type": "address"
3416
+ },
3417
+ {
3418
+ "internalType": "address",
3419
+ "name": "admin_",
3420
+ "type": "address"
3421
+ },
3422
+ {
3423
+ "internalType": "bytes",
3424
+ "name": "_data",
3425
+ "type": "bytes"
3426
+ }
3427
+ ],
3428
+ "stateMutability": "payable",
3429
+ "type": "constructor"
3430
+ }
3431
+ ]
3432
+ },
3433
+ "PendleOracle_PT_USDe_27MAR2025_Implementation": {
3434
+ "address": "0x53172cD14c9C199806Ee70f25E49209b5b901EbF",
3435
+ "abi": [
3436
+ {
3437
+ "inputs": [
3438
+ {
3439
+ "internalType": "address",
3440
+ "name": "market",
3441
+ "type": "address"
3442
+ },
3443
+ {
3444
+ "internalType": "address",
3445
+ "name": "ptOracle",
3446
+ "type": "address"
3447
+ },
3448
+ {
3449
+ "internalType": "address",
3450
+ "name": "ptToken",
3451
+ "type": "address"
3452
+ },
3453
+ {
3454
+ "internalType": "address",
3455
+ "name": "underlyingToken",
3456
+ "type": "address"
3457
+ },
3458
+ {
3459
+ "internalType": "address",
3460
+ "name": "resilientOracle",
3461
+ "type": "address"
3462
+ },
3463
+ {
3464
+ "internalType": "uint32",
3465
+ "name": "twapDuration",
3466
+ "type": "uint32"
3467
+ }
3468
+ ],
3469
+ "stateMutability": "nonpayable",
3470
+ "type": "constructor"
3471
+ },
3472
+ {
3473
+ "inputs": [],
3474
+ "name": "InvalidDuration",
3475
+ "type": "error"
3476
+ },
3477
+ {
3478
+ "inputs": [],
3479
+ "name": "InvalidTokenAddress",
3480
+ "type": "error"
3481
+ },
3482
+ {
3483
+ "inputs": [],
3484
+ "name": "ZeroAddressNotAllowed",
3485
+ "type": "error"
3486
+ },
3487
+ {
3488
+ "inputs": [],
3489
+ "name": "ZeroValueNotAllowed",
3490
+ "type": "error"
3491
+ },
3492
+ {
3493
+ "inputs": [],
3494
+ "name": "CORRELATED_TOKEN",
3495
+ "outputs": [
3496
+ {
3497
+ "internalType": "address",
3498
+ "name": "",
3499
+ "type": "address"
3500
+ }
3501
+ ],
3502
+ "stateMutability": "view",
3503
+ "type": "function"
3504
+ },
3505
+ {
3506
+ "inputs": [],
3507
+ "name": "MARKET",
3508
+ "outputs": [
3509
+ {
3510
+ "internalType": "address",
3511
+ "name": "",
3512
+ "type": "address"
3513
+ }
3514
+ ],
3515
+ "stateMutability": "view",
3516
+ "type": "function"
3517
+ },
3518
+ {
3519
+ "inputs": [],
3520
+ "name": "PT_ORACLE",
3521
+ "outputs": [
3522
+ {
3523
+ "internalType": "contract IPendlePtOracle",
3524
+ "name": "",
3525
+ "type": "address"
3526
+ }
3527
+ ],
3528
+ "stateMutability": "view",
3529
+ "type": "function"
3530
+ },
3531
+ {
3532
+ "inputs": [],
3533
+ "name": "RESILIENT_ORACLE",
3534
+ "outputs": [
3535
+ {
3536
+ "internalType": "contract OracleInterface",
3537
+ "name": "",
3538
+ "type": "address"
3539
+ }
3540
+ ],
3541
+ "stateMutability": "view",
3542
+ "type": "function"
3543
+ },
3544
+ {
3545
+ "inputs": [],
3546
+ "name": "TWAP_DURATION",
3547
+ "outputs": [
3548
+ {
3549
+ "internalType": "uint32",
3550
+ "name": "",
3551
+ "type": "uint32"
3552
+ }
3553
+ ],
3554
+ "stateMutability": "view",
3555
+ "type": "function"
3556
+ },
3557
+ {
3558
+ "inputs": [],
3559
+ "name": "UNDERLYING_TOKEN",
3560
+ "outputs": [
3561
+ {
3562
+ "internalType": "address",
3563
+ "name": "",
3564
+ "type": "address"
3565
+ }
3566
+ ],
3567
+ "stateMutability": "view",
3568
+ "type": "function"
3569
+ },
3570
+ {
3571
+ "inputs": [
3572
+ {
3573
+ "internalType": "address",
3574
+ "name": "asset",
3575
+ "type": "address"
3576
+ }
3577
+ ],
3578
+ "name": "getPrice",
3579
+ "outputs": [
3580
+ {
3581
+ "internalType": "uint256",
3582
+ "name": "",
3583
+ "type": "uint256"
3584
+ }
3585
+ ],
3586
+ "stateMutability": "view",
3587
+ "type": "function"
3588
+ }
3589
+ ]
3590
+ },
3591
+ "PendleOracle_PT_USDe_27MAR2025_Proxy": {
3592
+ "address": "0x721C02F98bE5ef916F6574E53700a25473742093",
3593
+ "abi": [
3594
+ {
3595
+ "inputs": [
3596
+ {
3597
+ "internalType": "address",
3598
+ "name": "_logic",
3599
+ "type": "address"
3600
+ },
3601
+ {
3602
+ "internalType": "address",
3603
+ "name": "admin_",
3604
+ "type": "address"
3605
+ },
3606
+ {
3607
+ "internalType": "bytes",
3608
+ "name": "_data",
3609
+ "type": "bytes"
3610
+ }
3611
+ ],
3612
+ "stateMutability": "payable",
3613
+ "type": "constructor"
3614
+ },
3615
+ {
3616
+ "anonymous": false,
3617
+ "inputs": [
3618
+ {
3619
+ "indexed": false,
3620
+ "internalType": "address",
3621
+ "name": "previousAdmin",
3622
+ "type": "address"
3623
+ },
3624
+ {
3625
+ "indexed": false,
3626
+ "internalType": "address",
3627
+ "name": "newAdmin",
3628
+ "type": "address"
3629
+ }
3630
+ ],
3631
+ "name": "AdminChanged",
3632
+ "type": "event"
3633
+ },
3634
+ {
3635
+ "anonymous": false,
3636
+ "inputs": [
3637
+ {
3638
+ "indexed": true,
3639
+ "internalType": "address",
3640
+ "name": "beacon",
3641
+ "type": "address"
3642
+ }
3643
+ ],
3644
+ "name": "BeaconUpgraded",
3645
+ "type": "event"
3646
+ },
3647
+ {
3648
+ "anonymous": false,
3649
+ "inputs": [
3650
+ {
3651
+ "indexed": true,
3652
+ "internalType": "address",
3653
+ "name": "implementation",
3654
+ "type": "address"
3655
+ }
3656
+ ],
3657
+ "name": "Upgraded",
3658
+ "type": "event"
3659
+ },
3660
+ {
3661
+ "stateMutability": "payable",
3662
+ "type": "fallback"
3663
+ },
3664
+ {
3665
+ "inputs": [],
3666
+ "name": "admin",
3667
+ "outputs": [
3668
+ {
3669
+ "internalType": "address",
3670
+ "name": "admin_",
3671
+ "type": "address"
3672
+ }
3673
+ ],
3674
+ "stateMutability": "nonpayable",
3675
+ "type": "function"
3676
+ },
3677
+ {
3678
+ "inputs": [],
3679
+ "name": "implementation",
3680
+ "outputs": [
3681
+ {
3682
+ "internalType": "address",
3683
+ "name": "implementation_",
3684
+ "type": "address"
3685
+ }
3686
+ ],
3687
+ "stateMutability": "nonpayable",
3688
+ "type": "function"
3689
+ },
3690
+ {
3691
+ "inputs": [
3692
+ {
3693
+ "internalType": "address",
3694
+ "name": "newImplementation",
3695
+ "type": "address"
3696
+ }
3697
+ ],
3698
+ "name": "upgradeTo",
3699
+ "outputs": [],
3700
+ "stateMutability": "nonpayable",
3701
+ "type": "function"
3702
+ },
3703
+ {
3704
+ "inputs": [
3705
+ {
3706
+ "internalType": "address",
3707
+ "name": "newImplementation",
3708
+ "type": "address"
3709
+ },
3710
+ {
3711
+ "internalType": "bytes",
3712
+ "name": "data",
3713
+ "type": "bytes"
3714
+ }
3715
+ ],
3716
+ "name": "upgradeToAndCall",
3717
+ "outputs": [],
3718
+ "stateMutability": "payable",
3719
+ "type": "function"
3720
+ },
3721
+ {
3722
+ "stateMutability": "payable",
3723
+ "type": "receive"
3724
+ }
3725
+ ]
3726
+ },
3727
+ "PendleOracle_PT_sUSDe_27MAR2025": {
3728
+ "address": "0x17B49f36878c401C1fE4D7Bf6D9CeBAAFBf4edE2",
3729
+ "abi": [
3730
+ {
3731
+ "anonymous": false,
3732
+ "inputs": [
3733
+ {
3734
+ "indexed": false,
3735
+ "internalType": "address",
3736
+ "name": "previousAdmin",
3737
+ "type": "address"
3738
+ },
3739
+ {
3740
+ "indexed": false,
3741
+ "internalType": "address",
3742
+ "name": "newAdmin",
3743
+ "type": "address"
3744
+ }
3745
+ ],
3746
+ "name": "AdminChanged",
3747
+ "type": "event"
3748
+ },
3749
+ {
3750
+ "anonymous": false,
3751
+ "inputs": [
3752
+ {
3753
+ "indexed": true,
3754
+ "internalType": "address",
3755
+ "name": "beacon",
3756
+ "type": "address"
3757
+ }
3758
+ ],
3759
+ "name": "BeaconUpgraded",
3760
+ "type": "event"
3761
+ },
3762
+ {
3763
+ "anonymous": false,
3764
+ "inputs": [
3765
+ {
3766
+ "indexed": true,
3767
+ "internalType": "address",
3768
+ "name": "implementation",
3769
+ "type": "address"
3770
+ }
3771
+ ],
3772
+ "name": "Upgraded",
3773
+ "type": "event"
3774
+ },
3775
+ {
3776
+ "stateMutability": "payable",
3777
+ "type": "fallback"
3778
+ },
3779
+ {
3780
+ "inputs": [],
3781
+ "name": "admin",
3782
+ "outputs": [
3783
+ {
3784
+ "internalType": "address",
3785
+ "name": "admin_",
3786
+ "type": "address"
3787
+ }
3788
+ ],
3789
+ "stateMutability": "nonpayable",
3790
+ "type": "function"
3791
+ },
3792
+ {
3793
+ "inputs": [],
3794
+ "name": "implementation",
3795
+ "outputs": [
3796
+ {
3797
+ "internalType": "address",
3798
+ "name": "implementation_",
3799
+ "type": "address"
3800
+ }
3801
+ ],
3802
+ "stateMutability": "nonpayable",
3803
+ "type": "function"
3804
+ },
3805
+ {
3806
+ "inputs": [
3807
+ {
3808
+ "internalType": "address",
3809
+ "name": "newImplementation",
3810
+ "type": "address"
3811
+ }
3812
+ ],
3813
+ "name": "upgradeTo",
3814
+ "outputs": [],
3815
+ "stateMutability": "nonpayable",
3816
+ "type": "function"
3817
+ },
3818
+ {
3819
+ "inputs": [
3820
+ {
3821
+ "internalType": "address",
3822
+ "name": "newImplementation",
3823
+ "type": "address"
3824
+ },
3825
+ {
3826
+ "internalType": "bytes",
3827
+ "name": "data",
3828
+ "type": "bytes"
3829
+ }
3830
+ ],
3831
+ "name": "upgradeToAndCall",
3832
+ "outputs": [],
3833
+ "stateMutability": "payable",
3834
+ "type": "function"
3835
+ },
3836
+ {
3837
+ "stateMutability": "payable",
3838
+ "type": "receive"
3839
+ },
3840
+ {
3841
+ "inputs": [],
3842
+ "name": "InvalidDuration",
3843
+ "type": "error"
3844
+ },
3845
+ {
3846
+ "inputs": [],
3847
+ "name": "InvalidTokenAddress",
3848
+ "type": "error"
3849
+ },
3850
+ {
3851
+ "inputs": [],
3852
+ "name": "ZeroAddressNotAllowed",
3853
+ "type": "error"
3854
+ },
3855
+ {
3856
+ "inputs": [],
3857
+ "name": "ZeroValueNotAllowed",
3858
+ "type": "error"
3859
+ },
3860
+ {
3861
+ "inputs": [],
3862
+ "name": "CORRELATED_TOKEN",
3863
+ "outputs": [
3864
+ {
3865
+ "internalType": "address",
3866
+ "name": "",
3867
+ "type": "address"
3868
+ }
3869
+ ],
3870
+ "stateMutability": "view",
3871
+ "type": "function"
3872
+ },
3873
+ {
3874
+ "inputs": [],
3875
+ "name": "MARKET",
3876
+ "outputs": [
3877
+ {
3878
+ "internalType": "address",
3879
+ "name": "",
3880
+ "type": "address"
3881
+ }
3882
+ ],
3883
+ "stateMutability": "view",
3884
+ "type": "function"
3885
+ },
3886
+ {
3887
+ "inputs": [],
3888
+ "name": "PT_ORACLE",
3889
+ "outputs": [
3890
+ {
3891
+ "internalType": "contract IPendlePtOracle",
3892
+ "name": "",
3893
+ "type": "address"
3894
+ }
3895
+ ],
3896
+ "stateMutability": "view",
3897
+ "type": "function"
3898
+ },
3899
+ {
3900
+ "inputs": [],
3901
+ "name": "RESILIENT_ORACLE",
3902
+ "outputs": [
3903
+ {
3904
+ "internalType": "contract OracleInterface",
3905
+ "name": "",
3906
+ "type": "address"
3907
+ }
3908
+ ],
3909
+ "stateMutability": "view",
3910
+ "type": "function"
3911
+ },
3912
+ {
3913
+ "inputs": [],
3914
+ "name": "TWAP_DURATION",
3915
+ "outputs": [
3916
+ {
3917
+ "internalType": "uint32",
3918
+ "name": "",
3919
+ "type": "uint32"
3920
+ }
3921
+ ],
3922
+ "stateMutability": "view",
3923
+ "type": "function"
3924
+ },
3925
+ {
3926
+ "inputs": [],
3927
+ "name": "UNDERLYING_TOKEN",
3928
+ "outputs": [
3929
+ {
3930
+ "internalType": "address",
3931
+ "name": "",
3932
+ "type": "address"
3933
+ }
3934
+ ],
3935
+ "stateMutability": "view",
3936
+ "type": "function"
3937
+ },
3938
+ {
3939
+ "inputs": [
3940
+ {
3941
+ "internalType": "address",
3942
+ "name": "asset",
3943
+ "type": "address"
3944
+ }
3945
+ ],
3946
+ "name": "getPrice",
3947
+ "outputs": [
3948
+ {
3949
+ "internalType": "uint256",
3950
+ "name": "",
3951
+ "type": "uint256"
3952
+ }
3953
+ ],
3954
+ "stateMutability": "view",
3955
+ "type": "function"
3956
+ },
3957
+ {
3958
+ "inputs": [
3959
+ {
3960
+ "internalType": "address",
3961
+ "name": "_logic",
3962
+ "type": "address"
3963
+ },
3964
+ {
3965
+ "internalType": "address",
3966
+ "name": "admin_",
3967
+ "type": "address"
3968
+ },
3969
+ {
3970
+ "internalType": "bytes",
3971
+ "name": "_data",
3972
+ "type": "bytes"
3973
+ }
3974
+ ],
3975
+ "stateMutability": "payable",
3976
+ "type": "constructor"
3977
+ }
3978
+ ]
3979
+ },
3980
+ "PendleOracle_PT_sUSDe_27MAR2025_Implementation": {
3981
+ "address": "0xA99f5aC0EE53C958A608D068063A9651D20A6e7a",
3982
+ "abi": [
3983
+ {
3984
+ "inputs": [
3985
+ {
3986
+ "internalType": "address",
3987
+ "name": "market",
3988
+ "type": "address"
3989
+ },
3990
+ {
3991
+ "internalType": "address",
3992
+ "name": "ptOracle",
3993
+ "type": "address"
3994
+ },
3995
+ {
3996
+ "internalType": "address",
3997
+ "name": "ptToken",
3998
+ "type": "address"
3999
+ },
4000
+ {
4001
+ "internalType": "address",
4002
+ "name": "underlyingToken",
4003
+ "type": "address"
4004
+ },
4005
+ {
4006
+ "internalType": "address",
4007
+ "name": "resilientOracle",
4008
+ "type": "address"
4009
+ },
4010
+ {
4011
+ "internalType": "uint32",
4012
+ "name": "twapDuration",
4013
+ "type": "uint32"
4014
+ }
4015
+ ],
4016
+ "stateMutability": "nonpayable",
4017
+ "type": "constructor"
4018
+ },
4019
+ {
4020
+ "inputs": [],
4021
+ "name": "InvalidDuration",
4022
+ "type": "error"
4023
+ },
4024
+ {
4025
+ "inputs": [],
4026
+ "name": "InvalidTokenAddress",
4027
+ "type": "error"
4028
+ },
4029
+ {
4030
+ "inputs": [],
4031
+ "name": "ZeroAddressNotAllowed",
4032
+ "type": "error"
4033
+ },
4034
+ {
4035
+ "inputs": [],
4036
+ "name": "ZeroValueNotAllowed",
4037
+ "type": "error"
4038
+ },
4039
+ {
4040
+ "inputs": [],
4041
+ "name": "CORRELATED_TOKEN",
4042
+ "outputs": [
4043
+ {
4044
+ "internalType": "address",
4045
+ "name": "",
4046
+ "type": "address"
4047
+ }
4048
+ ],
4049
+ "stateMutability": "view",
4050
+ "type": "function"
4051
+ },
4052
+ {
4053
+ "inputs": [],
4054
+ "name": "MARKET",
4055
+ "outputs": [
4056
+ {
4057
+ "internalType": "address",
4058
+ "name": "",
4059
+ "type": "address"
4060
+ }
4061
+ ],
4062
+ "stateMutability": "view",
4063
+ "type": "function"
4064
+ },
4065
+ {
4066
+ "inputs": [],
4067
+ "name": "PT_ORACLE",
4068
+ "outputs": [
4069
+ {
4070
+ "internalType": "contract IPendlePtOracle",
4071
+ "name": "",
4072
+ "type": "address"
4073
+ }
4074
+ ],
4075
+ "stateMutability": "view",
4076
+ "type": "function"
4077
+ },
4078
+ {
4079
+ "inputs": [],
4080
+ "name": "RESILIENT_ORACLE",
4081
+ "outputs": [
4082
+ {
4083
+ "internalType": "contract OracleInterface",
4084
+ "name": "",
4085
+ "type": "address"
4086
+ }
4087
+ ],
4088
+ "stateMutability": "view",
4089
+ "type": "function"
4090
+ },
4091
+ {
4092
+ "inputs": [],
4093
+ "name": "TWAP_DURATION",
4094
+ "outputs": [
4095
+ {
4096
+ "internalType": "uint32",
4097
+ "name": "",
4098
+ "type": "uint32"
4099
+ }
4100
+ ],
4101
+ "stateMutability": "view",
4102
+ "type": "function"
4103
+ },
4104
+ {
4105
+ "inputs": [],
4106
+ "name": "UNDERLYING_TOKEN",
4107
+ "outputs": [
4108
+ {
4109
+ "internalType": "address",
4110
+ "name": "",
4111
+ "type": "address"
4112
+ }
4113
+ ],
4114
+ "stateMutability": "view",
4115
+ "type": "function"
4116
+ },
4117
+ {
4118
+ "inputs": [
4119
+ {
4120
+ "internalType": "address",
4121
+ "name": "asset",
4122
+ "type": "address"
4123
+ }
4124
+ ],
4125
+ "name": "getPrice",
4126
+ "outputs": [
4127
+ {
4128
+ "internalType": "uint256",
4129
+ "name": "",
4130
+ "type": "uint256"
4131
+ }
4132
+ ],
4133
+ "stateMutability": "view",
4134
+ "type": "function"
4135
+ }
4136
+ ]
4137
+ },
4138
+ "PendleOracle_PT_sUSDe_27MAR2025_Proxy": {
4139
+ "address": "0x17B49f36878c401C1fE4D7Bf6D9CeBAAFBf4edE2",
4140
+ "abi": [
4141
+ {
4142
+ "inputs": [
4143
+ {
4144
+ "internalType": "address",
4145
+ "name": "_logic",
4146
+ "type": "address"
4147
+ },
4148
+ {
4149
+ "internalType": "address",
4150
+ "name": "admin_",
4151
+ "type": "address"
4152
+ },
4153
+ {
4154
+ "internalType": "bytes",
4155
+ "name": "_data",
4156
+ "type": "bytes"
4157
+ }
4158
+ ],
4159
+ "stateMutability": "payable",
4160
+ "type": "constructor"
4161
+ },
4162
+ {
4163
+ "anonymous": false,
4164
+ "inputs": [
4165
+ {
4166
+ "indexed": false,
4167
+ "internalType": "address",
4168
+ "name": "previousAdmin",
4169
+ "type": "address"
4170
+ },
4171
+ {
4172
+ "indexed": false,
4173
+ "internalType": "address",
4174
+ "name": "newAdmin",
4175
+ "type": "address"
4176
+ }
4177
+ ],
4178
+ "name": "AdminChanged",
4179
+ "type": "event"
4180
+ },
4181
+ {
4182
+ "anonymous": false,
4183
+ "inputs": [
4184
+ {
4185
+ "indexed": true,
4186
+ "internalType": "address",
4187
+ "name": "beacon",
4188
+ "type": "address"
4189
+ }
4190
+ ],
4191
+ "name": "BeaconUpgraded",
4192
+ "type": "event"
4193
+ },
4194
+ {
4195
+ "anonymous": false,
4196
+ "inputs": [
4197
+ {
4198
+ "indexed": true,
4199
+ "internalType": "address",
4200
+ "name": "implementation",
4201
+ "type": "address"
4202
+ }
4203
+ ],
4204
+ "name": "Upgraded",
4205
+ "type": "event"
4206
+ },
4207
+ {
4208
+ "stateMutability": "payable",
4209
+ "type": "fallback"
4210
+ },
4211
+ {
4212
+ "inputs": [],
4213
+ "name": "admin",
4214
+ "outputs": [
4215
+ {
4216
+ "internalType": "address",
4217
+ "name": "admin_",
4218
+ "type": "address"
4219
+ }
4220
+ ],
4221
+ "stateMutability": "nonpayable",
4222
+ "type": "function"
4223
+ },
4224
+ {
4225
+ "inputs": [],
4226
+ "name": "implementation",
4227
+ "outputs": [
4228
+ {
4229
+ "internalType": "address",
4230
+ "name": "implementation_",
4231
+ "type": "address"
4232
+ }
4233
+ ],
4234
+ "stateMutability": "nonpayable",
4235
+ "type": "function"
4236
+ },
4237
+ {
4238
+ "inputs": [
4239
+ {
4240
+ "internalType": "address",
4241
+ "name": "newImplementation",
4242
+ "type": "address"
4243
+ }
4244
+ ],
4245
+ "name": "upgradeTo",
4246
+ "outputs": [],
4247
+ "stateMutability": "nonpayable",
4248
+ "type": "function"
4249
+ },
4250
+ {
4251
+ "inputs": [
4252
+ {
4253
+ "internalType": "address",
4254
+ "name": "newImplementation",
4255
+ "type": "address"
4256
+ },
4257
+ {
4258
+ "internalType": "bytes",
4259
+ "name": "data",
4260
+ "type": "bytes"
4261
+ }
4262
+ ],
4263
+ "name": "upgradeToAndCall",
4264
+ "outputs": [],
4265
+ "stateMutability": "payable",
4266
+ "type": "function"
4267
+ },
4268
+ {
4269
+ "stateMutability": "payable",
4270
+ "type": "receive"
4271
+ }
4272
+ ]
4273
+ },
3180
4274
  "RedStoneOracle": {
3181
4275
  "address": "0x0FC8001B2c9Ec90352A46093130e284de5889C86",
3182
4276
  "abi": [
@@ -12262,6 +13356,100 @@
12262
13356
  "type": "receive"
12263
13357
  }
12264
13358
  ]
13359
+ },
13360
+ "sUSDe_ERC4626Oracle": {
13361
+ "address": "0x67841858BCCA8dF50B962d6A314722a6AEC0970e",
13362
+ "abi": [
13363
+ {
13364
+ "inputs": [
13365
+ {
13366
+ "internalType": "address",
13367
+ "name": "correlatedToken",
13368
+ "type": "address"
13369
+ },
13370
+ {
13371
+ "internalType": "address",
13372
+ "name": "underlyingToken",
13373
+ "type": "address"
13374
+ },
13375
+ {
13376
+ "internalType": "address",
13377
+ "name": "resilientOracle",
13378
+ "type": "address"
13379
+ }
13380
+ ],
13381
+ "stateMutability": "nonpayable",
13382
+ "type": "constructor"
13383
+ },
13384
+ {
13385
+ "inputs": [],
13386
+ "name": "InvalidTokenAddress",
13387
+ "type": "error"
13388
+ },
13389
+ {
13390
+ "inputs": [],
13391
+ "name": "ZeroAddressNotAllowed",
13392
+ "type": "error"
13393
+ },
13394
+ {
13395
+ "inputs": [],
13396
+ "name": "CORRELATED_TOKEN",
13397
+ "outputs": [
13398
+ {
13399
+ "internalType": "address",
13400
+ "name": "",
13401
+ "type": "address"
13402
+ }
13403
+ ],
13404
+ "stateMutability": "view",
13405
+ "type": "function"
13406
+ },
13407
+ {
13408
+ "inputs": [],
13409
+ "name": "RESILIENT_ORACLE",
13410
+ "outputs": [
13411
+ {
13412
+ "internalType": "contract OracleInterface",
13413
+ "name": "",
13414
+ "type": "address"
13415
+ }
13416
+ ],
13417
+ "stateMutability": "view",
13418
+ "type": "function"
13419
+ },
13420
+ {
13421
+ "inputs": [],
13422
+ "name": "UNDERLYING_TOKEN",
13423
+ "outputs": [
13424
+ {
13425
+ "internalType": "address",
13426
+ "name": "",
13427
+ "type": "address"
13428
+ }
13429
+ ],
13430
+ "stateMutability": "view",
13431
+ "type": "function"
13432
+ },
13433
+ {
13434
+ "inputs": [
13435
+ {
13436
+ "internalType": "address",
13437
+ "name": "asset",
13438
+ "type": "address"
13439
+ }
13440
+ ],
13441
+ "name": "getPrice",
13442
+ "outputs": [
13443
+ {
13444
+ "internalType": "uint256",
13445
+ "name": "",
13446
+ "type": "uint256"
13447
+ }
13448
+ ],
13449
+ "stateMutability": "view",
13450
+ "type": "function"
13451
+ }
13452
+ ]
12265
13453
  }
12266
13454
  }
12267
13455
  }