@venusprotocol/isolated-pools 3.5.0-dev.1 → 3.5.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.
- package/deployments/ethereum/VToken_vezETH_LiquidStakedETH.json +257 -0
- package/deployments/ethereum.json +74 -0
- package/deployments/ethereum_addresses.json +1 -0
- package/deployments/sepolia/MockezETH.json +458 -0
- package/deployments/sepolia/VToken_vezETH_LiquidStakedETH.json +257 -0
- package/deployments/sepolia.json +383 -0
- package/deployments/sepolia_addresses.json +2 -0
- package/dist/deployments/ethereum.json +74 -0
- package/dist/deployments/sepolia.json +383 -0
- package/dist/helpers/deploymentConfig.js +50 -0
- package/package.json +1 -1
|
@@ -9283,6 +9283,315 @@
|
|
|
9283
9283
|
}
|
|
9284
9284
|
]
|
|
9285
9285
|
},
|
|
9286
|
+
"MockezETH": {
|
|
9287
|
+
"address": "0xB8eb706b85Ae7355c9FE4371a499F50f3484809c",
|
|
9288
|
+
"abi": [
|
|
9289
|
+
{
|
|
9290
|
+
"inputs": [
|
|
9291
|
+
{
|
|
9292
|
+
"internalType": "string",
|
|
9293
|
+
"name": "name_",
|
|
9294
|
+
"type": "string"
|
|
9295
|
+
},
|
|
9296
|
+
{
|
|
9297
|
+
"internalType": "string",
|
|
9298
|
+
"name": "symbol_",
|
|
9299
|
+
"type": "string"
|
|
9300
|
+
},
|
|
9301
|
+
{
|
|
9302
|
+
"internalType": "uint8",
|
|
9303
|
+
"name": "decimals_",
|
|
9304
|
+
"type": "uint8"
|
|
9305
|
+
}
|
|
9306
|
+
],
|
|
9307
|
+
"stateMutability": "nonpayable",
|
|
9308
|
+
"type": "constructor"
|
|
9309
|
+
},
|
|
9310
|
+
{
|
|
9311
|
+
"anonymous": false,
|
|
9312
|
+
"inputs": [
|
|
9313
|
+
{
|
|
9314
|
+
"indexed": true,
|
|
9315
|
+
"internalType": "address",
|
|
9316
|
+
"name": "owner",
|
|
9317
|
+
"type": "address"
|
|
9318
|
+
},
|
|
9319
|
+
{
|
|
9320
|
+
"indexed": true,
|
|
9321
|
+
"internalType": "address",
|
|
9322
|
+
"name": "spender",
|
|
9323
|
+
"type": "address"
|
|
9324
|
+
},
|
|
9325
|
+
{
|
|
9326
|
+
"indexed": false,
|
|
9327
|
+
"internalType": "uint256",
|
|
9328
|
+
"name": "value",
|
|
9329
|
+
"type": "uint256"
|
|
9330
|
+
}
|
|
9331
|
+
],
|
|
9332
|
+
"name": "Approval",
|
|
9333
|
+
"type": "event"
|
|
9334
|
+
},
|
|
9335
|
+
{
|
|
9336
|
+
"anonymous": false,
|
|
9337
|
+
"inputs": [
|
|
9338
|
+
{
|
|
9339
|
+
"indexed": true,
|
|
9340
|
+
"internalType": "address",
|
|
9341
|
+
"name": "from",
|
|
9342
|
+
"type": "address"
|
|
9343
|
+
},
|
|
9344
|
+
{
|
|
9345
|
+
"indexed": true,
|
|
9346
|
+
"internalType": "address",
|
|
9347
|
+
"name": "to",
|
|
9348
|
+
"type": "address"
|
|
9349
|
+
},
|
|
9350
|
+
{
|
|
9351
|
+
"indexed": false,
|
|
9352
|
+
"internalType": "uint256",
|
|
9353
|
+
"name": "value",
|
|
9354
|
+
"type": "uint256"
|
|
9355
|
+
}
|
|
9356
|
+
],
|
|
9357
|
+
"name": "Transfer",
|
|
9358
|
+
"type": "event"
|
|
9359
|
+
},
|
|
9360
|
+
{
|
|
9361
|
+
"inputs": [
|
|
9362
|
+
{
|
|
9363
|
+
"internalType": "address",
|
|
9364
|
+
"name": "owner",
|
|
9365
|
+
"type": "address"
|
|
9366
|
+
},
|
|
9367
|
+
{
|
|
9368
|
+
"internalType": "address",
|
|
9369
|
+
"name": "spender",
|
|
9370
|
+
"type": "address"
|
|
9371
|
+
}
|
|
9372
|
+
],
|
|
9373
|
+
"name": "allowance",
|
|
9374
|
+
"outputs": [
|
|
9375
|
+
{
|
|
9376
|
+
"internalType": "uint256",
|
|
9377
|
+
"name": "",
|
|
9378
|
+
"type": "uint256"
|
|
9379
|
+
}
|
|
9380
|
+
],
|
|
9381
|
+
"stateMutability": "view",
|
|
9382
|
+
"type": "function"
|
|
9383
|
+
},
|
|
9384
|
+
{
|
|
9385
|
+
"inputs": [
|
|
9386
|
+
{
|
|
9387
|
+
"internalType": "address",
|
|
9388
|
+
"name": "spender",
|
|
9389
|
+
"type": "address"
|
|
9390
|
+
},
|
|
9391
|
+
{
|
|
9392
|
+
"internalType": "uint256",
|
|
9393
|
+
"name": "amount",
|
|
9394
|
+
"type": "uint256"
|
|
9395
|
+
}
|
|
9396
|
+
],
|
|
9397
|
+
"name": "approve",
|
|
9398
|
+
"outputs": [
|
|
9399
|
+
{
|
|
9400
|
+
"internalType": "bool",
|
|
9401
|
+
"name": "",
|
|
9402
|
+
"type": "bool"
|
|
9403
|
+
}
|
|
9404
|
+
],
|
|
9405
|
+
"stateMutability": "nonpayable",
|
|
9406
|
+
"type": "function"
|
|
9407
|
+
},
|
|
9408
|
+
{
|
|
9409
|
+
"inputs": [
|
|
9410
|
+
{
|
|
9411
|
+
"internalType": "address",
|
|
9412
|
+
"name": "account",
|
|
9413
|
+
"type": "address"
|
|
9414
|
+
}
|
|
9415
|
+
],
|
|
9416
|
+
"name": "balanceOf",
|
|
9417
|
+
"outputs": [
|
|
9418
|
+
{
|
|
9419
|
+
"internalType": "uint256",
|
|
9420
|
+
"name": "",
|
|
9421
|
+
"type": "uint256"
|
|
9422
|
+
}
|
|
9423
|
+
],
|
|
9424
|
+
"stateMutability": "view",
|
|
9425
|
+
"type": "function"
|
|
9426
|
+
},
|
|
9427
|
+
{
|
|
9428
|
+
"inputs": [],
|
|
9429
|
+
"name": "decimals",
|
|
9430
|
+
"outputs": [
|
|
9431
|
+
{
|
|
9432
|
+
"internalType": "uint8",
|
|
9433
|
+
"name": "",
|
|
9434
|
+
"type": "uint8"
|
|
9435
|
+
}
|
|
9436
|
+
],
|
|
9437
|
+
"stateMutability": "view",
|
|
9438
|
+
"type": "function"
|
|
9439
|
+
},
|
|
9440
|
+
{
|
|
9441
|
+
"inputs": [
|
|
9442
|
+
{
|
|
9443
|
+
"internalType": "address",
|
|
9444
|
+
"name": "spender",
|
|
9445
|
+
"type": "address"
|
|
9446
|
+
},
|
|
9447
|
+
{
|
|
9448
|
+
"internalType": "uint256",
|
|
9449
|
+
"name": "subtractedValue",
|
|
9450
|
+
"type": "uint256"
|
|
9451
|
+
}
|
|
9452
|
+
],
|
|
9453
|
+
"name": "decreaseAllowance",
|
|
9454
|
+
"outputs": [
|
|
9455
|
+
{
|
|
9456
|
+
"internalType": "bool",
|
|
9457
|
+
"name": "",
|
|
9458
|
+
"type": "bool"
|
|
9459
|
+
}
|
|
9460
|
+
],
|
|
9461
|
+
"stateMutability": "nonpayable",
|
|
9462
|
+
"type": "function"
|
|
9463
|
+
},
|
|
9464
|
+
{
|
|
9465
|
+
"inputs": [
|
|
9466
|
+
{
|
|
9467
|
+
"internalType": "uint256",
|
|
9468
|
+
"name": "amount",
|
|
9469
|
+
"type": "uint256"
|
|
9470
|
+
}
|
|
9471
|
+
],
|
|
9472
|
+
"name": "faucet",
|
|
9473
|
+
"outputs": [],
|
|
9474
|
+
"stateMutability": "nonpayable",
|
|
9475
|
+
"type": "function"
|
|
9476
|
+
},
|
|
9477
|
+
{
|
|
9478
|
+
"inputs": [
|
|
9479
|
+
{
|
|
9480
|
+
"internalType": "address",
|
|
9481
|
+
"name": "spender",
|
|
9482
|
+
"type": "address"
|
|
9483
|
+
},
|
|
9484
|
+
{
|
|
9485
|
+
"internalType": "uint256",
|
|
9486
|
+
"name": "addedValue",
|
|
9487
|
+
"type": "uint256"
|
|
9488
|
+
}
|
|
9489
|
+
],
|
|
9490
|
+
"name": "increaseAllowance",
|
|
9491
|
+
"outputs": [
|
|
9492
|
+
{
|
|
9493
|
+
"internalType": "bool",
|
|
9494
|
+
"name": "",
|
|
9495
|
+
"type": "bool"
|
|
9496
|
+
}
|
|
9497
|
+
],
|
|
9498
|
+
"stateMutability": "nonpayable",
|
|
9499
|
+
"type": "function"
|
|
9500
|
+
},
|
|
9501
|
+
{
|
|
9502
|
+
"inputs": [],
|
|
9503
|
+
"name": "name",
|
|
9504
|
+
"outputs": [
|
|
9505
|
+
{
|
|
9506
|
+
"internalType": "string",
|
|
9507
|
+
"name": "",
|
|
9508
|
+
"type": "string"
|
|
9509
|
+
}
|
|
9510
|
+
],
|
|
9511
|
+
"stateMutability": "view",
|
|
9512
|
+
"type": "function"
|
|
9513
|
+
},
|
|
9514
|
+
{
|
|
9515
|
+
"inputs": [],
|
|
9516
|
+
"name": "symbol",
|
|
9517
|
+
"outputs": [
|
|
9518
|
+
{
|
|
9519
|
+
"internalType": "string",
|
|
9520
|
+
"name": "",
|
|
9521
|
+
"type": "string"
|
|
9522
|
+
}
|
|
9523
|
+
],
|
|
9524
|
+
"stateMutability": "view",
|
|
9525
|
+
"type": "function"
|
|
9526
|
+
},
|
|
9527
|
+
{
|
|
9528
|
+
"inputs": [],
|
|
9529
|
+
"name": "totalSupply",
|
|
9530
|
+
"outputs": [
|
|
9531
|
+
{
|
|
9532
|
+
"internalType": "uint256",
|
|
9533
|
+
"name": "",
|
|
9534
|
+
"type": "uint256"
|
|
9535
|
+
}
|
|
9536
|
+
],
|
|
9537
|
+
"stateMutability": "view",
|
|
9538
|
+
"type": "function"
|
|
9539
|
+
},
|
|
9540
|
+
{
|
|
9541
|
+
"inputs": [
|
|
9542
|
+
{
|
|
9543
|
+
"internalType": "address",
|
|
9544
|
+
"name": "to",
|
|
9545
|
+
"type": "address"
|
|
9546
|
+
},
|
|
9547
|
+
{
|
|
9548
|
+
"internalType": "uint256",
|
|
9549
|
+
"name": "amount",
|
|
9550
|
+
"type": "uint256"
|
|
9551
|
+
}
|
|
9552
|
+
],
|
|
9553
|
+
"name": "transfer",
|
|
9554
|
+
"outputs": [
|
|
9555
|
+
{
|
|
9556
|
+
"internalType": "bool",
|
|
9557
|
+
"name": "",
|
|
9558
|
+
"type": "bool"
|
|
9559
|
+
}
|
|
9560
|
+
],
|
|
9561
|
+
"stateMutability": "nonpayable",
|
|
9562
|
+
"type": "function"
|
|
9563
|
+
},
|
|
9564
|
+
{
|
|
9565
|
+
"inputs": [
|
|
9566
|
+
{
|
|
9567
|
+
"internalType": "address",
|
|
9568
|
+
"name": "from",
|
|
9569
|
+
"type": "address"
|
|
9570
|
+
},
|
|
9571
|
+
{
|
|
9572
|
+
"internalType": "address",
|
|
9573
|
+
"name": "to",
|
|
9574
|
+
"type": "address"
|
|
9575
|
+
},
|
|
9576
|
+
{
|
|
9577
|
+
"internalType": "uint256",
|
|
9578
|
+
"name": "amount",
|
|
9579
|
+
"type": "uint256"
|
|
9580
|
+
}
|
|
9581
|
+
],
|
|
9582
|
+
"name": "transferFrom",
|
|
9583
|
+
"outputs": [
|
|
9584
|
+
{
|
|
9585
|
+
"internalType": "bool",
|
|
9586
|
+
"name": "",
|
|
9587
|
+
"type": "bool"
|
|
9588
|
+
}
|
|
9589
|
+
],
|
|
9590
|
+
"stateMutability": "nonpayable",
|
|
9591
|
+
"type": "function"
|
|
9592
|
+
}
|
|
9593
|
+
]
|
|
9594
|
+
},
|
|
9286
9595
|
"MockrsETH": {
|
|
9287
9596
|
"address": "0xfA0614E5C803E15070d31f7C38d2d430EBe68E47",
|
|
9288
9597
|
"abi": [
|
|
@@ -27048,6 +27357,80 @@
|
|
|
27048
27357
|
}
|
|
27049
27358
|
]
|
|
27050
27359
|
},
|
|
27360
|
+
"VToken_vezETH_LiquidStakedETH": {
|
|
27361
|
+
"address": "0xF4C1B7528f8B266D8ADf1a85c91d93114FeDbA2A",
|
|
27362
|
+
"abi": [
|
|
27363
|
+
{
|
|
27364
|
+
"inputs": [
|
|
27365
|
+
{
|
|
27366
|
+
"internalType": "address",
|
|
27367
|
+
"name": "beacon",
|
|
27368
|
+
"type": "address"
|
|
27369
|
+
},
|
|
27370
|
+
{
|
|
27371
|
+
"internalType": "bytes",
|
|
27372
|
+
"name": "data",
|
|
27373
|
+
"type": "bytes"
|
|
27374
|
+
}
|
|
27375
|
+
],
|
|
27376
|
+
"stateMutability": "payable",
|
|
27377
|
+
"type": "constructor"
|
|
27378
|
+
},
|
|
27379
|
+
{
|
|
27380
|
+
"anonymous": false,
|
|
27381
|
+
"inputs": [
|
|
27382
|
+
{
|
|
27383
|
+
"indexed": false,
|
|
27384
|
+
"internalType": "address",
|
|
27385
|
+
"name": "previousAdmin",
|
|
27386
|
+
"type": "address"
|
|
27387
|
+
},
|
|
27388
|
+
{
|
|
27389
|
+
"indexed": false,
|
|
27390
|
+
"internalType": "address",
|
|
27391
|
+
"name": "newAdmin",
|
|
27392
|
+
"type": "address"
|
|
27393
|
+
}
|
|
27394
|
+
],
|
|
27395
|
+
"name": "AdminChanged",
|
|
27396
|
+
"type": "event"
|
|
27397
|
+
},
|
|
27398
|
+
{
|
|
27399
|
+
"anonymous": false,
|
|
27400
|
+
"inputs": [
|
|
27401
|
+
{
|
|
27402
|
+
"indexed": true,
|
|
27403
|
+
"internalType": "address",
|
|
27404
|
+
"name": "beacon",
|
|
27405
|
+
"type": "address"
|
|
27406
|
+
}
|
|
27407
|
+
],
|
|
27408
|
+
"name": "BeaconUpgraded",
|
|
27409
|
+
"type": "event"
|
|
27410
|
+
},
|
|
27411
|
+
{
|
|
27412
|
+
"anonymous": false,
|
|
27413
|
+
"inputs": [
|
|
27414
|
+
{
|
|
27415
|
+
"indexed": true,
|
|
27416
|
+
"internalType": "address",
|
|
27417
|
+
"name": "implementation",
|
|
27418
|
+
"type": "address"
|
|
27419
|
+
}
|
|
27420
|
+
],
|
|
27421
|
+
"name": "Upgraded",
|
|
27422
|
+
"type": "event"
|
|
27423
|
+
},
|
|
27424
|
+
{
|
|
27425
|
+
"stateMutability": "payable",
|
|
27426
|
+
"type": "fallback"
|
|
27427
|
+
},
|
|
27428
|
+
{
|
|
27429
|
+
"stateMutability": "payable",
|
|
27430
|
+
"type": "receive"
|
|
27431
|
+
}
|
|
27432
|
+
]
|
|
27433
|
+
},
|
|
27051
27434
|
"VToken_vrsETH_LiquidStakedETH": {
|
|
27052
27435
|
"address": "0x20a83DE526F2CF2fCec2131E07b11F956d8f3Cdf",
|
|
27053
27436
|
"abi": [
|
|
@@ -2506,6 +2506,13 @@ exports.globalConfig = {
|
|
|
2506
2506
|
decimals: 18,
|
|
2507
2507
|
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
2508
2508
|
},
|
|
2509
|
+
{
|
|
2510
|
+
isMock: true,
|
|
2511
|
+
name: "Renzo Restaked ETH",
|
|
2512
|
+
symbol: "ezETH",
|
|
2513
|
+
decimals: 18,
|
|
2514
|
+
tokenAddress: hardhat_1.ethers.constants.AddressZero,
|
|
2515
|
+
},
|
|
2509
2516
|
],
|
|
2510
2517
|
poolConfig: [
|
|
2511
2518
|
{
|
|
@@ -2985,6 +2992,24 @@ exports.globalConfig = {
|
|
|
2985
2992
|
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
2986
2993
|
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
|
|
2987
2994
|
},
|
|
2995
|
+
{
|
|
2996
|
+
name: "Venus ezETH (Liquid Staked ETH)",
|
|
2997
|
+
asset: "ezETH",
|
|
2998
|
+
symbol: "vezETH_LiquidStakedETH",
|
|
2999
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
3000
|
+
baseRatePerYear: "0",
|
|
3001
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
3002
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.75", 18),
|
|
3003
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
3004
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
|
|
3005
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
|
|
3006
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
3007
|
+
initialSupply: (0, utils_1.convertToUnit)(2, 18),
|
|
3008
|
+
supplyCap: (0, utils_1.convertToUnit)(14000, 18),
|
|
3009
|
+
borrowCap: (0, utils_1.convertToUnit)(1400, 18),
|
|
3010
|
+
reduceReservesBlockDelta: DEFAULT_REDUCE_RESERVES_BLOCK_DELTA,
|
|
3011
|
+
vTokenReceiver: exports.preconfiguredAddresses.sepolia.VTreasury,
|
|
3012
|
+
},
|
|
2988
3013
|
],
|
|
2989
3014
|
rewards: [
|
|
2990
3015
|
// XVS Rewards Over 90 days (648000 blocks)
|
|
@@ -3142,6 +3167,13 @@ exports.globalConfig = {
|
|
|
3142
3167
|
decimals: 18,
|
|
3143
3168
|
tokenAddress: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7",
|
|
3144
3169
|
},
|
|
3170
|
+
{
|
|
3171
|
+
isMock: false,
|
|
3172
|
+
name: "Renzo Restaked ETH",
|
|
3173
|
+
symbol: "ezETH",
|
|
3174
|
+
decimals: 18,
|
|
3175
|
+
tokenAddress: "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110",
|
|
3176
|
+
},
|
|
3145
3177
|
],
|
|
3146
3178
|
poolConfig: [
|
|
3147
3179
|
{
|
|
@@ -3563,6 +3595,24 @@ exports.globalConfig = {
|
|
|
3563
3595
|
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM,
|
|
3564
3596
|
vTokenReceiver: "0x6e74053a3798e0fC9a9775F7995316b27f21c4D2",
|
|
3565
3597
|
},
|
|
3598
|
+
{
|
|
3599
|
+
name: "Venus ezETH (Liquid Staked ETH)",
|
|
3600
|
+
asset: "ezETH",
|
|
3601
|
+
symbol: "vezETH_LiquidStakedETH",
|
|
3602
|
+
rateModel: InterestRateModels.JumpRate.toString(),
|
|
3603
|
+
baseRatePerYear: "0",
|
|
3604
|
+
multiplierPerYear: (0, utils_1.convertToUnit)("0.09", 18),
|
|
3605
|
+
jumpMultiplierPerYear: (0, utils_1.convertToUnit)("0.75", 18),
|
|
3606
|
+
kink_: (0, utils_1.convertToUnit)("0.45", 18),
|
|
3607
|
+
collateralFactor: (0, utils_1.convertToUnit)("0.8", 18),
|
|
3608
|
+
liquidationThreshold: (0, utils_1.convertToUnit)("0.85", 18),
|
|
3609
|
+
reserveFactor: (0, utils_1.convertToUnit)("0.2", 18),
|
|
3610
|
+
initialSupply: (0, utils_1.convertToUnit)("1.41", 18),
|
|
3611
|
+
supplyCap: (0, utils_1.convertToUnit)(14000, 18),
|
|
3612
|
+
borrowCap: (0, utils_1.convertToUnit)(1400, 18),
|
|
3613
|
+
reduceReservesBlockDelta: REDUCE_RESERVES_BLOCK_DELTA_ETHEREUM,
|
|
3614
|
+
vTokenReceiver: "0x1E3233E8d972cfFc7D0f83aFAE4354a0Db74e34E",
|
|
3615
|
+
},
|
|
3566
3616
|
],
|
|
3567
3617
|
rewards: [
|
|
3568
3618
|
// XVS Rewards Over 90 days (648000 blocks)
|