@venusprotocol/isolated-pools 3.5.0-dev.11 → 3.5.0-dev.12
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.
- package/deployments/arbitrumone/Comptroller_Liquid Staked ETH.json +187 -0
- package/deployments/arbitrumone/JumpRateModelV2_base0bps_slope350bps_jump8000bps_kink8000bps.json +608 -0
- package/deployments/arbitrumone/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +608 -0
- package/deployments/arbitrumone/NativeTokenGateway_vWETH_LiquidStakedETH.json +599 -0
- package/deployments/arbitrumone/RewardsDistributor_Liquid Staked ETH_0.json +1420 -0
- package/deployments/arbitrumone/RewardsDistributor_Liquid Staked ETH_0_Proxy.json +272 -0
- package/deployments/arbitrumone/VToken_vWETH_LiquidStakedETH.json +257 -0
- package/deployments/arbitrumone/VToken_vweETH_LiquidStakedETH.json +257 -0
- package/deployments/arbitrumone/VToken_vwstETH_LiquidStakedETH.json +257 -0
- package/deployments/arbitrumone/solcInputs/3688ad0b9c5aa96bd2e711a0711cac24.json +451 -0
- package/deployments/arbitrumone/solcInputs/f19e9b26ca460fe9447e7bfb55670b9d.json +406 -0
- package/deployments/arbitrumone.json +4662 -1857
- package/deployments/arbitrumone_addresses.json +10 -1
- package/deployments/arbitrumsepolia/NativeTokenGateway_vWETH_LiquidStakedETH.json +599 -0
- package/deployments/arbitrumsepolia/solcInputs/3688ad0b9c5aa96bd2e711a0711cac24.json +451 -0
- package/deployments/arbitrumsepolia.json +379 -0
- package/deployments/arbitrumsepolia_addresses.json +1 -0
- package/dist/deploy/018-native-token-gateway.js +8 -0
- package/dist/deployments/arbitrumone.json +4662 -1857
- package/dist/deployments/arbitrumsepolia.json +379 -0
- package/dist/helpers/deploymentConfig.js +92 -0
- package/package.json +1 -1
|
@@ -5859,6 +5859,385 @@
|
|
|
5859
5859
|
}
|
|
5860
5860
|
]
|
|
5861
5861
|
},
|
|
5862
|
+
"NativeTokenGateway_vWETH_LiquidStakedETH": {
|
|
5863
|
+
"address": "0x63cEE24b12648E36d708163587aC17a777096a47",
|
|
5864
|
+
"abi": [
|
|
5865
|
+
{
|
|
5866
|
+
"inputs": [
|
|
5867
|
+
{
|
|
5868
|
+
"internalType": "contract IVToken",
|
|
5869
|
+
"name": "vWrappedNativeToken",
|
|
5870
|
+
"type": "address"
|
|
5871
|
+
}
|
|
5872
|
+
],
|
|
5873
|
+
"stateMutability": "nonpayable",
|
|
5874
|
+
"type": "constructor"
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
"inputs": [],
|
|
5878
|
+
"name": "NativeTokenTransferFailed",
|
|
5879
|
+
"type": "error"
|
|
5880
|
+
},
|
|
5881
|
+
{
|
|
5882
|
+
"inputs": [],
|
|
5883
|
+
"name": "ZeroAddressNotAllowed",
|
|
5884
|
+
"type": "error"
|
|
5885
|
+
},
|
|
5886
|
+
{
|
|
5887
|
+
"inputs": [],
|
|
5888
|
+
"name": "ZeroValueNotAllowed",
|
|
5889
|
+
"type": "error"
|
|
5890
|
+
},
|
|
5891
|
+
{
|
|
5892
|
+
"anonymous": false,
|
|
5893
|
+
"inputs": [
|
|
5894
|
+
{
|
|
5895
|
+
"indexed": true,
|
|
5896
|
+
"internalType": "address",
|
|
5897
|
+
"name": "previousOwner",
|
|
5898
|
+
"type": "address"
|
|
5899
|
+
},
|
|
5900
|
+
{
|
|
5901
|
+
"indexed": true,
|
|
5902
|
+
"internalType": "address",
|
|
5903
|
+
"name": "newOwner",
|
|
5904
|
+
"type": "address"
|
|
5905
|
+
}
|
|
5906
|
+
],
|
|
5907
|
+
"name": "OwnershipTransferStarted",
|
|
5908
|
+
"type": "event"
|
|
5909
|
+
},
|
|
5910
|
+
{
|
|
5911
|
+
"anonymous": false,
|
|
5912
|
+
"inputs": [
|
|
5913
|
+
{
|
|
5914
|
+
"indexed": true,
|
|
5915
|
+
"internalType": "address",
|
|
5916
|
+
"name": "previousOwner",
|
|
5917
|
+
"type": "address"
|
|
5918
|
+
},
|
|
5919
|
+
{
|
|
5920
|
+
"indexed": true,
|
|
5921
|
+
"internalType": "address",
|
|
5922
|
+
"name": "newOwner",
|
|
5923
|
+
"type": "address"
|
|
5924
|
+
}
|
|
5925
|
+
],
|
|
5926
|
+
"name": "OwnershipTransferred",
|
|
5927
|
+
"type": "event"
|
|
5928
|
+
},
|
|
5929
|
+
{
|
|
5930
|
+
"anonymous": false,
|
|
5931
|
+
"inputs": [
|
|
5932
|
+
{
|
|
5933
|
+
"indexed": true,
|
|
5934
|
+
"internalType": "address",
|
|
5935
|
+
"name": "receiver",
|
|
5936
|
+
"type": "address"
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"indexed": false,
|
|
5940
|
+
"internalType": "uint256",
|
|
5941
|
+
"name": "amount",
|
|
5942
|
+
"type": "uint256"
|
|
5943
|
+
}
|
|
5944
|
+
],
|
|
5945
|
+
"name": "SweepNative",
|
|
5946
|
+
"type": "event"
|
|
5947
|
+
},
|
|
5948
|
+
{
|
|
5949
|
+
"anonymous": false,
|
|
5950
|
+
"inputs": [
|
|
5951
|
+
{
|
|
5952
|
+
"indexed": true,
|
|
5953
|
+
"internalType": "address",
|
|
5954
|
+
"name": "token",
|
|
5955
|
+
"type": "address"
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"indexed": true,
|
|
5959
|
+
"internalType": "address",
|
|
5960
|
+
"name": "receiver",
|
|
5961
|
+
"type": "address"
|
|
5962
|
+
},
|
|
5963
|
+
{
|
|
5964
|
+
"indexed": false,
|
|
5965
|
+
"internalType": "uint256",
|
|
5966
|
+
"name": "amount",
|
|
5967
|
+
"type": "uint256"
|
|
5968
|
+
}
|
|
5969
|
+
],
|
|
5970
|
+
"name": "SweepToken",
|
|
5971
|
+
"type": "event"
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"anonymous": false,
|
|
5975
|
+
"inputs": [
|
|
5976
|
+
{
|
|
5977
|
+
"indexed": true,
|
|
5978
|
+
"internalType": "address",
|
|
5979
|
+
"name": "sender",
|
|
5980
|
+
"type": "address"
|
|
5981
|
+
},
|
|
5982
|
+
{
|
|
5983
|
+
"indexed": true,
|
|
5984
|
+
"internalType": "address",
|
|
5985
|
+
"name": "vToken",
|
|
5986
|
+
"type": "address"
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"indexed": false,
|
|
5990
|
+
"internalType": "uint256",
|
|
5991
|
+
"name": "amount",
|
|
5992
|
+
"type": "uint256"
|
|
5993
|
+
}
|
|
5994
|
+
],
|
|
5995
|
+
"name": "TokensBorrowedAndUnwrapped",
|
|
5996
|
+
"type": "event"
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"anonymous": false,
|
|
6000
|
+
"inputs": [
|
|
6001
|
+
{
|
|
6002
|
+
"indexed": true,
|
|
6003
|
+
"internalType": "address",
|
|
6004
|
+
"name": "sender",
|
|
6005
|
+
"type": "address"
|
|
6006
|
+
},
|
|
6007
|
+
{
|
|
6008
|
+
"indexed": true,
|
|
6009
|
+
"internalType": "address",
|
|
6010
|
+
"name": "vToken",
|
|
6011
|
+
"type": "address"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"indexed": false,
|
|
6015
|
+
"internalType": "uint256",
|
|
6016
|
+
"name": "amount",
|
|
6017
|
+
"type": "uint256"
|
|
6018
|
+
}
|
|
6019
|
+
],
|
|
6020
|
+
"name": "TokensRedeemedAndUnwrapped",
|
|
6021
|
+
"type": "event"
|
|
6022
|
+
},
|
|
6023
|
+
{
|
|
6024
|
+
"anonymous": false,
|
|
6025
|
+
"inputs": [
|
|
6026
|
+
{
|
|
6027
|
+
"indexed": true,
|
|
6028
|
+
"internalType": "address",
|
|
6029
|
+
"name": "sender",
|
|
6030
|
+
"type": "address"
|
|
6031
|
+
},
|
|
6032
|
+
{
|
|
6033
|
+
"indexed": true,
|
|
6034
|
+
"internalType": "address",
|
|
6035
|
+
"name": "vToken",
|
|
6036
|
+
"type": "address"
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"indexed": false,
|
|
6040
|
+
"internalType": "uint256",
|
|
6041
|
+
"name": "amount",
|
|
6042
|
+
"type": "uint256"
|
|
6043
|
+
}
|
|
6044
|
+
],
|
|
6045
|
+
"name": "TokensWrappedAndRepaid",
|
|
6046
|
+
"type": "event"
|
|
6047
|
+
},
|
|
6048
|
+
{
|
|
6049
|
+
"anonymous": false,
|
|
6050
|
+
"inputs": [
|
|
6051
|
+
{
|
|
6052
|
+
"indexed": true,
|
|
6053
|
+
"internalType": "address",
|
|
6054
|
+
"name": "sender",
|
|
6055
|
+
"type": "address"
|
|
6056
|
+
},
|
|
6057
|
+
{
|
|
6058
|
+
"indexed": true,
|
|
6059
|
+
"internalType": "address",
|
|
6060
|
+
"name": "vToken",
|
|
6061
|
+
"type": "address"
|
|
6062
|
+
},
|
|
6063
|
+
{
|
|
6064
|
+
"indexed": false,
|
|
6065
|
+
"internalType": "uint256",
|
|
6066
|
+
"name": "amount",
|
|
6067
|
+
"type": "uint256"
|
|
6068
|
+
}
|
|
6069
|
+
],
|
|
6070
|
+
"name": "TokensWrappedAndSupplied",
|
|
6071
|
+
"type": "event"
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"stateMutability": "payable",
|
|
6075
|
+
"type": "fallback"
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"inputs": [],
|
|
6079
|
+
"name": "acceptOwnership",
|
|
6080
|
+
"outputs": [],
|
|
6081
|
+
"stateMutability": "nonpayable",
|
|
6082
|
+
"type": "function"
|
|
6083
|
+
},
|
|
6084
|
+
{
|
|
6085
|
+
"inputs": [
|
|
6086
|
+
{
|
|
6087
|
+
"internalType": "uint256",
|
|
6088
|
+
"name": "borrowAmount",
|
|
6089
|
+
"type": "uint256"
|
|
6090
|
+
}
|
|
6091
|
+
],
|
|
6092
|
+
"name": "borrowAndUnwrap",
|
|
6093
|
+
"outputs": [],
|
|
6094
|
+
"stateMutability": "nonpayable",
|
|
6095
|
+
"type": "function"
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
"inputs": [],
|
|
6099
|
+
"name": "owner",
|
|
6100
|
+
"outputs": [
|
|
6101
|
+
{
|
|
6102
|
+
"internalType": "address",
|
|
6103
|
+
"name": "",
|
|
6104
|
+
"type": "address"
|
|
6105
|
+
}
|
|
6106
|
+
],
|
|
6107
|
+
"stateMutability": "view",
|
|
6108
|
+
"type": "function"
|
|
6109
|
+
},
|
|
6110
|
+
{
|
|
6111
|
+
"inputs": [],
|
|
6112
|
+
"name": "pendingOwner",
|
|
6113
|
+
"outputs": [
|
|
6114
|
+
{
|
|
6115
|
+
"internalType": "address",
|
|
6116
|
+
"name": "",
|
|
6117
|
+
"type": "address"
|
|
6118
|
+
}
|
|
6119
|
+
],
|
|
6120
|
+
"stateMutability": "view",
|
|
6121
|
+
"type": "function"
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"inputs": [
|
|
6125
|
+
{
|
|
6126
|
+
"internalType": "uint256",
|
|
6127
|
+
"name": "redeemTokens",
|
|
6128
|
+
"type": "uint256"
|
|
6129
|
+
}
|
|
6130
|
+
],
|
|
6131
|
+
"name": "redeemAndUnwrap",
|
|
6132
|
+
"outputs": [],
|
|
6133
|
+
"stateMutability": "nonpayable",
|
|
6134
|
+
"type": "function"
|
|
6135
|
+
},
|
|
6136
|
+
{
|
|
6137
|
+
"inputs": [
|
|
6138
|
+
{
|
|
6139
|
+
"internalType": "uint256",
|
|
6140
|
+
"name": "redeemAmount",
|
|
6141
|
+
"type": "uint256"
|
|
6142
|
+
}
|
|
6143
|
+
],
|
|
6144
|
+
"name": "redeemUnderlyingAndUnwrap",
|
|
6145
|
+
"outputs": [],
|
|
6146
|
+
"stateMutability": "nonpayable",
|
|
6147
|
+
"type": "function"
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"inputs": [],
|
|
6151
|
+
"name": "renounceOwnership",
|
|
6152
|
+
"outputs": [],
|
|
6153
|
+
"stateMutability": "nonpayable",
|
|
6154
|
+
"type": "function"
|
|
6155
|
+
},
|
|
6156
|
+
{
|
|
6157
|
+
"inputs": [],
|
|
6158
|
+
"name": "sweepNative",
|
|
6159
|
+
"outputs": [],
|
|
6160
|
+
"stateMutability": "nonpayable",
|
|
6161
|
+
"type": "function"
|
|
6162
|
+
},
|
|
6163
|
+
{
|
|
6164
|
+
"inputs": [
|
|
6165
|
+
{
|
|
6166
|
+
"internalType": "contract IERC20",
|
|
6167
|
+
"name": "token",
|
|
6168
|
+
"type": "address"
|
|
6169
|
+
}
|
|
6170
|
+
],
|
|
6171
|
+
"name": "sweepToken",
|
|
6172
|
+
"outputs": [],
|
|
6173
|
+
"stateMutability": "nonpayable",
|
|
6174
|
+
"type": "function"
|
|
6175
|
+
},
|
|
6176
|
+
{
|
|
6177
|
+
"inputs": [
|
|
6178
|
+
{
|
|
6179
|
+
"internalType": "address",
|
|
6180
|
+
"name": "newOwner",
|
|
6181
|
+
"type": "address"
|
|
6182
|
+
}
|
|
6183
|
+
],
|
|
6184
|
+
"name": "transferOwnership",
|
|
6185
|
+
"outputs": [],
|
|
6186
|
+
"stateMutability": "nonpayable",
|
|
6187
|
+
"type": "function"
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"inputs": [],
|
|
6191
|
+
"name": "vWNativeToken",
|
|
6192
|
+
"outputs": [
|
|
6193
|
+
{
|
|
6194
|
+
"internalType": "contract IVToken",
|
|
6195
|
+
"name": "",
|
|
6196
|
+
"type": "address"
|
|
6197
|
+
}
|
|
6198
|
+
],
|
|
6199
|
+
"stateMutability": "view",
|
|
6200
|
+
"type": "function"
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"inputs": [],
|
|
6204
|
+
"name": "wNativeToken",
|
|
6205
|
+
"outputs": [
|
|
6206
|
+
{
|
|
6207
|
+
"internalType": "contract IWrappedNative",
|
|
6208
|
+
"name": "",
|
|
6209
|
+
"type": "address"
|
|
6210
|
+
}
|
|
6211
|
+
],
|
|
6212
|
+
"stateMutability": "view",
|
|
6213
|
+
"type": "function"
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"inputs": [],
|
|
6217
|
+
"name": "wrapAndRepay",
|
|
6218
|
+
"outputs": [],
|
|
6219
|
+
"stateMutability": "payable",
|
|
6220
|
+
"type": "function"
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"inputs": [
|
|
6224
|
+
{
|
|
6225
|
+
"internalType": "address",
|
|
6226
|
+
"name": "minter",
|
|
6227
|
+
"type": "address"
|
|
6228
|
+
}
|
|
6229
|
+
],
|
|
6230
|
+
"name": "wrapAndSupply",
|
|
6231
|
+
"outputs": [],
|
|
6232
|
+
"stateMutability": "payable",
|
|
6233
|
+
"type": "function"
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"stateMutability": "payable",
|
|
6237
|
+
"type": "receive"
|
|
6238
|
+
}
|
|
6239
|
+
]
|
|
6240
|
+
},
|
|
5862
6241
|
"PoolLens": {
|
|
5863
6242
|
"address": "0xd08422A9A7b19404cC01FB970a247d19CE4EA7fE",
|
|
5864
6243
|
"abi": [
|
|
@@ -4273,6 +4273,20 @@ exports.globalConfig = {
|
|
|
4273
4273
|
decimals: 18,
|
|
4274
4274
|
tokenAddress: "0x912ce59144191c1204e64559fe8253a0e49e6548",
|
|
4275
4275
|
},
|
|
4276
|
+
{
|
|
4277
|
+
isMock: false,
|
|
4278
|
+
name: "Wrapped liquid staked Ether 2.0.",
|
|
4279
|
+
symbol: "wstETH",
|
|
4280
|
+
decimals: 18,
|
|
4281
|
+
tokenAddress: "0x5979D7b546E38E414F7E9822514be443A4800529",
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
isMock: false,
|
|
4285
|
+
name: "Wrapped eETH",
|
|
4286
|
+
symbol: "weETH",
|
|
4287
|
+
decimals: 18,
|
|
4288
|
+
tokenAddress: "0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe",
|
|
4289
|
+
},
|
|
4276
4290
|
],
|
|
4277
4291
|
poolConfig: [
|
|
4278
4292
|
{
|
|
@@ -4393,6 +4407,84 @@ exports.globalConfig = {
|
|
|
4393
4407
|
},
|
|
4394
4408
|
],
|
|
4395
4409
|
},
|
|
4410
|
+
{
|
|
4411
|
+
id: "Liquid Staked ETH",
|
|
4412
|
+
name: "Liquid Staked ETH",
|
|
4413
|
+
closeFactor: (0, utils_1.convertToUnit)("0.5", 18),
|
|
4414
|
+
liquidationIncentive: (0, utils_1.convertToUnit)("1.02", 18),
|
|
4415
|
+
minLiquidatableCollateral: (0, utils_1.convertToUnit)("100", 18),
|
|
4416
|
+
vtokens: [
|
|
4417
|
+
{
|
|
4418
|
+
name: "Venus wstETH (Liquid Staked ETH)",
|
|
4419
|
+
asset: "wstETH",
|
|
4420
|
+
symbol: "vwstETH_LiquidStakedETH",
|
|
4421
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
4422
|
+
baseRatePerYear: "0",
|
|
4423
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
4424
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("3", 18),
|
|
4425
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
4426
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.93", 18),
|
|
4427
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.95", 18),
|
|
4428
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
|
|
4429
|
+
initialSupply: (0, utils_1.convertToUnit)(3.55, 18),
|
|
4430
|
+
supplyCap: (0, utils_1.convertToUnit)(8000, 18),
|
|
4431
|
+
borrowCap: (0, utils_1.convertToUnit)(800, 18),
|
|
4432
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_ONE,
|
|
4433
|
+
vTokenReceiver: "0x5A9d695c518e95CD6Ea101f2f25fC2AE18486A61",
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
name: "Venus weETH (Liquid Staked ETH)",
|
|
4437
|
+
asset: "weETH",
|
|
4438
|
+
symbol: "vweETH_LiquidStakedETH",
|
|
4439
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
4440
|
+
baseRatePerYear: "0",
|
|
4441
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
4442
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)(3, 18),
|
|
4443
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
4444
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.93", 18),
|
|
4445
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.95", 18),
|
|
4446
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.25", 18),
|
|
4447
|
+
initialSupply: (0, utils_1.convertToUnit)(4, 18),
|
|
4448
|
+
supplyCap: (0, utils_1.convertToUnit)(4600, 18),
|
|
4449
|
+
borrowCap: (0, utils_1.convertToUnit)(2300, 18),
|
|
4450
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_ONE,
|
|
4451
|
+
vTokenReceiver: "0x46cba1e9b1e5db32da28428f2fb85587bcb785e7",
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
name: "Venus WETH (Liquid Staked ETH)",
|
|
4455
|
+
asset: "WETH",
|
|
4456
|
+
symbol: "vWETH_LiquidStakedETH",
|
|
4457
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
4458
|
+
baseRatePerYear: "0",
|
|
4459
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.035", 18),
|
|
4460
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.8", 18),
|
|
4461
|
+
kink_: (0, utils_1.convertToUnit)("0.8", 18),
|
|
4462
|
+
collateralFactor: (0, utils_1.convertToUnit)("0", 18),
|
|
4463
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0", 18),
|
|
4464
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
4465
|
+
initialSupply: (0, utils_1.convertToUnit)(1.9678, 18),
|
|
4466
|
+
supplyCap: (0, utils_1.convertToUnit)(14000, 18),
|
|
4467
|
+
borrowCap: (0, utils_1.convertToUnit)(12500, 18),
|
|
4468
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ARBITRUM_ONE,
|
|
4469
|
+
vTokenReceiver: exports.preconfiguredAddresses.arbitrumone.VTreasury,
|
|
4470
|
+
},
|
|
4471
|
+
],
|
|
4472
|
+
rewards: [
|
|
4473
|
+
// XVS Rewards Over 90 days (7776000 seconds)
|
|
4474
|
+
// wstETH: 2550 XVS for Suppliers
|
|
4475
|
+
// 0 XVS for Borrowers
|
|
4476
|
+
// weETH: 2550 XVS for Suppliers
|
|
4477
|
+
// 0 XVS for Borrowers
|
|
4478
|
+
// WETH: 3060 XVS for Suppliers
|
|
4479
|
+
// 7140 XVS for Borrowers
|
|
4480
|
+
{
|
|
4481
|
+
asset: "XVS",
|
|
4482
|
+
markets: ["wstETH", "weETH", "WETH"],
|
|
4483
|
+
supplySpeeds: ["327932098765432", "327932098765432", "393518518518518"],
|
|
4484
|
+
borrowSpeeds: ["0", "0", "918209876543209"],
|
|
4485
|
+
},
|
|
4486
|
+
],
|
|
4487
|
+
},
|
|
4396
4488
|
],
|
|
4397
4489
|
accessControlConfig: [
|
|
4398
4490
|
...poolRegistryPermissions(),
|