@venusprotocol/isolated-pools 3.2.0-dev.3 → 3.2.0-dev.4
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/sepolia/MockFRAX.json +458 -0
- package/deployments/sepolia/VToken_vFRAX_Core.json +257 -0
- package/deployments/sepolia/VToken_vsFRAX_Core.json +257 -0
- package/deployments/sepolia.json +457 -0
- package/deployments/sepolia_addresses.json +3 -0
- package/dist/deployments/sepolia.json +457 -0
- package/dist/helpers/deploymentConfig.js +73 -3
- package/package.json +1 -1
package/deployments/sepolia.json
CHANGED
|
@@ -6091,6 +6091,315 @@
|
|
|
6091
6091
|
}
|
|
6092
6092
|
]
|
|
6093
6093
|
},
|
|
6094
|
+
"MockFRAX": {
|
|
6095
|
+
"address": "0x10630d59848547c9F59538E2d8963D63B912C075",
|
|
6096
|
+
"abi": [
|
|
6097
|
+
{
|
|
6098
|
+
"inputs": [
|
|
6099
|
+
{
|
|
6100
|
+
"internalType": "string",
|
|
6101
|
+
"name": "name_",
|
|
6102
|
+
"type": "string"
|
|
6103
|
+
},
|
|
6104
|
+
{
|
|
6105
|
+
"internalType": "string",
|
|
6106
|
+
"name": "symbol_",
|
|
6107
|
+
"type": "string"
|
|
6108
|
+
},
|
|
6109
|
+
{
|
|
6110
|
+
"internalType": "uint8",
|
|
6111
|
+
"name": "decimals_",
|
|
6112
|
+
"type": "uint8"
|
|
6113
|
+
}
|
|
6114
|
+
],
|
|
6115
|
+
"stateMutability": "nonpayable",
|
|
6116
|
+
"type": "constructor"
|
|
6117
|
+
},
|
|
6118
|
+
{
|
|
6119
|
+
"anonymous": false,
|
|
6120
|
+
"inputs": [
|
|
6121
|
+
{
|
|
6122
|
+
"indexed": true,
|
|
6123
|
+
"internalType": "address",
|
|
6124
|
+
"name": "owner",
|
|
6125
|
+
"type": "address"
|
|
6126
|
+
},
|
|
6127
|
+
{
|
|
6128
|
+
"indexed": true,
|
|
6129
|
+
"internalType": "address",
|
|
6130
|
+
"name": "spender",
|
|
6131
|
+
"type": "address"
|
|
6132
|
+
},
|
|
6133
|
+
{
|
|
6134
|
+
"indexed": false,
|
|
6135
|
+
"internalType": "uint256",
|
|
6136
|
+
"name": "value",
|
|
6137
|
+
"type": "uint256"
|
|
6138
|
+
}
|
|
6139
|
+
],
|
|
6140
|
+
"name": "Approval",
|
|
6141
|
+
"type": "event"
|
|
6142
|
+
},
|
|
6143
|
+
{
|
|
6144
|
+
"anonymous": false,
|
|
6145
|
+
"inputs": [
|
|
6146
|
+
{
|
|
6147
|
+
"indexed": true,
|
|
6148
|
+
"internalType": "address",
|
|
6149
|
+
"name": "from",
|
|
6150
|
+
"type": "address"
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"indexed": true,
|
|
6154
|
+
"internalType": "address",
|
|
6155
|
+
"name": "to",
|
|
6156
|
+
"type": "address"
|
|
6157
|
+
},
|
|
6158
|
+
{
|
|
6159
|
+
"indexed": false,
|
|
6160
|
+
"internalType": "uint256",
|
|
6161
|
+
"name": "value",
|
|
6162
|
+
"type": "uint256"
|
|
6163
|
+
}
|
|
6164
|
+
],
|
|
6165
|
+
"name": "Transfer",
|
|
6166
|
+
"type": "event"
|
|
6167
|
+
},
|
|
6168
|
+
{
|
|
6169
|
+
"inputs": [
|
|
6170
|
+
{
|
|
6171
|
+
"internalType": "address",
|
|
6172
|
+
"name": "owner",
|
|
6173
|
+
"type": "address"
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"internalType": "address",
|
|
6177
|
+
"name": "spender",
|
|
6178
|
+
"type": "address"
|
|
6179
|
+
}
|
|
6180
|
+
],
|
|
6181
|
+
"name": "allowance",
|
|
6182
|
+
"outputs": [
|
|
6183
|
+
{
|
|
6184
|
+
"internalType": "uint256",
|
|
6185
|
+
"name": "",
|
|
6186
|
+
"type": "uint256"
|
|
6187
|
+
}
|
|
6188
|
+
],
|
|
6189
|
+
"stateMutability": "view",
|
|
6190
|
+
"type": "function"
|
|
6191
|
+
},
|
|
6192
|
+
{
|
|
6193
|
+
"inputs": [
|
|
6194
|
+
{
|
|
6195
|
+
"internalType": "address",
|
|
6196
|
+
"name": "spender",
|
|
6197
|
+
"type": "address"
|
|
6198
|
+
},
|
|
6199
|
+
{
|
|
6200
|
+
"internalType": "uint256",
|
|
6201
|
+
"name": "amount",
|
|
6202
|
+
"type": "uint256"
|
|
6203
|
+
}
|
|
6204
|
+
],
|
|
6205
|
+
"name": "approve",
|
|
6206
|
+
"outputs": [
|
|
6207
|
+
{
|
|
6208
|
+
"internalType": "bool",
|
|
6209
|
+
"name": "",
|
|
6210
|
+
"type": "bool"
|
|
6211
|
+
}
|
|
6212
|
+
],
|
|
6213
|
+
"stateMutability": "nonpayable",
|
|
6214
|
+
"type": "function"
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"inputs": [
|
|
6218
|
+
{
|
|
6219
|
+
"internalType": "address",
|
|
6220
|
+
"name": "account",
|
|
6221
|
+
"type": "address"
|
|
6222
|
+
}
|
|
6223
|
+
],
|
|
6224
|
+
"name": "balanceOf",
|
|
6225
|
+
"outputs": [
|
|
6226
|
+
{
|
|
6227
|
+
"internalType": "uint256",
|
|
6228
|
+
"name": "",
|
|
6229
|
+
"type": "uint256"
|
|
6230
|
+
}
|
|
6231
|
+
],
|
|
6232
|
+
"stateMutability": "view",
|
|
6233
|
+
"type": "function"
|
|
6234
|
+
},
|
|
6235
|
+
{
|
|
6236
|
+
"inputs": [],
|
|
6237
|
+
"name": "decimals",
|
|
6238
|
+
"outputs": [
|
|
6239
|
+
{
|
|
6240
|
+
"internalType": "uint8",
|
|
6241
|
+
"name": "",
|
|
6242
|
+
"type": "uint8"
|
|
6243
|
+
}
|
|
6244
|
+
],
|
|
6245
|
+
"stateMutability": "view",
|
|
6246
|
+
"type": "function"
|
|
6247
|
+
},
|
|
6248
|
+
{
|
|
6249
|
+
"inputs": [
|
|
6250
|
+
{
|
|
6251
|
+
"internalType": "address",
|
|
6252
|
+
"name": "spender",
|
|
6253
|
+
"type": "address"
|
|
6254
|
+
},
|
|
6255
|
+
{
|
|
6256
|
+
"internalType": "uint256",
|
|
6257
|
+
"name": "subtractedValue",
|
|
6258
|
+
"type": "uint256"
|
|
6259
|
+
}
|
|
6260
|
+
],
|
|
6261
|
+
"name": "decreaseAllowance",
|
|
6262
|
+
"outputs": [
|
|
6263
|
+
{
|
|
6264
|
+
"internalType": "bool",
|
|
6265
|
+
"name": "",
|
|
6266
|
+
"type": "bool"
|
|
6267
|
+
}
|
|
6268
|
+
],
|
|
6269
|
+
"stateMutability": "nonpayable",
|
|
6270
|
+
"type": "function"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"inputs": [
|
|
6274
|
+
{
|
|
6275
|
+
"internalType": "uint256",
|
|
6276
|
+
"name": "amount",
|
|
6277
|
+
"type": "uint256"
|
|
6278
|
+
}
|
|
6279
|
+
],
|
|
6280
|
+
"name": "faucet",
|
|
6281
|
+
"outputs": [],
|
|
6282
|
+
"stateMutability": "nonpayable",
|
|
6283
|
+
"type": "function"
|
|
6284
|
+
},
|
|
6285
|
+
{
|
|
6286
|
+
"inputs": [
|
|
6287
|
+
{
|
|
6288
|
+
"internalType": "address",
|
|
6289
|
+
"name": "spender",
|
|
6290
|
+
"type": "address"
|
|
6291
|
+
},
|
|
6292
|
+
{
|
|
6293
|
+
"internalType": "uint256",
|
|
6294
|
+
"name": "addedValue",
|
|
6295
|
+
"type": "uint256"
|
|
6296
|
+
}
|
|
6297
|
+
],
|
|
6298
|
+
"name": "increaseAllowance",
|
|
6299
|
+
"outputs": [
|
|
6300
|
+
{
|
|
6301
|
+
"internalType": "bool",
|
|
6302
|
+
"name": "",
|
|
6303
|
+
"type": "bool"
|
|
6304
|
+
}
|
|
6305
|
+
],
|
|
6306
|
+
"stateMutability": "nonpayable",
|
|
6307
|
+
"type": "function"
|
|
6308
|
+
},
|
|
6309
|
+
{
|
|
6310
|
+
"inputs": [],
|
|
6311
|
+
"name": "name",
|
|
6312
|
+
"outputs": [
|
|
6313
|
+
{
|
|
6314
|
+
"internalType": "string",
|
|
6315
|
+
"name": "",
|
|
6316
|
+
"type": "string"
|
|
6317
|
+
}
|
|
6318
|
+
],
|
|
6319
|
+
"stateMutability": "view",
|
|
6320
|
+
"type": "function"
|
|
6321
|
+
},
|
|
6322
|
+
{
|
|
6323
|
+
"inputs": [],
|
|
6324
|
+
"name": "symbol",
|
|
6325
|
+
"outputs": [
|
|
6326
|
+
{
|
|
6327
|
+
"internalType": "string",
|
|
6328
|
+
"name": "",
|
|
6329
|
+
"type": "string"
|
|
6330
|
+
}
|
|
6331
|
+
],
|
|
6332
|
+
"stateMutability": "view",
|
|
6333
|
+
"type": "function"
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"inputs": [],
|
|
6337
|
+
"name": "totalSupply",
|
|
6338
|
+
"outputs": [
|
|
6339
|
+
{
|
|
6340
|
+
"internalType": "uint256",
|
|
6341
|
+
"name": "",
|
|
6342
|
+
"type": "uint256"
|
|
6343
|
+
}
|
|
6344
|
+
],
|
|
6345
|
+
"stateMutability": "view",
|
|
6346
|
+
"type": "function"
|
|
6347
|
+
},
|
|
6348
|
+
{
|
|
6349
|
+
"inputs": [
|
|
6350
|
+
{
|
|
6351
|
+
"internalType": "address",
|
|
6352
|
+
"name": "to",
|
|
6353
|
+
"type": "address"
|
|
6354
|
+
},
|
|
6355
|
+
{
|
|
6356
|
+
"internalType": "uint256",
|
|
6357
|
+
"name": "amount",
|
|
6358
|
+
"type": "uint256"
|
|
6359
|
+
}
|
|
6360
|
+
],
|
|
6361
|
+
"name": "transfer",
|
|
6362
|
+
"outputs": [
|
|
6363
|
+
{
|
|
6364
|
+
"internalType": "bool",
|
|
6365
|
+
"name": "",
|
|
6366
|
+
"type": "bool"
|
|
6367
|
+
}
|
|
6368
|
+
],
|
|
6369
|
+
"stateMutability": "nonpayable",
|
|
6370
|
+
"type": "function"
|
|
6371
|
+
},
|
|
6372
|
+
{
|
|
6373
|
+
"inputs": [
|
|
6374
|
+
{
|
|
6375
|
+
"internalType": "address",
|
|
6376
|
+
"name": "from",
|
|
6377
|
+
"type": "address"
|
|
6378
|
+
},
|
|
6379
|
+
{
|
|
6380
|
+
"internalType": "address",
|
|
6381
|
+
"name": "to",
|
|
6382
|
+
"type": "address"
|
|
6383
|
+
},
|
|
6384
|
+
{
|
|
6385
|
+
"internalType": "uint256",
|
|
6386
|
+
"name": "amount",
|
|
6387
|
+
"type": "uint256"
|
|
6388
|
+
}
|
|
6389
|
+
],
|
|
6390
|
+
"name": "transferFrom",
|
|
6391
|
+
"outputs": [
|
|
6392
|
+
{
|
|
6393
|
+
"internalType": "bool",
|
|
6394
|
+
"name": "",
|
|
6395
|
+
"type": "bool"
|
|
6396
|
+
}
|
|
6397
|
+
],
|
|
6398
|
+
"stateMutability": "nonpayable",
|
|
6399
|
+
"type": "function"
|
|
6400
|
+
}
|
|
6401
|
+
]
|
|
6402
|
+
},
|
|
6094
6403
|
"MockPT-weETH-26DEC2024": {
|
|
6095
6404
|
"address": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
|
|
6096
6405
|
"abi": [
|
|
@@ -24374,6 +24683,80 @@
|
|
|
24374
24683
|
}
|
|
24375
24684
|
]
|
|
24376
24685
|
},
|
|
24686
|
+
"VToken_vFRAX_Core": {
|
|
24687
|
+
"address": "0x33942B932159A67E3274f54bC4082cbA4A704340",
|
|
24688
|
+
"abi": [
|
|
24689
|
+
{
|
|
24690
|
+
"inputs": [
|
|
24691
|
+
{
|
|
24692
|
+
"internalType": "address",
|
|
24693
|
+
"name": "beacon",
|
|
24694
|
+
"type": "address"
|
|
24695
|
+
},
|
|
24696
|
+
{
|
|
24697
|
+
"internalType": "bytes",
|
|
24698
|
+
"name": "data",
|
|
24699
|
+
"type": "bytes"
|
|
24700
|
+
}
|
|
24701
|
+
],
|
|
24702
|
+
"stateMutability": "payable",
|
|
24703
|
+
"type": "constructor"
|
|
24704
|
+
},
|
|
24705
|
+
{
|
|
24706
|
+
"anonymous": false,
|
|
24707
|
+
"inputs": [
|
|
24708
|
+
{
|
|
24709
|
+
"indexed": false,
|
|
24710
|
+
"internalType": "address",
|
|
24711
|
+
"name": "previousAdmin",
|
|
24712
|
+
"type": "address"
|
|
24713
|
+
},
|
|
24714
|
+
{
|
|
24715
|
+
"indexed": false,
|
|
24716
|
+
"internalType": "address",
|
|
24717
|
+
"name": "newAdmin",
|
|
24718
|
+
"type": "address"
|
|
24719
|
+
}
|
|
24720
|
+
],
|
|
24721
|
+
"name": "AdminChanged",
|
|
24722
|
+
"type": "event"
|
|
24723
|
+
},
|
|
24724
|
+
{
|
|
24725
|
+
"anonymous": false,
|
|
24726
|
+
"inputs": [
|
|
24727
|
+
{
|
|
24728
|
+
"indexed": true,
|
|
24729
|
+
"internalType": "address",
|
|
24730
|
+
"name": "beacon",
|
|
24731
|
+
"type": "address"
|
|
24732
|
+
}
|
|
24733
|
+
],
|
|
24734
|
+
"name": "BeaconUpgraded",
|
|
24735
|
+
"type": "event"
|
|
24736
|
+
},
|
|
24737
|
+
{
|
|
24738
|
+
"anonymous": false,
|
|
24739
|
+
"inputs": [
|
|
24740
|
+
{
|
|
24741
|
+
"indexed": true,
|
|
24742
|
+
"internalType": "address",
|
|
24743
|
+
"name": "implementation",
|
|
24744
|
+
"type": "address"
|
|
24745
|
+
}
|
|
24746
|
+
],
|
|
24747
|
+
"name": "Upgraded",
|
|
24748
|
+
"type": "event"
|
|
24749
|
+
},
|
|
24750
|
+
{
|
|
24751
|
+
"stateMutability": "payable",
|
|
24752
|
+
"type": "fallback"
|
|
24753
|
+
},
|
|
24754
|
+
{
|
|
24755
|
+
"stateMutability": "payable",
|
|
24756
|
+
"type": "receive"
|
|
24757
|
+
}
|
|
24758
|
+
]
|
|
24759
|
+
},
|
|
24377
24760
|
"VToken_vPT-weETH-26DEC2024_LiquidStakedETH": {
|
|
24378
24761
|
"address": "0x3AF2bE7AbEF0f840b196D99d79F4B803a5dB14a1",
|
|
24379
24762
|
"abi": [
|
|
@@ -25262,6 +25645,80 @@
|
|
|
25262
25645
|
}
|
|
25263
25646
|
]
|
|
25264
25647
|
},
|
|
25648
|
+
"VToken_vsFRAX_Core": {
|
|
25649
|
+
"address": "0x18995825f033F33fa30CF59c117aD21ff6BdB48c",
|
|
25650
|
+
"abi": [
|
|
25651
|
+
{
|
|
25652
|
+
"inputs": [
|
|
25653
|
+
{
|
|
25654
|
+
"internalType": "address",
|
|
25655
|
+
"name": "beacon",
|
|
25656
|
+
"type": "address"
|
|
25657
|
+
},
|
|
25658
|
+
{
|
|
25659
|
+
"internalType": "bytes",
|
|
25660
|
+
"name": "data",
|
|
25661
|
+
"type": "bytes"
|
|
25662
|
+
}
|
|
25663
|
+
],
|
|
25664
|
+
"stateMutability": "payable",
|
|
25665
|
+
"type": "constructor"
|
|
25666
|
+
},
|
|
25667
|
+
{
|
|
25668
|
+
"anonymous": false,
|
|
25669
|
+
"inputs": [
|
|
25670
|
+
{
|
|
25671
|
+
"indexed": false,
|
|
25672
|
+
"internalType": "address",
|
|
25673
|
+
"name": "previousAdmin",
|
|
25674
|
+
"type": "address"
|
|
25675
|
+
},
|
|
25676
|
+
{
|
|
25677
|
+
"indexed": false,
|
|
25678
|
+
"internalType": "address",
|
|
25679
|
+
"name": "newAdmin",
|
|
25680
|
+
"type": "address"
|
|
25681
|
+
}
|
|
25682
|
+
],
|
|
25683
|
+
"name": "AdminChanged",
|
|
25684
|
+
"type": "event"
|
|
25685
|
+
},
|
|
25686
|
+
{
|
|
25687
|
+
"anonymous": false,
|
|
25688
|
+
"inputs": [
|
|
25689
|
+
{
|
|
25690
|
+
"indexed": true,
|
|
25691
|
+
"internalType": "address",
|
|
25692
|
+
"name": "beacon",
|
|
25693
|
+
"type": "address"
|
|
25694
|
+
}
|
|
25695
|
+
],
|
|
25696
|
+
"name": "BeaconUpgraded",
|
|
25697
|
+
"type": "event"
|
|
25698
|
+
},
|
|
25699
|
+
{
|
|
25700
|
+
"anonymous": false,
|
|
25701
|
+
"inputs": [
|
|
25702
|
+
{
|
|
25703
|
+
"indexed": true,
|
|
25704
|
+
"internalType": "address",
|
|
25705
|
+
"name": "implementation",
|
|
25706
|
+
"type": "address"
|
|
25707
|
+
}
|
|
25708
|
+
],
|
|
25709
|
+
"name": "Upgraded",
|
|
25710
|
+
"type": "event"
|
|
25711
|
+
},
|
|
25712
|
+
{
|
|
25713
|
+
"stateMutability": "payable",
|
|
25714
|
+
"type": "fallback"
|
|
25715
|
+
},
|
|
25716
|
+
{
|
|
25717
|
+
"stateMutability": "payable",
|
|
25718
|
+
"type": "receive"
|
|
25719
|
+
}
|
|
25720
|
+
]
|
|
25721
|
+
},
|
|
25265
25722
|
"VToken_vweETH_LiquidStakedETH": {
|
|
25266
25723
|
"address": "0x30c31bA6f4652B548fe7a142A949987c3f3Bf80b",
|
|
25267
25724
|
"abi": [
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"JumpRateModelV2_base200bps_slope2000bps_jump30000bps_kink4500bps": "0xaf5feAbe347BE5DF603CE63e45155bDb8049C78c",
|
|
21
21
|
"MockCRV": "0x2c78EF7eab67A6e0C9cAa6f2821929351bdDF3d3",
|
|
22
22
|
"MockDAI": "0x75236711d42D0f7Ba91E03fdCe0C9377F5b76c07",
|
|
23
|
+
"MockFRAX": "0x10630d59848547c9F59538E2d8963D63B912C075",
|
|
23
24
|
"MockPT-weETH-26DEC2024": "0x56107201d3e4b7Db92dEa0Edb9e0454346AEb8B5",
|
|
24
25
|
"MockTUSD": "0x78b292069da1661b7C12B6E766cB506C220b987a",
|
|
25
26
|
"MockUSDC": "0x772d68929655ce7234C8C94256526ddA66Ef641E",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"VToken_vCRV_Core": "0x121E3be152F283319310D807ed847E8b98319C1e",
|
|
55
56
|
"VToken_vCRV_Curve": "0x9Db62c5BBc6fb79416545FcCBDB2204099217b78",
|
|
56
57
|
"VToken_vDAI_Core": "0xfe050f628bF5278aCfA1e7B13b59fF207e769235",
|
|
58
|
+
"VToken_vFRAX_Core": "0x33942B932159A67E3274f54bC4082cbA4A704340",
|
|
57
59
|
"VToken_vPT-weETH-26DEC2024_LiquidStakedETH": "0x3AF2bE7AbEF0f840b196D99d79F4B803a5dB14a1",
|
|
58
60
|
"VToken_vTUSD_Core": "0xE23A1fC1545F1b072308c846a38447b23d322Ee2",
|
|
59
61
|
"VToken_vUSDC_Core": "0xF87bceab8DD37489015B426bA931e08A4D787616",
|
|
@@ -66,6 +68,7 @@
|
|
|
66
68
|
"VToken_vcrvUSD_Core": "0xA09cFAd2e138fe6d8FF62df803892cbCb79ED082",
|
|
67
69
|
"VToken_vcrvUSD_Curve": "0xc7be132027e191636172798B933202E0f9CAD548",
|
|
68
70
|
"VToken_vcrvUSD_Stablecoins": "0x9C5e7a3B4db931F07A6534f9e44100DDDc78c408",
|
|
71
|
+
"VToken_vsFRAX_Core": "0x18995825f033F33fa30CF59c117aD21ff6BdB48c",
|
|
69
72
|
"VToken_vweETH_LiquidStakedETH": "0x30c31bA6f4652B548fe7a142A949987c3f3Bf80b",
|
|
70
73
|
"VToken_vwstETH_LiquidStakedETH": "0x0a95088403229331FeF1EB26a11F9d6C8E73f23D"
|
|
71
74
|
}
|