@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
package/deployments/sepolia.json
CHANGED
|
@@ -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": [
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
"MockWBTC": "0x92A2928f5634BEa89A195e7BeCF0f0FEEDAB885b",
|
|
31
31
|
"MockcrvUSD": "0x36421d873abCa3E2bE6BB3c819C0CF26374F63b6",
|
|
32
32
|
"MockeETH": "0x0012875a7395a293Adfc9b5cDC2Cfa352C4cDcD3",
|
|
33
|
+
"MockezETH": "0xB8eb706b85Ae7355c9FE4371a499F50f3484809c",
|
|
33
34
|
"MockrsETH": "0xfA0614E5C803E15070d31f7C38d2d430EBe68E47",
|
|
34
35
|
"MocksfrxETH": "0x14AECeEc177085fd09EA07348B4E1F7Fcc030fA1",
|
|
35
36
|
"MockweETH": "0x3b8b6E96e57f0d1cD366AaCf4CcC68413aF308D0",
|
|
@@ -72,6 +73,7 @@
|
|
|
72
73
|
"VToken_vcrvUSD_Core": "0xA09cFAd2e138fe6d8FF62df803892cbCb79ED082",
|
|
73
74
|
"VToken_vcrvUSD_Curve": "0xc7be132027e191636172798B933202E0f9CAD548",
|
|
74
75
|
"VToken_vcrvUSD_Stablecoins": "0x9C5e7a3B4db931F07A6534f9e44100DDDc78c408",
|
|
76
|
+
"VToken_vezETH_LiquidStakedETH": "0xF4C1B7528f8B266D8ADf1a85c91d93114FeDbA2A",
|
|
75
77
|
"VToken_vrsETH_LiquidStakedETH": "0x20a83DE526F2CF2fCec2131E07b11F956d8f3Cdf",
|
|
76
78
|
"VToken_vsFRAX_Core": "0x18995825f033F33fa30CF59c117aD21ff6BdB48c",
|
|
77
79
|
"VToken_vsfrxETH_LiquidStakedETH": "0x83F63118dcAAdAACBFF36D78ffB88dd474309e70",
|
|
@@ -28605,6 +28605,80 @@
|
|
|
28605
28605
|
}
|
|
28606
28606
|
]
|
|
28607
28607
|
},
|
|
28608
|
+
"VToken_vezETH_LiquidStakedETH": {
|
|
28609
|
+
"address": "0xA854D35664c658280fFf27B6eDC6C4195c3229B3",
|
|
28610
|
+
"abi": [
|
|
28611
|
+
{
|
|
28612
|
+
"inputs": [
|
|
28613
|
+
{
|
|
28614
|
+
"internalType": "address",
|
|
28615
|
+
"name": "beacon",
|
|
28616
|
+
"type": "address"
|
|
28617
|
+
},
|
|
28618
|
+
{
|
|
28619
|
+
"internalType": "bytes",
|
|
28620
|
+
"name": "data",
|
|
28621
|
+
"type": "bytes"
|
|
28622
|
+
}
|
|
28623
|
+
],
|
|
28624
|
+
"stateMutability": "payable",
|
|
28625
|
+
"type": "constructor"
|
|
28626
|
+
},
|
|
28627
|
+
{
|
|
28628
|
+
"anonymous": false,
|
|
28629
|
+
"inputs": [
|
|
28630
|
+
{
|
|
28631
|
+
"indexed": false,
|
|
28632
|
+
"internalType": "address",
|
|
28633
|
+
"name": "previousAdmin",
|
|
28634
|
+
"type": "address"
|
|
28635
|
+
},
|
|
28636
|
+
{
|
|
28637
|
+
"indexed": false,
|
|
28638
|
+
"internalType": "address",
|
|
28639
|
+
"name": "newAdmin",
|
|
28640
|
+
"type": "address"
|
|
28641
|
+
}
|
|
28642
|
+
],
|
|
28643
|
+
"name": "AdminChanged",
|
|
28644
|
+
"type": "event"
|
|
28645
|
+
},
|
|
28646
|
+
{
|
|
28647
|
+
"anonymous": false,
|
|
28648
|
+
"inputs": [
|
|
28649
|
+
{
|
|
28650
|
+
"indexed": true,
|
|
28651
|
+
"internalType": "address",
|
|
28652
|
+
"name": "beacon",
|
|
28653
|
+
"type": "address"
|
|
28654
|
+
}
|
|
28655
|
+
],
|
|
28656
|
+
"name": "BeaconUpgraded",
|
|
28657
|
+
"type": "event"
|
|
28658
|
+
},
|
|
28659
|
+
{
|
|
28660
|
+
"anonymous": false,
|
|
28661
|
+
"inputs": [
|
|
28662
|
+
{
|
|
28663
|
+
"indexed": true,
|
|
28664
|
+
"internalType": "address",
|
|
28665
|
+
"name": "implementation",
|
|
28666
|
+
"type": "address"
|
|
28667
|
+
}
|
|
28668
|
+
],
|
|
28669
|
+
"name": "Upgraded",
|
|
28670
|
+
"type": "event"
|
|
28671
|
+
},
|
|
28672
|
+
{
|
|
28673
|
+
"stateMutability": "payable",
|
|
28674
|
+
"type": "fallback"
|
|
28675
|
+
},
|
|
28676
|
+
{
|
|
28677
|
+
"stateMutability": "payable",
|
|
28678
|
+
"type": "receive"
|
|
28679
|
+
}
|
|
28680
|
+
]
|
|
28681
|
+
},
|
|
28608
28682
|
"VToken_vrsETH_LiquidStakedETH": {
|
|
28609
28683
|
"address": "0xDB6C345f864883a8F4cae87852Ac342589E76D1B",
|
|
28610
28684
|
"abi": [
|