@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": [
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"MockweETH": "0x243141DBff86BbB0a082d790fdC21A6ff615Fa34",
|
|
18
18
|
"MockwstETH": "0x4A9dc15aA6094eF2c7eb9d9390Ac1d71f9406fAE",
|
|
19
19
|
"NativeTokenGateway_vWETH_Core": "0x196b19C2037863409C65CbF63592ae2a3CD2Dc2C",
|
|
20
|
+
"NativeTokenGateway_vWETH_LiquidStakedETH": "0x63cEE24b12648E36d708163587aC17a777096a47",
|
|
20
21
|
"PoolLens": "0xd08422A9A7b19404cC01FB970a247d19CE4EA7fE",
|
|
21
22
|
"PoolRegistry": "0xf93Df3135e0D555185c0BC888073374cA551C5fE",
|
|
22
23
|
"PoolRegistry_Implementation": "0x0C30416C994874E15057d19940139B071A3e457E",
|
|
@@ -61,12 +61,20 @@ const VWNativeInfo = {
|
|
|
61
61
|
name: "vWETH_Core",
|
|
62
62
|
address: arbitrumsepolia_json_1.contracts.VToken_vWETH_Core.address,
|
|
63
63
|
},
|
|
64
|
+
{
|
|
65
|
+
name: "vWETH_LiquidStakedETH",
|
|
66
|
+
address: arbitrumsepolia_json_1.contracts.VToken_vWETH_LiquidStakedETH.address,
|
|
67
|
+
},
|
|
64
68
|
],
|
|
65
69
|
arbitrumone: [
|
|
66
70
|
{
|
|
67
71
|
name: "vWETH_Core",
|
|
68
72
|
address: arbitrumone_json_1.contracts.VToken_vWETH_Core.address,
|
|
69
73
|
},
|
|
74
|
+
{
|
|
75
|
+
name: "vWETH_LiquidStakedETH",
|
|
76
|
+
address: arbitrumone_json_1.contracts.VToken_vWETH_LiquidStakedETH.address,
|
|
77
|
+
},
|
|
70
78
|
],
|
|
71
79
|
zksyncsepolia: [
|
|
72
80
|
{
|