@venusprotocol/isolated-pools 4.2.0-dev.4 → 4.2.0-dev.6
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/basemainnet/VToken_vwstETH_Core.json +257 -0
- package/deployments/basemainnet/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/basemainnet.json +74 -0
- package/deployments/basemainnet_addresses.json +1 -0
- package/deployments/basesepolia/MockwstETH.json +458 -0
- package/deployments/basesepolia/VToken_vwstETH_Core.json +257 -0
- package/deployments/basesepolia/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/basesepolia.json +383 -0
- package/deployments/basesepolia_addresses.json +2 -0
- package/deployments/unichainmainnet/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink3000bps.json +608 -0
- package/deployments/unichainmainnet/VToken_vUNI_Core.json +257 -0
- package/deployments/unichainmainnet.json +434 -0
- package/deployments/unichainmainnet_addresses.json +2 -0
- package/deployments/unichainsepolia/JumpRateModelV2_base0bps_slope1500bps_jump30000bps_kink3000bps.json +608 -0
- package/deployments/unichainsepolia/MockUNI.json +458 -0
- package/deployments/unichainsepolia/VToken_vUNI_Core.json +257 -0
- package/deployments/unichainsepolia/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/unichainsepolia.json +864 -121
- package/deployments/unichainsepolia_addresses.json +3 -0
- package/deployments/zksyncmainnet/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +668 -0
- package/deployments/zksyncmainnet/VToken_vwstETH_Core.json +317 -0
- package/deployments/zksyncmainnet/solcInputs/4891999ef4820941e6f6f9716556c887.json +169 -0
- package/deployments/zksyncmainnet.json +434 -0
- package/deployments/zksyncmainnet_addresses.json +3 -1
- package/deployments/zksyncsepolia/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +668 -0
- package/deployments/zksyncsepolia/MockwstETH.json +519 -0
- package/deployments/zksyncsepolia/VToken_vwstETH_Core.json +317 -0
- package/deployments/zksyncsepolia/solcInputs/4891999ef4820941e6f6f9716556c887.json +169 -0
- package/deployments/zksyncsepolia.json +774 -31
- package/deployments/zksyncsepolia_addresses.json +4 -1
- package/dist/deployments/basemainnet.json +74 -0
- package/dist/deployments/basesepolia.json +383 -0
- package/dist/deployments/unichainmainnet.json +434 -0
- package/dist/deployments/unichainsepolia.json +864 -121
- package/dist/deployments/zksyncmainnet.json +434 -0
- package/dist/deployments/zksyncsepolia.json +774 -31
- package/dist/hardhat.config.js +1 -0
- package/dist/helpers/deploymentConfig.js +150 -0
- package/dist/typechain/factories/IVToken__factory.d.ts +5 -1
- package/dist/typechain/factories/IVToken__factory.js +201 -1
- package/package.json +1 -1
- package/typechain/IVToken.d.ts +341 -4
- package/typechain/factories/IVToken__factory.ts +201 -1
|
@@ -3810,6 +3810,315 @@
|
|
|
3810
3810
|
}
|
|
3811
3811
|
]
|
|
3812
3812
|
},
|
|
3813
|
+
"MockwstETH": {
|
|
3814
|
+
"address": "0xAd69AA3811fE0EE7dBd4e25C4bae40e6422c76C8",
|
|
3815
|
+
"abi": [
|
|
3816
|
+
{
|
|
3817
|
+
"inputs": [
|
|
3818
|
+
{
|
|
3819
|
+
"internalType": "string",
|
|
3820
|
+
"name": "name_",
|
|
3821
|
+
"type": "string"
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
"internalType": "string",
|
|
3825
|
+
"name": "symbol_",
|
|
3826
|
+
"type": "string"
|
|
3827
|
+
},
|
|
3828
|
+
{
|
|
3829
|
+
"internalType": "uint8",
|
|
3830
|
+
"name": "decimals_",
|
|
3831
|
+
"type": "uint8"
|
|
3832
|
+
}
|
|
3833
|
+
],
|
|
3834
|
+
"stateMutability": "nonpayable",
|
|
3835
|
+
"type": "constructor"
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"anonymous": false,
|
|
3839
|
+
"inputs": [
|
|
3840
|
+
{
|
|
3841
|
+
"indexed": true,
|
|
3842
|
+
"internalType": "address",
|
|
3843
|
+
"name": "owner",
|
|
3844
|
+
"type": "address"
|
|
3845
|
+
},
|
|
3846
|
+
{
|
|
3847
|
+
"indexed": true,
|
|
3848
|
+
"internalType": "address",
|
|
3849
|
+
"name": "spender",
|
|
3850
|
+
"type": "address"
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"indexed": false,
|
|
3854
|
+
"internalType": "uint256",
|
|
3855
|
+
"name": "value",
|
|
3856
|
+
"type": "uint256"
|
|
3857
|
+
}
|
|
3858
|
+
],
|
|
3859
|
+
"name": "Approval",
|
|
3860
|
+
"type": "event"
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"anonymous": false,
|
|
3864
|
+
"inputs": [
|
|
3865
|
+
{
|
|
3866
|
+
"indexed": true,
|
|
3867
|
+
"internalType": "address",
|
|
3868
|
+
"name": "from",
|
|
3869
|
+
"type": "address"
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"indexed": true,
|
|
3873
|
+
"internalType": "address",
|
|
3874
|
+
"name": "to",
|
|
3875
|
+
"type": "address"
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
"indexed": false,
|
|
3879
|
+
"internalType": "uint256",
|
|
3880
|
+
"name": "value",
|
|
3881
|
+
"type": "uint256"
|
|
3882
|
+
}
|
|
3883
|
+
],
|
|
3884
|
+
"name": "Transfer",
|
|
3885
|
+
"type": "event"
|
|
3886
|
+
},
|
|
3887
|
+
{
|
|
3888
|
+
"inputs": [
|
|
3889
|
+
{
|
|
3890
|
+
"internalType": "address",
|
|
3891
|
+
"name": "owner",
|
|
3892
|
+
"type": "address"
|
|
3893
|
+
},
|
|
3894
|
+
{
|
|
3895
|
+
"internalType": "address",
|
|
3896
|
+
"name": "spender",
|
|
3897
|
+
"type": "address"
|
|
3898
|
+
}
|
|
3899
|
+
],
|
|
3900
|
+
"name": "allowance",
|
|
3901
|
+
"outputs": [
|
|
3902
|
+
{
|
|
3903
|
+
"internalType": "uint256",
|
|
3904
|
+
"name": "",
|
|
3905
|
+
"type": "uint256"
|
|
3906
|
+
}
|
|
3907
|
+
],
|
|
3908
|
+
"stateMutability": "view",
|
|
3909
|
+
"type": "function"
|
|
3910
|
+
},
|
|
3911
|
+
{
|
|
3912
|
+
"inputs": [
|
|
3913
|
+
{
|
|
3914
|
+
"internalType": "address",
|
|
3915
|
+
"name": "spender",
|
|
3916
|
+
"type": "address"
|
|
3917
|
+
},
|
|
3918
|
+
{
|
|
3919
|
+
"internalType": "uint256",
|
|
3920
|
+
"name": "amount",
|
|
3921
|
+
"type": "uint256"
|
|
3922
|
+
}
|
|
3923
|
+
],
|
|
3924
|
+
"name": "approve",
|
|
3925
|
+
"outputs": [
|
|
3926
|
+
{
|
|
3927
|
+
"internalType": "bool",
|
|
3928
|
+
"name": "",
|
|
3929
|
+
"type": "bool"
|
|
3930
|
+
}
|
|
3931
|
+
],
|
|
3932
|
+
"stateMutability": "nonpayable",
|
|
3933
|
+
"type": "function"
|
|
3934
|
+
},
|
|
3935
|
+
{
|
|
3936
|
+
"inputs": [
|
|
3937
|
+
{
|
|
3938
|
+
"internalType": "address",
|
|
3939
|
+
"name": "account",
|
|
3940
|
+
"type": "address"
|
|
3941
|
+
}
|
|
3942
|
+
],
|
|
3943
|
+
"name": "balanceOf",
|
|
3944
|
+
"outputs": [
|
|
3945
|
+
{
|
|
3946
|
+
"internalType": "uint256",
|
|
3947
|
+
"name": "",
|
|
3948
|
+
"type": "uint256"
|
|
3949
|
+
}
|
|
3950
|
+
],
|
|
3951
|
+
"stateMutability": "view",
|
|
3952
|
+
"type": "function"
|
|
3953
|
+
},
|
|
3954
|
+
{
|
|
3955
|
+
"inputs": [],
|
|
3956
|
+
"name": "decimals",
|
|
3957
|
+
"outputs": [
|
|
3958
|
+
{
|
|
3959
|
+
"internalType": "uint8",
|
|
3960
|
+
"name": "",
|
|
3961
|
+
"type": "uint8"
|
|
3962
|
+
}
|
|
3963
|
+
],
|
|
3964
|
+
"stateMutability": "view",
|
|
3965
|
+
"type": "function"
|
|
3966
|
+
},
|
|
3967
|
+
{
|
|
3968
|
+
"inputs": [
|
|
3969
|
+
{
|
|
3970
|
+
"internalType": "address",
|
|
3971
|
+
"name": "spender",
|
|
3972
|
+
"type": "address"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"internalType": "uint256",
|
|
3976
|
+
"name": "subtractedValue",
|
|
3977
|
+
"type": "uint256"
|
|
3978
|
+
}
|
|
3979
|
+
],
|
|
3980
|
+
"name": "decreaseAllowance",
|
|
3981
|
+
"outputs": [
|
|
3982
|
+
{
|
|
3983
|
+
"internalType": "bool",
|
|
3984
|
+
"name": "",
|
|
3985
|
+
"type": "bool"
|
|
3986
|
+
}
|
|
3987
|
+
],
|
|
3988
|
+
"stateMutability": "nonpayable",
|
|
3989
|
+
"type": "function"
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
"inputs": [
|
|
3993
|
+
{
|
|
3994
|
+
"internalType": "uint256",
|
|
3995
|
+
"name": "amount",
|
|
3996
|
+
"type": "uint256"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"name": "faucet",
|
|
4000
|
+
"outputs": [],
|
|
4001
|
+
"stateMutability": "nonpayable",
|
|
4002
|
+
"type": "function"
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
"inputs": [
|
|
4006
|
+
{
|
|
4007
|
+
"internalType": "address",
|
|
4008
|
+
"name": "spender",
|
|
4009
|
+
"type": "address"
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
"internalType": "uint256",
|
|
4013
|
+
"name": "addedValue",
|
|
4014
|
+
"type": "uint256"
|
|
4015
|
+
}
|
|
4016
|
+
],
|
|
4017
|
+
"name": "increaseAllowance",
|
|
4018
|
+
"outputs": [
|
|
4019
|
+
{
|
|
4020
|
+
"internalType": "bool",
|
|
4021
|
+
"name": "",
|
|
4022
|
+
"type": "bool"
|
|
4023
|
+
}
|
|
4024
|
+
],
|
|
4025
|
+
"stateMutability": "nonpayable",
|
|
4026
|
+
"type": "function"
|
|
4027
|
+
},
|
|
4028
|
+
{
|
|
4029
|
+
"inputs": [],
|
|
4030
|
+
"name": "name",
|
|
4031
|
+
"outputs": [
|
|
4032
|
+
{
|
|
4033
|
+
"internalType": "string",
|
|
4034
|
+
"name": "",
|
|
4035
|
+
"type": "string"
|
|
4036
|
+
}
|
|
4037
|
+
],
|
|
4038
|
+
"stateMutability": "view",
|
|
4039
|
+
"type": "function"
|
|
4040
|
+
},
|
|
4041
|
+
{
|
|
4042
|
+
"inputs": [],
|
|
4043
|
+
"name": "symbol",
|
|
4044
|
+
"outputs": [
|
|
4045
|
+
{
|
|
4046
|
+
"internalType": "string",
|
|
4047
|
+
"name": "",
|
|
4048
|
+
"type": "string"
|
|
4049
|
+
}
|
|
4050
|
+
],
|
|
4051
|
+
"stateMutability": "view",
|
|
4052
|
+
"type": "function"
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"inputs": [],
|
|
4056
|
+
"name": "totalSupply",
|
|
4057
|
+
"outputs": [
|
|
4058
|
+
{
|
|
4059
|
+
"internalType": "uint256",
|
|
4060
|
+
"name": "",
|
|
4061
|
+
"type": "uint256"
|
|
4062
|
+
}
|
|
4063
|
+
],
|
|
4064
|
+
"stateMutability": "view",
|
|
4065
|
+
"type": "function"
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
"inputs": [
|
|
4069
|
+
{
|
|
4070
|
+
"internalType": "address",
|
|
4071
|
+
"name": "to",
|
|
4072
|
+
"type": "address"
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
"internalType": "uint256",
|
|
4076
|
+
"name": "amount",
|
|
4077
|
+
"type": "uint256"
|
|
4078
|
+
}
|
|
4079
|
+
],
|
|
4080
|
+
"name": "transfer",
|
|
4081
|
+
"outputs": [
|
|
4082
|
+
{
|
|
4083
|
+
"internalType": "bool",
|
|
4084
|
+
"name": "",
|
|
4085
|
+
"type": "bool"
|
|
4086
|
+
}
|
|
4087
|
+
],
|
|
4088
|
+
"stateMutability": "nonpayable",
|
|
4089
|
+
"type": "function"
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"inputs": [
|
|
4093
|
+
{
|
|
4094
|
+
"internalType": "address",
|
|
4095
|
+
"name": "from",
|
|
4096
|
+
"type": "address"
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"internalType": "address",
|
|
4100
|
+
"name": "to",
|
|
4101
|
+
"type": "address"
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"internalType": "uint256",
|
|
4105
|
+
"name": "amount",
|
|
4106
|
+
"type": "uint256"
|
|
4107
|
+
}
|
|
4108
|
+
],
|
|
4109
|
+
"name": "transferFrom",
|
|
4110
|
+
"outputs": [
|
|
4111
|
+
{
|
|
4112
|
+
"internalType": "bool",
|
|
4113
|
+
"name": "",
|
|
4114
|
+
"type": "bool"
|
|
4115
|
+
}
|
|
4116
|
+
],
|
|
4117
|
+
"stateMutability": "nonpayable",
|
|
4118
|
+
"type": "function"
|
|
4119
|
+
}
|
|
4120
|
+
]
|
|
4121
|
+
},
|
|
3813
4122
|
"MockwsuperOETHb": {
|
|
3814
4123
|
"address": "0x02B1136d9E223333E0083aeAB76bC441f230a033",
|
|
3815
4124
|
"abi": [
|
|
@@ -12283,6 +12592,80 @@
|
|
|
12283
12592
|
}
|
|
12284
12593
|
]
|
|
12285
12594
|
},
|
|
12595
|
+
"VToken_vwstETH_Core": {
|
|
12596
|
+
"address": "0x40A30E1B01e0CF3eE3F22f769b0E437160550eEa",
|
|
12597
|
+
"abi": [
|
|
12598
|
+
{
|
|
12599
|
+
"inputs": [
|
|
12600
|
+
{
|
|
12601
|
+
"internalType": "address",
|
|
12602
|
+
"name": "beacon",
|
|
12603
|
+
"type": "address"
|
|
12604
|
+
},
|
|
12605
|
+
{
|
|
12606
|
+
"internalType": "bytes",
|
|
12607
|
+
"name": "data",
|
|
12608
|
+
"type": "bytes"
|
|
12609
|
+
}
|
|
12610
|
+
],
|
|
12611
|
+
"stateMutability": "payable",
|
|
12612
|
+
"type": "constructor"
|
|
12613
|
+
},
|
|
12614
|
+
{
|
|
12615
|
+
"anonymous": false,
|
|
12616
|
+
"inputs": [
|
|
12617
|
+
{
|
|
12618
|
+
"indexed": false,
|
|
12619
|
+
"internalType": "address",
|
|
12620
|
+
"name": "previousAdmin",
|
|
12621
|
+
"type": "address"
|
|
12622
|
+
},
|
|
12623
|
+
{
|
|
12624
|
+
"indexed": false,
|
|
12625
|
+
"internalType": "address",
|
|
12626
|
+
"name": "newAdmin",
|
|
12627
|
+
"type": "address"
|
|
12628
|
+
}
|
|
12629
|
+
],
|
|
12630
|
+
"name": "AdminChanged",
|
|
12631
|
+
"type": "event"
|
|
12632
|
+
},
|
|
12633
|
+
{
|
|
12634
|
+
"anonymous": false,
|
|
12635
|
+
"inputs": [
|
|
12636
|
+
{
|
|
12637
|
+
"indexed": true,
|
|
12638
|
+
"internalType": "address",
|
|
12639
|
+
"name": "beacon",
|
|
12640
|
+
"type": "address"
|
|
12641
|
+
}
|
|
12642
|
+
],
|
|
12643
|
+
"name": "BeaconUpgraded",
|
|
12644
|
+
"type": "event"
|
|
12645
|
+
},
|
|
12646
|
+
{
|
|
12647
|
+
"anonymous": false,
|
|
12648
|
+
"inputs": [
|
|
12649
|
+
{
|
|
12650
|
+
"indexed": true,
|
|
12651
|
+
"internalType": "address",
|
|
12652
|
+
"name": "implementation",
|
|
12653
|
+
"type": "address"
|
|
12654
|
+
}
|
|
12655
|
+
],
|
|
12656
|
+
"name": "Upgraded",
|
|
12657
|
+
"type": "event"
|
|
12658
|
+
},
|
|
12659
|
+
{
|
|
12660
|
+
"stateMutability": "payable",
|
|
12661
|
+
"type": "fallback"
|
|
12662
|
+
},
|
|
12663
|
+
{
|
|
12664
|
+
"stateMutability": "payable",
|
|
12665
|
+
"type": "receive"
|
|
12666
|
+
}
|
|
12667
|
+
]
|
|
12668
|
+
},
|
|
12286
12669
|
"VToken_vwsuperOETHb_Core": {
|
|
12287
12670
|
"address": "0xF9d609ba31724E199ccaacaD3e3e7ED8462C20C5",
|
|
12288
12671
|
"abi": [
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": "0x43B1cF9AFA734F04d395Db87c593c75c2701Ea49",
|
|
11
11
|
"MockUSDC": "0xFa264c13d657180e65245a9C3ac8d08b9F5Fc54D",
|
|
12
12
|
"MockcbBTC": "0x0948001047A07e38F685f9a11ea1ddB16B234af9",
|
|
13
|
+
"MockwstETH": "0xAd69AA3811fE0EE7dBd4e25C4bae40e6422c76C8",
|
|
13
14
|
"MockwsuperOETHb": "0x02B1136d9E223333E0083aeAB76bC441f230a033",
|
|
14
15
|
"NativeTokenGateway_vWETH_Core": "0x3C13241910b56fF00C672E4A2c17E3758B925EC3",
|
|
15
16
|
"PoolLens": "0x968E60E2Aaf7a99d1FB33825E7a58EdA7841C7a6",
|
|
@@ -24,6 +25,7 @@
|
|
|
24
25
|
"VToken_vUSDC_Core": "0xA31D67c056Aadc2501535f2776bF1157904f810e",
|
|
25
26
|
"VToken_vWETH_Core": "0x436E5A07F58AAA86277e8b992bC3e596eC423d09",
|
|
26
27
|
"VToken_vcbBTC_Core": "0x776f14D624aBdAfa912d6Cd0864976DdaF5Ca4a7",
|
|
28
|
+
"VToken_vwstETH_Core": "0x40A30E1B01e0CF3eE3F22f769b0E437160550eEa",
|
|
27
29
|
"VToken_vwsuperOETHb_Core": "0xF9d609ba31724E199ccaacaD3e3e7ED8462C20C5"
|
|
28
30
|
}
|
|
29
31
|
}
|