@venusprotocol/isolated-pools 3.9.0-dev.1 → 3.9.0-dev.3
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/JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps.json +608 -0
- package/deployments/basemainnet/VToken_vwsuperOETHb_Core.json +257 -0
- package/deployments/basemainnet/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/basemainnet.json +434 -0
- package/deployments/basemainnet_addresses.json +3 -1
- package/deployments/basesepolia/MockwsuperOETHb.json +477 -0
- package/deployments/basesepolia/VToken_vwsuperOETHb_Core.json +257 -0
- package/deployments/basesepolia/solcInputs/338456d498a2526684d442357ddf6830.json +52 -0
- package/deployments/basesepolia/solcInputs/3c20dc65cc123659b5918437b44f9306.json +403 -0
- package/deployments/basesepolia.json +402 -0
- package/deployments/basesepolia_addresses.json +3 -1
- package/deployments/ethereum/JumpRateModelV2_base0bps_slope1562bps_jump25000bps_kink8000bps.json +608 -0
- package/deployments/ethereum/VToken_vUSDS_Core.json +257 -0
- package/deployments/ethereum/VToken_vsUSDS_Core.json +257 -0
- package/deployments/ethereum/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/ethereum.json +508 -0
- package/deployments/ethereum_addresses.json +3 -0
- package/deployments/sepolia/JumpRateModelV2_base0bps_slope1562bps_jump25000bps_kink8000bps.json +608 -0
- package/deployments/sepolia/MockUSDS.json +458 -0
- package/deployments/sepolia/MocksUSDS.json +477 -0
- package/deployments/sepolia/VToken_vUSDS_Core.json +257 -0
- package/deployments/sepolia/VToken_vsUSDS_Core.json +257 -0
- package/deployments/sepolia/solcInputs/bf6504e8406cd8d7763a8de7cdacad9c.json +454 -0
- package/deployments/sepolia.json +1442 -297
- package/deployments/sepolia_addresses.json +5 -0
- package/dist/deployments/basemainnet.json +434 -0
- package/dist/deployments/basesepolia.json +402 -0
- package/dist/deployments/ethereum.json +508 -0
- package/dist/deployments/sepolia.json +1442 -297
- package/dist/helpers/deploymentConfig.d.ts +0 -2
- package/dist/helpers/deploymentConfig.js +166 -14
- package/package.json +2 -2
|
@@ -3810,6 +3810,334 @@
|
|
|
3810
3810
|
}
|
|
3811
3811
|
]
|
|
3812
3812
|
},
|
|
3813
|
+
"MockwsuperOETHb": {
|
|
3814
|
+
"address": "0x02B1136d9E223333E0083aeAB76bC441f230a033",
|
|
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
|
+
{
|
|
3957
|
+
"internalType": "uint256",
|
|
3958
|
+
"name": "shares",
|
|
3959
|
+
"type": "uint256"
|
|
3960
|
+
}
|
|
3961
|
+
],
|
|
3962
|
+
"name": "convertToAssets",
|
|
3963
|
+
"outputs": [
|
|
3964
|
+
{
|
|
3965
|
+
"internalType": "uint256",
|
|
3966
|
+
"name": "",
|
|
3967
|
+
"type": "uint256"
|
|
3968
|
+
}
|
|
3969
|
+
],
|
|
3970
|
+
"stateMutability": "pure",
|
|
3971
|
+
"type": "function"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
"inputs": [],
|
|
3975
|
+
"name": "decimals",
|
|
3976
|
+
"outputs": [
|
|
3977
|
+
{
|
|
3978
|
+
"internalType": "uint8",
|
|
3979
|
+
"name": "",
|
|
3980
|
+
"type": "uint8"
|
|
3981
|
+
}
|
|
3982
|
+
],
|
|
3983
|
+
"stateMutability": "view",
|
|
3984
|
+
"type": "function"
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"inputs": [
|
|
3988
|
+
{
|
|
3989
|
+
"internalType": "address",
|
|
3990
|
+
"name": "spender",
|
|
3991
|
+
"type": "address"
|
|
3992
|
+
},
|
|
3993
|
+
{
|
|
3994
|
+
"internalType": "uint256",
|
|
3995
|
+
"name": "subtractedValue",
|
|
3996
|
+
"type": "uint256"
|
|
3997
|
+
}
|
|
3998
|
+
],
|
|
3999
|
+
"name": "decreaseAllowance",
|
|
4000
|
+
"outputs": [
|
|
4001
|
+
{
|
|
4002
|
+
"internalType": "bool",
|
|
4003
|
+
"name": "",
|
|
4004
|
+
"type": "bool"
|
|
4005
|
+
}
|
|
4006
|
+
],
|
|
4007
|
+
"stateMutability": "nonpayable",
|
|
4008
|
+
"type": "function"
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"inputs": [
|
|
4012
|
+
{
|
|
4013
|
+
"internalType": "uint256",
|
|
4014
|
+
"name": "amount",
|
|
4015
|
+
"type": "uint256"
|
|
4016
|
+
}
|
|
4017
|
+
],
|
|
4018
|
+
"name": "faucet",
|
|
4019
|
+
"outputs": [],
|
|
4020
|
+
"stateMutability": "nonpayable",
|
|
4021
|
+
"type": "function"
|
|
4022
|
+
},
|
|
4023
|
+
{
|
|
4024
|
+
"inputs": [
|
|
4025
|
+
{
|
|
4026
|
+
"internalType": "address",
|
|
4027
|
+
"name": "spender",
|
|
4028
|
+
"type": "address"
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
"internalType": "uint256",
|
|
4032
|
+
"name": "addedValue",
|
|
4033
|
+
"type": "uint256"
|
|
4034
|
+
}
|
|
4035
|
+
],
|
|
4036
|
+
"name": "increaseAllowance",
|
|
4037
|
+
"outputs": [
|
|
4038
|
+
{
|
|
4039
|
+
"internalType": "bool",
|
|
4040
|
+
"name": "",
|
|
4041
|
+
"type": "bool"
|
|
4042
|
+
}
|
|
4043
|
+
],
|
|
4044
|
+
"stateMutability": "nonpayable",
|
|
4045
|
+
"type": "function"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"inputs": [],
|
|
4049
|
+
"name": "name",
|
|
4050
|
+
"outputs": [
|
|
4051
|
+
{
|
|
4052
|
+
"internalType": "string",
|
|
4053
|
+
"name": "",
|
|
4054
|
+
"type": "string"
|
|
4055
|
+
}
|
|
4056
|
+
],
|
|
4057
|
+
"stateMutability": "view",
|
|
4058
|
+
"type": "function"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"inputs": [],
|
|
4062
|
+
"name": "symbol",
|
|
4063
|
+
"outputs": [
|
|
4064
|
+
{
|
|
4065
|
+
"internalType": "string",
|
|
4066
|
+
"name": "",
|
|
4067
|
+
"type": "string"
|
|
4068
|
+
}
|
|
4069
|
+
],
|
|
4070
|
+
"stateMutability": "view",
|
|
4071
|
+
"type": "function"
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"inputs": [],
|
|
4075
|
+
"name": "totalSupply",
|
|
4076
|
+
"outputs": [
|
|
4077
|
+
{
|
|
4078
|
+
"internalType": "uint256",
|
|
4079
|
+
"name": "",
|
|
4080
|
+
"type": "uint256"
|
|
4081
|
+
}
|
|
4082
|
+
],
|
|
4083
|
+
"stateMutability": "view",
|
|
4084
|
+
"type": "function"
|
|
4085
|
+
},
|
|
4086
|
+
{
|
|
4087
|
+
"inputs": [
|
|
4088
|
+
{
|
|
4089
|
+
"internalType": "address",
|
|
4090
|
+
"name": "to",
|
|
4091
|
+
"type": "address"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"internalType": "uint256",
|
|
4095
|
+
"name": "amount",
|
|
4096
|
+
"type": "uint256"
|
|
4097
|
+
}
|
|
4098
|
+
],
|
|
4099
|
+
"name": "transfer",
|
|
4100
|
+
"outputs": [
|
|
4101
|
+
{
|
|
4102
|
+
"internalType": "bool",
|
|
4103
|
+
"name": "",
|
|
4104
|
+
"type": "bool"
|
|
4105
|
+
}
|
|
4106
|
+
],
|
|
4107
|
+
"stateMutability": "nonpayable",
|
|
4108
|
+
"type": "function"
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"inputs": [
|
|
4112
|
+
{
|
|
4113
|
+
"internalType": "address",
|
|
4114
|
+
"name": "from",
|
|
4115
|
+
"type": "address"
|
|
4116
|
+
},
|
|
4117
|
+
{
|
|
4118
|
+
"internalType": "address",
|
|
4119
|
+
"name": "to",
|
|
4120
|
+
"type": "address"
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"internalType": "uint256",
|
|
4124
|
+
"name": "amount",
|
|
4125
|
+
"type": "uint256"
|
|
4126
|
+
}
|
|
4127
|
+
],
|
|
4128
|
+
"name": "transferFrom",
|
|
4129
|
+
"outputs": [
|
|
4130
|
+
{
|
|
4131
|
+
"internalType": "bool",
|
|
4132
|
+
"name": "",
|
|
4133
|
+
"type": "bool"
|
|
4134
|
+
}
|
|
4135
|
+
],
|
|
4136
|
+
"stateMutability": "nonpayable",
|
|
4137
|
+
"type": "function"
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
},
|
|
3813
4141
|
"NativeTokenGateway_vWETH_Core": {
|
|
3814
4142
|
"address": "0x3C13241910b56fF00C672E4A2c17E3758B925EC3",
|
|
3815
4143
|
"abi": [
|
|
@@ -11954,6 +12282,80 @@
|
|
|
11954
12282
|
"type": "receive"
|
|
11955
12283
|
}
|
|
11956
12284
|
]
|
|
12285
|
+
},
|
|
12286
|
+
"VToken_vwsuperOETHb_Core": {
|
|
12287
|
+
"address": "0xF9d609ba31724E199ccaacaD3e3e7ED8462C20C5",
|
|
12288
|
+
"abi": [
|
|
12289
|
+
{
|
|
12290
|
+
"inputs": [
|
|
12291
|
+
{
|
|
12292
|
+
"internalType": "address",
|
|
12293
|
+
"name": "beacon",
|
|
12294
|
+
"type": "address"
|
|
12295
|
+
},
|
|
12296
|
+
{
|
|
12297
|
+
"internalType": "bytes",
|
|
12298
|
+
"name": "data",
|
|
12299
|
+
"type": "bytes"
|
|
12300
|
+
}
|
|
12301
|
+
],
|
|
12302
|
+
"stateMutability": "payable",
|
|
12303
|
+
"type": "constructor"
|
|
12304
|
+
},
|
|
12305
|
+
{
|
|
12306
|
+
"anonymous": false,
|
|
12307
|
+
"inputs": [
|
|
12308
|
+
{
|
|
12309
|
+
"indexed": false,
|
|
12310
|
+
"internalType": "address",
|
|
12311
|
+
"name": "previousAdmin",
|
|
12312
|
+
"type": "address"
|
|
12313
|
+
},
|
|
12314
|
+
{
|
|
12315
|
+
"indexed": false,
|
|
12316
|
+
"internalType": "address",
|
|
12317
|
+
"name": "newAdmin",
|
|
12318
|
+
"type": "address"
|
|
12319
|
+
}
|
|
12320
|
+
],
|
|
12321
|
+
"name": "AdminChanged",
|
|
12322
|
+
"type": "event"
|
|
12323
|
+
},
|
|
12324
|
+
{
|
|
12325
|
+
"anonymous": false,
|
|
12326
|
+
"inputs": [
|
|
12327
|
+
{
|
|
12328
|
+
"indexed": true,
|
|
12329
|
+
"internalType": "address",
|
|
12330
|
+
"name": "beacon",
|
|
12331
|
+
"type": "address"
|
|
12332
|
+
}
|
|
12333
|
+
],
|
|
12334
|
+
"name": "BeaconUpgraded",
|
|
12335
|
+
"type": "event"
|
|
12336
|
+
},
|
|
12337
|
+
{
|
|
12338
|
+
"anonymous": false,
|
|
12339
|
+
"inputs": [
|
|
12340
|
+
{
|
|
12341
|
+
"indexed": true,
|
|
12342
|
+
"internalType": "address",
|
|
12343
|
+
"name": "implementation",
|
|
12344
|
+
"type": "address"
|
|
12345
|
+
}
|
|
12346
|
+
],
|
|
12347
|
+
"name": "Upgraded",
|
|
12348
|
+
"type": "event"
|
|
12349
|
+
},
|
|
12350
|
+
{
|
|
12351
|
+
"stateMutability": "payable",
|
|
12352
|
+
"type": "fallback"
|
|
12353
|
+
},
|
|
12354
|
+
{
|
|
12355
|
+
"stateMutability": "payable",
|
|
12356
|
+
"type": "receive"
|
|
12357
|
+
}
|
|
12358
|
+
]
|
|
11957
12359
|
}
|
|
11958
12360
|
}
|
|
11959
12361
|
}
|
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
"JumpRateModelV2_base0bps_slope900bps_jump30000bps_kink4500bps": "0x43B1cF9AFA734F04d395Db87c593c75c2701Ea49",
|
|
11
11
|
"MockUSDC": "0xFa264c13d657180e65245a9C3ac8d08b9F5Fc54D",
|
|
12
12
|
"MockcbBTC": "0x0948001047A07e38F685f9a11ea1ddB16B234af9",
|
|
13
|
+
"MockwsuperOETHb": "0x02B1136d9E223333E0083aeAB76bC441f230a033",
|
|
13
14
|
"NativeTokenGateway_vWETH_Core": "0x3C13241910b56fF00C672E4A2c17E3758B925EC3",
|
|
14
15
|
"PoolLens": "0x968E60E2Aaf7a99d1FB33825E7a58EdA7841C7a6",
|
|
15
16
|
"PoolRegistry": "0xCa330282BEeb07a81963336d0bf8f5f34317916c",
|
|
@@ -22,6 +23,7 @@
|
|
|
22
23
|
"VTokenImpl": "0xC57e317AA447b4748C7Ea2C5d18725C4DaeC5C9c",
|
|
23
24
|
"VToken_vUSDC_Core": "0xA31D67c056Aadc2501535f2776bF1157904f810e",
|
|
24
25
|
"VToken_vWETH_Core": "0x436E5A07F58AAA86277e8b992bC3e596eC423d09",
|
|
25
|
-
"VToken_vcbBTC_Core": "0x776f14D624aBdAfa912d6Cd0864976DdaF5Ca4a7"
|
|
26
|
+
"VToken_vcbBTC_Core": "0x776f14D624aBdAfa912d6Cd0864976DdaF5Ca4a7",
|
|
27
|
+
"VToken_vwsuperOETHb_Core": "0xF9d609ba31724E199ccaacaD3e3e7ED8462C20C5"
|
|
26
28
|
}
|
|
27
29
|
}
|