@venusprotocol/isolated-pools 3.1.0-dev.1 → 3.1.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.
@@ -2847,6 +2847,325 @@
2847
2847
  }
2848
2848
  ]
2849
2849
  },
2850
+ "JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink8000bps": {
2851
+ "address": "0x5C690C694eca13Ac540DD5777a9605503f654033",
2852
+ "abi": [
2853
+ {
2854
+ "inputs": [
2855
+ {
2856
+ "internalType": "uint256",
2857
+ "name": "blocksPerYear_",
2858
+ "type": "uint256"
2859
+ },
2860
+ {
2861
+ "internalType": "uint256",
2862
+ "name": "baseRatePerYear",
2863
+ "type": "uint256"
2864
+ },
2865
+ {
2866
+ "internalType": "uint256",
2867
+ "name": "multiplierPerYear",
2868
+ "type": "uint256"
2869
+ },
2870
+ {
2871
+ "internalType": "uint256",
2872
+ "name": "jumpMultiplierPerYear",
2873
+ "type": "uint256"
2874
+ },
2875
+ {
2876
+ "internalType": "uint256",
2877
+ "name": "kink_",
2878
+ "type": "uint256"
2879
+ },
2880
+ {
2881
+ "internalType": "contract IAccessControlManagerV8",
2882
+ "name": "accessControlManager_",
2883
+ "type": "address"
2884
+ }
2885
+ ],
2886
+ "stateMutability": "nonpayable",
2887
+ "type": "constructor"
2888
+ },
2889
+ {
2890
+ "inputs": [
2891
+ {
2892
+ "internalType": "address",
2893
+ "name": "sender",
2894
+ "type": "address"
2895
+ },
2896
+ {
2897
+ "internalType": "address",
2898
+ "name": "calledContract",
2899
+ "type": "address"
2900
+ },
2901
+ {
2902
+ "internalType": "string",
2903
+ "name": "methodSignature",
2904
+ "type": "string"
2905
+ }
2906
+ ],
2907
+ "name": "Unauthorized",
2908
+ "type": "error"
2909
+ },
2910
+ {
2911
+ "anonymous": false,
2912
+ "inputs": [
2913
+ {
2914
+ "indexed": false,
2915
+ "internalType": "uint256",
2916
+ "name": "baseRatePerBlock",
2917
+ "type": "uint256"
2918
+ },
2919
+ {
2920
+ "indexed": false,
2921
+ "internalType": "uint256",
2922
+ "name": "multiplierPerBlock",
2923
+ "type": "uint256"
2924
+ },
2925
+ {
2926
+ "indexed": false,
2927
+ "internalType": "uint256",
2928
+ "name": "jumpMultiplierPerBlock",
2929
+ "type": "uint256"
2930
+ },
2931
+ {
2932
+ "indexed": false,
2933
+ "internalType": "uint256",
2934
+ "name": "kink",
2935
+ "type": "uint256"
2936
+ }
2937
+ ],
2938
+ "name": "NewInterestParams",
2939
+ "type": "event"
2940
+ },
2941
+ {
2942
+ "inputs": [],
2943
+ "name": "accessControlManager",
2944
+ "outputs": [
2945
+ {
2946
+ "internalType": "contract IAccessControlManagerV8",
2947
+ "name": "",
2948
+ "type": "address"
2949
+ }
2950
+ ],
2951
+ "stateMutability": "view",
2952
+ "type": "function"
2953
+ },
2954
+ {
2955
+ "inputs": [],
2956
+ "name": "baseRatePerBlock",
2957
+ "outputs": [
2958
+ {
2959
+ "internalType": "uint256",
2960
+ "name": "",
2961
+ "type": "uint256"
2962
+ }
2963
+ ],
2964
+ "stateMutability": "view",
2965
+ "type": "function"
2966
+ },
2967
+ {
2968
+ "inputs": [],
2969
+ "name": "blocksPerYear",
2970
+ "outputs": [
2971
+ {
2972
+ "internalType": "uint256",
2973
+ "name": "",
2974
+ "type": "uint256"
2975
+ }
2976
+ ],
2977
+ "stateMutability": "view",
2978
+ "type": "function"
2979
+ },
2980
+ {
2981
+ "inputs": [
2982
+ {
2983
+ "internalType": "uint256",
2984
+ "name": "cash",
2985
+ "type": "uint256"
2986
+ },
2987
+ {
2988
+ "internalType": "uint256",
2989
+ "name": "borrows",
2990
+ "type": "uint256"
2991
+ },
2992
+ {
2993
+ "internalType": "uint256",
2994
+ "name": "reserves",
2995
+ "type": "uint256"
2996
+ },
2997
+ {
2998
+ "internalType": "uint256",
2999
+ "name": "badDebt",
3000
+ "type": "uint256"
3001
+ }
3002
+ ],
3003
+ "name": "getBorrowRate",
3004
+ "outputs": [
3005
+ {
3006
+ "internalType": "uint256",
3007
+ "name": "",
3008
+ "type": "uint256"
3009
+ }
3010
+ ],
3011
+ "stateMutability": "view",
3012
+ "type": "function"
3013
+ },
3014
+ {
3015
+ "inputs": [
3016
+ {
3017
+ "internalType": "uint256",
3018
+ "name": "cash",
3019
+ "type": "uint256"
3020
+ },
3021
+ {
3022
+ "internalType": "uint256",
3023
+ "name": "borrows",
3024
+ "type": "uint256"
3025
+ },
3026
+ {
3027
+ "internalType": "uint256",
3028
+ "name": "reserves",
3029
+ "type": "uint256"
3030
+ },
3031
+ {
3032
+ "internalType": "uint256",
3033
+ "name": "reserveFactorMantissa",
3034
+ "type": "uint256"
3035
+ },
3036
+ {
3037
+ "internalType": "uint256",
3038
+ "name": "badDebt",
3039
+ "type": "uint256"
3040
+ }
3041
+ ],
3042
+ "name": "getSupplyRate",
3043
+ "outputs": [
3044
+ {
3045
+ "internalType": "uint256",
3046
+ "name": "",
3047
+ "type": "uint256"
3048
+ }
3049
+ ],
3050
+ "stateMutability": "view",
3051
+ "type": "function"
3052
+ },
3053
+ {
3054
+ "inputs": [],
3055
+ "name": "isInterestRateModel",
3056
+ "outputs": [
3057
+ {
3058
+ "internalType": "bool",
3059
+ "name": "",
3060
+ "type": "bool"
3061
+ }
3062
+ ],
3063
+ "stateMutability": "pure",
3064
+ "type": "function"
3065
+ },
3066
+ {
3067
+ "inputs": [],
3068
+ "name": "jumpMultiplierPerBlock",
3069
+ "outputs": [
3070
+ {
3071
+ "internalType": "uint256",
3072
+ "name": "",
3073
+ "type": "uint256"
3074
+ }
3075
+ ],
3076
+ "stateMutability": "view",
3077
+ "type": "function"
3078
+ },
3079
+ {
3080
+ "inputs": [],
3081
+ "name": "kink",
3082
+ "outputs": [
3083
+ {
3084
+ "internalType": "uint256",
3085
+ "name": "",
3086
+ "type": "uint256"
3087
+ }
3088
+ ],
3089
+ "stateMutability": "view",
3090
+ "type": "function"
3091
+ },
3092
+ {
3093
+ "inputs": [],
3094
+ "name": "multiplierPerBlock",
3095
+ "outputs": [
3096
+ {
3097
+ "internalType": "uint256",
3098
+ "name": "",
3099
+ "type": "uint256"
3100
+ }
3101
+ ],
3102
+ "stateMutability": "view",
3103
+ "type": "function"
3104
+ },
3105
+ {
3106
+ "inputs": [
3107
+ {
3108
+ "internalType": "uint256",
3109
+ "name": "baseRatePerYear",
3110
+ "type": "uint256"
3111
+ },
3112
+ {
3113
+ "internalType": "uint256",
3114
+ "name": "multiplierPerYear",
3115
+ "type": "uint256"
3116
+ },
3117
+ {
3118
+ "internalType": "uint256",
3119
+ "name": "jumpMultiplierPerYear",
3120
+ "type": "uint256"
3121
+ },
3122
+ {
3123
+ "internalType": "uint256",
3124
+ "name": "kink_",
3125
+ "type": "uint256"
3126
+ }
3127
+ ],
3128
+ "name": "updateJumpRateModel",
3129
+ "outputs": [],
3130
+ "stateMutability": "nonpayable",
3131
+ "type": "function"
3132
+ },
3133
+ {
3134
+ "inputs": [
3135
+ {
3136
+ "internalType": "uint256",
3137
+ "name": "cash",
3138
+ "type": "uint256"
3139
+ },
3140
+ {
3141
+ "internalType": "uint256",
3142
+ "name": "borrows",
3143
+ "type": "uint256"
3144
+ },
3145
+ {
3146
+ "internalType": "uint256",
3147
+ "name": "reserves",
3148
+ "type": "uint256"
3149
+ },
3150
+ {
3151
+ "internalType": "uint256",
3152
+ "name": "badDebt",
3153
+ "type": "uint256"
3154
+ }
3155
+ ],
3156
+ "name": "utilizationRate",
3157
+ "outputs": [
3158
+ {
3159
+ "internalType": "uint256",
3160
+ "name": "",
3161
+ "type": "uint256"
3162
+ }
3163
+ ],
3164
+ "stateMutability": "pure",
3165
+ "type": "function"
3166
+ }
3167
+ ]
3168
+ },
2850
3169
  "JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": {
2851
3170
  "address": "0x01E002C218D70dD374566cc40D9fCA1429AB7E65",
2852
3171
  "abi": [
@@ -22019,6 +22338,80 @@
22019
22338
  }
22020
22339
  ]
22021
22340
  },
22341
+ "VToken_vDAI_Core": {
22342
+ "address": "0xd8AdD9B41D4E1cd64Edad8722AB0bA8D35536657",
22343
+ "abi": [
22344
+ {
22345
+ "inputs": [
22346
+ {
22347
+ "internalType": "address",
22348
+ "name": "beacon",
22349
+ "type": "address"
22350
+ },
22351
+ {
22352
+ "internalType": "bytes",
22353
+ "name": "data",
22354
+ "type": "bytes"
22355
+ }
22356
+ ],
22357
+ "stateMutability": "payable",
22358
+ "type": "constructor"
22359
+ },
22360
+ {
22361
+ "anonymous": false,
22362
+ "inputs": [
22363
+ {
22364
+ "indexed": false,
22365
+ "internalType": "address",
22366
+ "name": "previousAdmin",
22367
+ "type": "address"
22368
+ },
22369
+ {
22370
+ "indexed": false,
22371
+ "internalType": "address",
22372
+ "name": "newAdmin",
22373
+ "type": "address"
22374
+ }
22375
+ ],
22376
+ "name": "AdminChanged",
22377
+ "type": "event"
22378
+ },
22379
+ {
22380
+ "anonymous": false,
22381
+ "inputs": [
22382
+ {
22383
+ "indexed": true,
22384
+ "internalType": "address",
22385
+ "name": "beacon",
22386
+ "type": "address"
22387
+ }
22388
+ ],
22389
+ "name": "BeaconUpgraded",
22390
+ "type": "event"
22391
+ },
22392
+ {
22393
+ "anonymous": false,
22394
+ "inputs": [
22395
+ {
22396
+ "indexed": true,
22397
+ "internalType": "address",
22398
+ "name": "implementation",
22399
+ "type": "address"
22400
+ }
22401
+ ],
22402
+ "name": "Upgraded",
22403
+ "type": "event"
22404
+ },
22405
+ {
22406
+ "stateMutability": "payable",
22407
+ "type": "fallback"
22408
+ },
22409
+ {
22410
+ "stateMutability": "payable",
22411
+ "type": "receive"
22412
+ }
22413
+ ]
22414
+ },
22022
22415
  "VToken_vUSDC_Core": {
22023
22416
  "address": "0x17C07e0c232f2f80DfDbd7a95b942D893A4C5ACb",
22024
22417
  "abi": [
@@ -9,6 +9,7 @@
9
9
  "Comptroller_Liquid Staked ETH": "0xF522cd0360EF8c2FF48B648d53EA1717Ec0F3Ac3",
10
10
  "DefaultProxyAdmin": "0x567e4cc5e085d09f66f836fa8279f38b4e5866b9",
11
11
  "JumpRateModelV2_base0bps_slope1250bps_jump25000bps_kink8000bps": "0x508a84311d19fb77E603C1d234d560b2374d0791",
12
+ "JumpRateModelV2_base0bps_slope1500bps_jump25000bps_kink8000bps": "0x5C690C694eca13Ac540DD5777a9605503f654033",
12
13
  "JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps": "0x01E002C218D70dD374566cc40D9fCA1429AB7E65",
13
14
  "JumpRateModelV2_base0bps_slope450bps_jump8000bps_kink8000bps": "0xFCaBF5b76968e010b8BC310486bE418b9d16fEb2",
14
15
  "JumpRateModelV2_base0bps_slope500bps_jump8000bps_kink7500bps": "0x07a912CD58CbB5736d015608F424c43B2CAd0B5e",
@@ -44,6 +45,7 @@
44
45
  "VTokenBeacon": "0xfc08aADC7a1A93857f6296C3fb78aBA1d286533a",
45
46
  "VTokenImpl": "0xE5A008B6A0bAB405343B3ABe8895966EAaFb5790",
46
47
  "VToken_vCRV_Curve": "0x30aD10Bd5Be62CAb37863C2BfcC6E8fb4fD85BDa",
48
+ "VToken_vDAI_Core": "0xd8AdD9B41D4E1cd64Edad8722AB0bA8D35536657",
47
49
  "VToken_vUSDC_Core": "0x17C07e0c232f2f80DfDbd7a95b942D893A4C5ACb",
48
50
  "VToken_vUSDT_Core": "0x8C3e3821259B82fFb32B2450A95d2dcbf161C24E",
49
51
  "VToken_vWBTC_Core": "0x8716554364f20BCA783cb2BAA744d39361fd1D8d",