@venusprotocol/venus-protocol 10.0.0 → 10.1.0-dev.1

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.
@@ -52551,6 +52551,598 @@
52551
52551
  }
52552
52552
  ]
52553
52553
  },
52554
+ "TwoKinks_base0bps_slope812bps_kink8000bps_slope22000bps_base20bps_kink29000bps_jump30000bps_bpy42048000": {
52555
+ "address": "0xF48508A44da9C7D210a668eCe4d31Bc98702602b",
52556
+ "abi": [
52557
+ {
52558
+ "inputs": [
52559
+ {
52560
+ "internalType": "int256",
52561
+ "name": "baseRatePerYear_",
52562
+ "type": "int256"
52563
+ },
52564
+ {
52565
+ "internalType": "int256",
52566
+ "name": "multiplierPerYear_",
52567
+ "type": "int256"
52568
+ },
52569
+ {
52570
+ "internalType": "int256",
52571
+ "name": "kink1_",
52572
+ "type": "int256"
52573
+ },
52574
+ {
52575
+ "internalType": "int256",
52576
+ "name": "multiplier2PerYear_",
52577
+ "type": "int256"
52578
+ },
52579
+ {
52580
+ "internalType": "int256",
52581
+ "name": "baseRate2PerYear_",
52582
+ "type": "int256"
52583
+ },
52584
+ {
52585
+ "internalType": "int256",
52586
+ "name": "kink2_",
52587
+ "type": "int256"
52588
+ },
52589
+ {
52590
+ "internalType": "int256",
52591
+ "name": "jumpMultiplierPerYear_",
52592
+ "type": "int256"
52593
+ },
52594
+ {
52595
+ "internalType": "int256",
52596
+ "name": "blocksPerYear_",
52597
+ "type": "int256"
52598
+ }
52599
+ ],
52600
+ "stateMutability": "nonpayable",
52601
+ "type": "constructor"
52602
+ },
52603
+ {
52604
+ "inputs": [],
52605
+ "name": "InvalidKink",
52606
+ "type": "error"
52607
+ },
52608
+ {
52609
+ "inputs": [],
52610
+ "name": "NegativeValueNotAllowed",
52611
+ "type": "error"
52612
+ },
52613
+ {
52614
+ "inputs": [],
52615
+ "name": "BASE_RATE_2_PER_BLOCK",
52616
+ "outputs": [
52617
+ {
52618
+ "internalType": "int256",
52619
+ "name": "",
52620
+ "type": "int256"
52621
+ }
52622
+ ],
52623
+ "stateMutability": "view",
52624
+ "type": "function"
52625
+ },
52626
+ {
52627
+ "inputs": [],
52628
+ "name": "BASE_RATE_PER_BLOCK",
52629
+ "outputs": [
52630
+ {
52631
+ "internalType": "int256",
52632
+ "name": "",
52633
+ "type": "int256"
52634
+ }
52635
+ ],
52636
+ "stateMutability": "view",
52637
+ "type": "function"
52638
+ },
52639
+ {
52640
+ "inputs": [],
52641
+ "name": "BLOCKS_PER_YEAR",
52642
+ "outputs": [
52643
+ {
52644
+ "internalType": "int256",
52645
+ "name": "",
52646
+ "type": "int256"
52647
+ }
52648
+ ],
52649
+ "stateMutability": "view",
52650
+ "type": "function"
52651
+ },
52652
+ {
52653
+ "inputs": [],
52654
+ "name": "JUMP_MULTIPLIER_PER_BLOCK",
52655
+ "outputs": [
52656
+ {
52657
+ "internalType": "int256",
52658
+ "name": "",
52659
+ "type": "int256"
52660
+ }
52661
+ ],
52662
+ "stateMutability": "view",
52663
+ "type": "function"
52664
+ },
52665
+ {
52666
+ "inputs": [],
52667
+ "name": "KINK_1",
52668
+ "outputs": [
52669
+ {
52670
+ "internalType": "int256",
52671
+ "name": "",
52672
+ "type": "int256"
52673
+ }
52674
+ ],
52675
+ "stateMutability": "view",
52676
+ "type": "function"
52677
+ },
52678
+ {
52679
+ "inputs": [],
52680
+ "name": "KINK_2",
52681
+ "outputs": [
52682
+ {
52683
+ "internalType": "int256",
52684
+ "name": "",
52685
+ "type": "int256"
52686
+ }
52687
+ ],
52688
+ "stateMutability": "view",
52689
+ "type": "function"
52690
+ },
52691
+ {
52692
+ "inputs": [],
52693
+ "name": "MULTIPLIER_2_PER_BLOCK",
52694
+ "outputs": [
52695
+ {
52696
+ "internalType": "int256",
52697
+ "name": "",
52698
+ "type": "int256"
52699
+ }
52700
+ ],
52701
+ "stateMutability": "view",
52702
+ "type": "function"
52703
+ },
52704
+ {
52705
+ "inputs": [],
52706
+ "name": "MULTIPLIER_PER_BLOCK",
52707
+ "outputs": [
52708
+ {
52709
+ "internalType": "int256",
52710
+ "name": "",
52711
+ "type": "int256"
52712
+ }
52713
+ ],
52714
+ "stateMutability": "view",
52715
+ "type": "function"
52716
+ },
52717
+ {
52718
+ "inputs": [],
52719
+ "name": "RATE_1",
52720
+ "outputs": [
52721
+ {
52722
+ "internalType": "int256",
52723
+ "name": "",
52724
+ "type": "int256"
52725
+ }
52726
+ ],
52727
+ "stateMutability": "view",
52728
+ "type": "function"
52729
+ },
52730
+ {
52731
+ "inputs": [],
52732
+ "name": "RATE_2",
52733
+ "outputs": [
52734
+ {
52735
+ "internalType": "int256",
52736
+ "name": "",
52737
+ "type": "int256"
52738
+ }
52739
+ ],
52740
+ "stateMutability": "view",
52741
+ "type": "function"
52742
+ },
52743
+ {
52744
+ "inputs": [
52745
+ {
52746
+ "internalType": "uint256",
52747
+ "name": "cash",
52748
+ "type": "uint256"
52749
+ },
52750
+ {
52751
+ "internalType": "uint256",
52752
+ "name": "borrows",
52753
+ "type": "uint256"
52754
+ },
52755
+ {
52756
+ "internalType": "uint256",
52757
+ "name": "reserves",
52758
+ "type": "uint256"
52759
+ }
52760
+ ],
52761
+ "name": "getBorrowRate",
52762
+ "outputs": [
52763
+ {
52764
+ "internalType": "uint256",
52765
+ "name": "",
52766
+ "type": "uint256"
52767
+ }
52768
+ ],
52769
+ "stateMutability": "view",
52770
+ "type": "function"
52771
+ },
52772
+ {
52773
+ "inputs": [
52774
+ {
52775
+ "internalType": "uint256",
52776
+ "name": "cash",
52777
+ "type": "uint256"
52778
+ },
52779
+ {
52780
+ "internalType": "uint256",
52781
+ "name": "borrows",
52782
+ "type": "uint256"
52783
+ },
52784
+ {
52785
+ "internalType": "uint256",
52786
+ "name": "reserves",
52787
+ "type": "uint256"
52788
+ },
52789
+ {
52790
+ "internalType": "uint256",
52791
+ "name": "reserveFactorMantissa",
52792
+ "type": "uint256"
52793
+ }
52794
+ ],
52795
+ "name": "getSupplyRate",
52796
+ "outputs": [
52797
+ {
52798
+ "internalType": "uint256",
52799
+ "name": "",
52800
+ "type": "uint256"
52801
+ }
52802
+ ],
52803
+ "stateMutability": "view",
52804
+ "type": "function"
52805
+ },
52806
+ {
52807
+ "inputs": [],
52808
+ "name": "isInterestRateModel",
52809
+ "outputs": [
52810
+ {
52811
+ "internalType": "bool",
52812
+ "name": "",
52813
+ "type": "bool"
52814
+ }
52815
+ ],
52816
+ "stateMutability": "view",
52817
+ "type": "function"
52818
+ },
52819
+ {
52820
+ "inputs": [
52821
+ {
52822
+ "internalType": "uint256",
52823
+ "name": "cash",
52824
+ "type": "uint256"
52825
+ },
52826
+ {
52827
+ "internalType": "uint256",
52828
+ "name": "borrows",
52829
+ "type": "uint256"
52830
+ },
52831
+ {
52832
+ "internalType": "uint256",
52833
+ "name": "reserves",
52834
+ "type": "uint256"
52835
+ }
52836
+ ],
52837
+ "name": "utilizationRate",
52838
+ "outputs": [
52839
+ {
52840
+ "internalType": "uint256",
52841
+ "name": "",
52842
+ "type": "uint256"
52843
+ }
52844
+ ],
52845
+ "stateMutability": "pure",
52846
+ "type": "function"
52847
+ }
52848
+ ]
52849
+ },
52850
+ "TwoKinks_base0bps_slope875bps_kink8000bps_slope22000bps_base20bps_kink29000bps_jump30000bps_bpy42048000": {
52851
+ "address": "0x1a7c9091973CABc491e361A9eaEFD047b48a3647",
52852
+ "abi": [
52853
+ {
52854
+ "inputs": [
52855
+ {
52856
+ "internalType": "int256",
52857
+ "name": "baseRatePerYear_",
52858
+ "type": "int256"
52859
+ },
52860
+ {
52861
+ "internalType": "int256",
52862
+ "name": "multiplierPerYear_",
52863
+ "type": "int256"
52864
+ },
52865
+ {
52866
+ "internalType": "int256",
52867
+ "name": "kink1_",
52868
+ "type": "int256"
52869
+ },
52870
+ {
52871
+ "internalType": "int256",
52872
+ "name": "multiplier2PerYear_",
52873
+ "type": "int256"
52874
+ },
52875
+ {
52876
+ "internalType": "int256",
52877
+ "name": "baseRate2PerYear_",
52878
+ "type": "int256"
52879
+ },
52880
+ {
52881
+ "internalType": "int256",
52882
+ "name": "kink2_",
52883
+ "type": "int256"
52884
+ },
52885
+ {
52886
+ "internalType": "int256",
52887
+ "name": "jumpMultiplierPerYear_",
52888
+ "type": "int256"
52889
+ },
52890
+ {
52891
+ "internalType": "int256",
52892
+ "name": "blocksPerYear_",
52893
+ "type": "int256"
52894
+ }
52895
+ ],
52896
+ "stateMutability": "nonpayable",
52897
+ "type": "constructor"
52898
+ },
52899
+ {
52900
+ "inputs": [],
52901
+ "name": "InvalidKink",
52902
+ "type": "error"
52903
+ },
52904
+ {
52905
+ "inputs": [],
52906
+ "name": "NegativeValueNotAllowed",
52907
+ "type": "error"
52908
+ },
52909
+ {
52910
+ "inputs": [],
52911
+ "name": "BASE_RATE_2_PER_BLOCK",
52912
+ "outputs": [
52913
+ {
52914
+ "internalType": "int256",
52915
+ "name": "",
52916
+ "type": "int256"
52917
+ }
52918
+ ],
52919
+ "stateMutability": "view",
52920
+ "type": "function"
52921
+ },
52922
+ {
52923
+ "inputs": [],
52924
+ "name": "BASE_RATE_PER_BLOCK",
52925
+ "outputs": [
52926
+ {
52927
+ "internalType": "int256",
52928
+ "name": "",
52929
+ "type": "int256"
52930
+ }
52931
+ ],
52932
+ "stateMutability": "view",
52933
+ "type": "function"
52934
+ },
52935
+ {
52936
+ "inputs": [],
52937
+ "name": "BLOCKS_PER_YEAR",
52938
+ "outputs": [
52939
+ {
52940
+ "internalType": "int256",
52941
+ "name": "",
52942
+ "type": "int256"
52943
+ }
52944
+ ],
52945
+ "stateMutability": "view",
52946
+ "type": "function"
52947
+ },
52948
+ {
52949
+ "inputs": [],
52950
+ "name": "JUMP_MULTIPLIER_PER_BLOCK",
52951
+ "outputs": [
52952
+ {
52953
+ "internalType": "int256",
52954
+ "name": "",
52955
+ "type": "int256"
52956
+ }
52957
+ ],
52958
+ "stateMutability": "view",
52959
+ "type": "function"
52960
+ },
52961
+ {
52962
+ "inputs": [],
52963
+ "name": "KINK_1",
52964
+ "outputs": [
52965
+ {
52966
+ "internalType": "int256",
52967
+ "name": "",
52968
+ "type": "int256"
52969
+ }
52970
+ ],
52971
+ "stateMutability": "view",
52972
+ "type": "function"
52973
+ },
52974
+ {
52975
+ "inputs": [],
52976
+ "name": "KINK_2",
52977
+ "outputs": [
52978
+ {
52979
+ "internalType": "int256",
52980
+ "name": "",
52981
+ "type": "int256"
52982
+ }
52983
+ ],
52984
+ "stateMutability": "view",
52985
+ "type": "function"
52986
+ },
52987
+ {
52988
+ "inputs": [],
52989
+ "name": "MULTIPLIER_2_PER_BLOCK",
52990
+ "outputs": [
52991
+ {
52992
+ "internalType": "int256",
52993
+ "name": "",
52994
+ "type": "int256"
52995
+ }
52996
+ ],
52997
+ "stateMutability": "view",
52998
+ "type": "function"
52999
+ },
53000
+ {
53001
+ "inputs": [],
53002
+ "name": "MULTIPLIER_PER_BLOCK",
53003
+ "outputs": [
53004
+ {
53005
+ "internalType": "int256",
53006
+ "name": "",
53007
+ "type": "int256"
53008
+ }
53009
+ ],
53010
+ "stateMutability": "view",
53011
+ "type": "function"
53012
+ },
53013
+ {
53014
+ "inputs": [],
53015
+ "name": "RATE_1",
53016
+ "outputs": [
53017
+ {
53018
+ "internalType": "int256",
53019
+ "name": "",
53020
+ "type": "int256"
53021
+ }
53022
+ ],
53023
+ "stateMutability": "view",
53024
+ "type": "function"
53025
+ },
53026
+ {
53027
+ "inputs": [],
53028
+ "name": "RATE_2",
53029
+ "outputs": [
53030
+ {
53031
+ "internalType": "int256",
53032
+ "name": "",
53033
+ "type": "int256"
53034
+ }
53035
+ ],
53036
+ "stateMutability": "view",
53037
+ "type": "function"
53038
+ },
53039
+ {
53040
+ "inputs": [
53041
+ {
53042
+ "internalType": "uint256",
53043
+ "name": "cash",
53044
+ "type": "uint256"
53045
+ },
53046
+ {
53047
+ "internalType": "uint256",
53048
+ "name": "borrows",
53049
+ "type": "uint256"
53050
+ },
53051
+ {
53052
+ "internalType": "uint256",
53053
+ "name": "reserves",
53054
+ "type": "uint256"
53055
+ }
53056
+ ],
53057
+ "name": "getBorrowRate",
53058
+ "outputs": [
53059
+ {
53060
+ "internalType": "uint256",
53061
+ "name": "",
53062
+ "type": "uint256"
53063
+ }
53064
+ ],
53065
+ "stateMutability": "view",
53066
+ "type": "function"
53067
+ },
53068
+ {
53069
+ "inputs": [
53070
+ {
53071
+ "internalType": "uint256",
53072
+ "name": "cash",
53073
+ "type": "uint256"
53074
+ },
53075
+ {
53076
+ "internalType": "uint256",
53077
+ "name": "borrows",
53078
+ "type": "uint256"
53079
+ },
53080
+ {
53081
+ "internalType": "uint256",
53082
+ "name": "reserves",
53083
+ "type": "uint256"
53084
+ },
53085
+ {
53086
+ "internalType": "uint256",
53087
+ "name": "reserveFactorMantissa",
53088
+ "type": "uint256"
53089
+ }
53090
+ ],
53091
+ "name": "getSupplyRate",
53092
+ "outputs": [
53093
+ {
53094
+ "internalType": "uint256",
53095
+ "name": "",
53096
+ "type": "uint256"
53097
+ }
53098
+ ],
53099
+ "stateMutability": "view",
53100
+ "type": "function"
53101
+ },
53102
+ {
53103
+ "inputs": [],
53104
+ "name": "isInterestRateModel",
53105
+ "outputs": [
53106
+ {
53107
+ "internalType": "bool",
53108
+ "name": "",
53109
+ "type": "bool"
53110
+ }
53111
+ ],
53112
+ "stateMutability": "view",
53113
+ "type": "function"
53114
+ },
53115
+ {
53116
+ "inputs": [
53117
+ {
53118
+ "internalType": "uint256",
53119
+ "name": "cash",
53120
+ "type": "uint256"
53121
+ },
53122
+ {
53123
+ "internalType": "uint256",
53124
+ "name": "borrows",
53125
+ "type": "uint256"
53126
+ },
53127
+ {
53128
+ "internalType": "uint256",
53129
+ "name": "reserves",
53130
+ "type": "uint256"
53131
+ }
53132
+ ],
53133
+ "name": "utilizationRate",
53134
+ "outputs": [
53135
+ {
53136
+ "internalType": "uint256",
53137
+ "name": "",
53138
+ "type": "uint256"
53139
+ }
53140
+ ],
53141
+ "stateMutability": "pure",
53142
+ "type": "function"
53143
+ }
53144
+ ]
53145
+ },
52554
53146
  "USDC": {
52555
53147
  "address": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
52556
53148
  "abi": [
@@ -154,6 +154,8 @@
154
154
  "TwoKinks_base0bps_slope450bps_kink6500bps_slope214000bps_base20bps_kink28000bps_jump30000bps_bpy21024000": "0x939c9458Bee63Bc21031be3d56dDD30Af7f2230A",
155
155
  "TwoKinks_base0bps_slope450bps_kink7000bps_slope214000bps_base20bps_kink28000bps_jump30000bps_bpy21024000": "0x66C928605F123d91462dCB3859811eC8403977a9",
156
156
  "TwoKinks_base0bps_slope450bps_kink7000bps_slope214000bps_base20bps_kink28000bps_jump30000bps_bpy42048000": "0xE82B36f4CE8A9B769036B74354588D427a724763",
157
+ "TwoKinks_base0bps_slope812bps_kink8000bps_slope22000bps_base20bps_kink29000bps_jump30000bps_bpy42048000": "0xF48508A44da9C7D210a668eCe4d31Bc98702602b",
158
+ "TwoKinks_base0bps_slope875bps_kink8000bps_slope22000bps_base20bps_kink29000bps_jump30000bps_bpy42048000": "0x1a7c9091973CABc491e361A9eaEFD047b48a3647",
157
159
  "USDC": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
158
160
  "USDT": "0x55d398326f99059fF775485246999027B3197955",
159
161
  "UST": "0x3d4350cD54aeF9f9b2C29435e0fa809957B3F30a",