@venusprotocol/oracle 2.12.0 → 2.13.0-dev.1

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.
Files changed (30) hide show
  1. package/deployments/basemainnet/wstETHOneJumpChainlinkOracle.json +306 -0
  2. package/deployments/basemainnet/wstETHOneJumpChainlinkOracle_Implementation.json +204 -0
  3. package/deployments/basemainnet/wstETHOneJumpChainlinkOracle_Proxy.json +224 -0
  4. package/deployments/basemainnet.json +465 -0
  5. package/deployments/basemainnet_addresses.json +3 -0
  6. package/deployments/basesepolia/wstETHOneJumpChainlinkOracle.json +306 -0
  7. package/deployments/basesepolia/wstETHOneJumpChainlinkOracle_Implementation.json +204 -0
  8. package/deployments/basesepolia/wstETHOneJumpChainlinkOracle_Proxy.json +224 -0
  9. package/deployments/basesepolia.json +465 -0
  10. package/deployments/basesepolia_addresses.json +3 -0
  11. package/deployments/zksyncmainnet/solcInputs/e092fdbd86abd3281b70dd1ac599d6ef.json +340 -0
  12. package/deployments/zksyncmainnet/wstETHOneJumpChainlinkOracle.json +363 -0
  13. package/deployments/zksyncmainnet/wstETHOneJumpChainlinkOracle_Implementation.json +303 -0
  14. package/deployments/zksyncmainnet/wstETHOneJumpChainlinkOracle_Proxy.json +284 -0
  15. package/deployments/zksyncmainnet.json +465 -0
  16. package/deployments/zksyncmainnet_addresses.json +4 -1
  17. package/deployments/zksyncsepolia/solcInputs/e092fdbd86abd3281b70dd1ac599d6ef.json +340 -0
  18. package/deployments/zksyncsepolia/wstETHOneJumpChainlinkOracle.json +363 -0
  19. package/deployments/zksyncsepolia/wstETHOneJumpChainlinkOracle_Implementation.json +303 -0
  20. package/deployments/zksyncsepolia/wstETHOneJumpChainlinkOracle_Proxy.json +284 -0
  21. package/deployments/zksyncsepolia.json +465 -0
  22. package/deployments/zksyncsepolia_addresses.json +4 -1
  23. package/dist/deploy/20-deploy-wstETH-one-jump-oracle.d.ts +4 -0
  24. package/dist/deploy/20-deploy-wstETH-one-jump-oracle.d.ts.map +1 -0
  25. package/dist/deploy/20-deploy-wstETH-one-jump-oracle.js +43 -0
  26. package/dist/deploy/20-deploy-wstETH-one-jump-oracle.js.map +1 -0
  27. package/dist/helpers/deploymentConfig.d.ts.map +1 -1
  28. package/dist/helpers/deploymentConfig.js +6 -0
  29. package/dist/helpers/deploymentConfig.js.map +1 -1
  30. package/package.json +1 -1
@@ -4761,6 +4761,471 @@
4761
4761
  }
4762
4762
  ]
4763
4763
  },
4764
+ "wstETHOneJumpChainlinkOracle": {
4765
+ "address": "0x007e6Bd6993892b39210a7116506D6eA417B7565",
4766
+ "abi": [
4767
+ {
4768
+ "anonymous": false,
4769
+ "inputs": [
4770
+ {
4771
+ "indexed": false,
4772
+ "internalType": "address",
4773
+ "name": "previousAdmin",
4774
+ "type": "address"
4775
+ },
4776
+ {
4777
+ "indexed": false,
4778
+ "internalType": "address",
4779
+ "name": "newAdmin",
4780
+ "type": "address"
4781
+ }
4782
+ ],
4783
+ "name": "AdminChanged",
4784
+ "type": "event"
4785
+ },
4786
+ {
4787
+ "anonymous": false,
4788
+ "inputs": [
4789
+ {
4790
+ "indexed": true,
4791
+ "internalType": "address",
4792
+ "name": "beacon",
4793
+ "type": "address"
4794
+ }
4795
+ ],
4796
+ "name": "BeaconUpgraded",
4797
+ "type": "event"
4798
+ },
4799
+ {
4800
+ "anonymous": false,
4801
+ "inputs": [
4802
+ {
4803
+ "indexed": true,
4804
+ "internalType": "address",
4805
+ "name": "implementation",
4806
+ "type": "address"
4807
+ }
4808
+ ],
4809
+ "name": "Upgraded",
4810
+ "type": "event"
4811
+ },
4812
+ {
4813
+ "stateMutability": "payable",
4814
+ "type": "fallback"
4815
+ },
4816
+ {
4817
+ "inputs": [],
4818
+ "name": "admin",
4819
+ "outputs": [
4820
+ {
4821
+ "internalType": "address",
4822
+ "name": "admin_",
4823
+ "type": "address"
4824
+ }
4825
+ ],
4826
+ "stateMutability": "nonpayable",
4827
+ "type": "function"
4828
+ },
4829
+ {
4830
+ "inputs": [],
4831
+ "name": "implementation",
4832
+ "outputs": [
4833
+ {
4834
+ "internalType": "address",
4835
+ "name": "implementation_",
4836
+ "type": "address"
4837
+ }
4838
+ ],
4839
+ "stateMutability": "nonpayable",
4840
+ "type": "function"
4841
+ },
4842
+ {
4843
+ "inputs": [
4844
+ {
4845
+ "internalType": "address",
4846
+ "name": "newImplementation",
4847
+ "type": "address"
4848
+ }
4849
+ ],
4850
+ "name": "upgradeTo",
4851
+ "outputs": [],
4852
+ "stateMutability": "nonpayable",
4853
+ "type": "function"
4854
+ },
4855
+ {
4856
+ "inputs": [
4857
+ {
4858
+ "internalType": "address",
4859
+ "name": "newImplementation",
4860
+ "type": "address"
4861
+ },
4862
+ {
4863
+ "internalType": "bytes",
4864
+ "name": "data",
4865
+ "type": "bytes"
4866
+ }
4867
+ ],
4868
+ "name": "upgradeToAndCall",
4869
+ "outputs": [],
4870
+ "stateMutability": "payable",
4871
+ "type": "function"
4872
+ },
4873
+ {
4874
+ "stateMutability": "payable",
4875
+ "type": "receive"
4876
+ },
4877
+ {
4878
+ "inputs": [],
4879
+ "name": "InvalidTokenAddress",
4880
+ "type": "error"
4881
+ },
4882
+ {
4883
+ "inputs": [],
4884
+ "name": "ZeroAddressNotAllowed",
4885
+ "type": "error"
4886
+ },
4887
+ {
4888
+ "inputs": [],
4889
+ "name": "CORRELATED_TOKEN",
4890
+ "outputs": [
4891
+ {
4892
+ "internalType": "address",
4893
+ "name": "",
4894
+ "type": "address"
4895
+ }
4896
+ ],
4897
+ "stateMutability": "view",
4898
+ "type": "function"
4899
+ },
4900
+ {
4901
+ "inputs": [],
4902
+ "name": "INTERMEDIATE_ORACLE",
4903
+ "outputs": [
4904
+ {
4905
+ "internalType": "contract OracleInterface",
4906
+ "name": "",
4907
+ "type": "address"
4908
+ }
4909
+ ],
4910
+ "stateMutability": "view",
4911
+ "type": "function"
4912
+ },
4913
+ {
4914
+ "inputs": [],
4915
+ "name": "RESILIENT_ORACLE",
4916
+ "outputs": [
4917
+ {
4918
+ "internalType": "contract OracleInterface",
4919
+ "name": "",
4920
+ "type": "address"
4921
+ }
4922
+ ],
4923
+ "stateMutability": "view",
4924
+ "type": "function"
4925
+ },
4926
+ {
4927
+ "inputs": [],
4928
+ "name": "UNDERLYING_TOKEN",
4929
+ "outputs": [
4930
+ {
4931
+ "internalType": "address",
4932
+ "name": "",
4933
+ "type": "address"
4934
+ }
4935
+ ],
4936
+ "stateMutability": "view",
4937
+ "type": "function"
4938
+ },
4939
+ {
4940
+ "inputs": [
4941
+ {
4942
+ "internalType": "address",
4943
+ "name": "asset",
4944
+ "type": "address"
4945
+ }
4946
+ ],
4947
+ "name": "getPrice",
4948
+ "outputs": [
4949
+ {
4950
+ "internalType": "uint256",
4951
+ "name": "",
4952
+ "type": "uint256"
4953
+ }
4954
+ ],
4955
+ "stateMutability": "view",
4956
+ "type": "function"
4957
+ },
4958
+ {
4959
+ "inputs": [
4960
+ {
4961
+ "internalType": "address",
4962
+ "name": "_logic",
4963
+ "type": "address"
4964
+ },
4965
+ {
4966
+ "internalType": "address",
4967
+ "name": "admin_",
4968
+ "type": "address"
4969
+ },
4970
+ {
4971
+ "internalType": "bytes",
4972
+ "name": "_data",
4973
+ "type": "bytes"
4974
+ }
4975
+ ],
4976
+ "stateMutability": "payable",
4977
+ "type": "constructor"
4978
+ }
4979
+ ]
4980
+ },
4981
+ "wstETHOneJumpChainlinkOracle_Implementation": {
4982
+ "address": "0x285a2577030ce7a791c36a58b278DAA94b982041",
4983
+ "abi": [
4984
+ {
4985
+ "inputs": [
4986
+ {
4987
+ "internalType": "address",
4988
+ "name": "correlatedToken",
4989
+ "type": "address"
4990
+ },
4991
+ {
4992
+ "internalType": "address",
4993
+ "name": "underlyingToken",
4994
+ "type": "address"
4995
+ },
4996
+ {
4997
+ "internalType": "address",
4998
+ "name": "resilientOracle",
4999
+ "type": "address"
5000
+ },
5001
+ {
5002
+ "internalType": "address",
5003
+ "name": "intermediateOracle",
5004
+ "type": "address"
5005
+ }
5006
+ ],
5007
+ "stateMutability": "nonpayable",
5008
+ "type": "constructor"
5009
+ },
5010
+ {
5011
+ "inputs": [],
5012
+ "name": "InvalidTokenAddress",
5013
+ "type": "error"
5014
+ },
5015
+ {
5016
+ "inputs": [],
5017
+ "name": "ZeroAddressNotAllowed",
5018
+ "type": "error"
5019
+ },
5020
+ {
5021
+ "inputs": [],
5022
+ "name": "CORRELATED_TOKEN",
5023
+ "outputs": [
5024
+ {
5025
+ "internalType": "address",
5026
+ "name": "",
5027
+ "type": "address"
5028
+ }
5029
+ ],
5030
+ "stateMutability": "view",
5031
+ "type": "function"
5032
+ },
5033
+ {
5034
+ "inputs": [],
5035
+ "name": "INTERMEDIATE_ORACLE",
5036
+ "outputs": [
5037
+ {
5038
+ "internalType": "contract OracleInterface",
5039
+ "name": "",
5040
+ "type": "address"
5041
+ }
5042
+ ],
5043
+ "stateMutability": "view",
5044
+ "type": "function"
5045
+ },
5046
+ {
5047
+ "inputs": [],
5048
+ "name": "RESILIENT_ORACLE",
5049
+ "outputs": [
5050
+ {
5051
+ "internalType": "contract OracleInterface",
5052
+ "name": "",
5053
+ "type": "address"
5054
+ }
5055
+ ],
5056
+ "stateMutability": "view",
5057
+ "type": "function"
5058
+ },
5059
+ {
5060
+ "inputs": [],
5061
+ "name": "UNDERLYING_TOKEN",
5062
+ "outputs": [
5063
+ {
5064
+ "internalType": "address",
5065
+ "name": "",
5066
+ "type": "address"
5067
+ }
5068
+ ],
5069
+ "stateMutability": "view",
5070
+ "type": "function"
5071
+ },
5072
+ {
5073
+ "inputs": [
5074
+ {
5075
+ "internalType": "address",
5076
+ "name": "asset",
5077
+ "type": "address"
5078
+ }
5079
+ ],
5080
+ "name": "getPrice",
5081
+ "outputs": [
5082
+ {
5083
+ "internalType": "uint256",
5084
+ "name": "",
5085
+ "type": "uint256"
5086
+ }
5087
+ ],
5088
+ "stateMutability": "view",
5089
+ "type": "function"
5090
+ }
5091
+ ]
5092
+ },
5093
+ "wstETHOneJumpChainlinkOracle_Proxy": {
5094
+ "address": "0x007e6Bd6993892b39210a7116506D6eA417B7565",
5095
+ "abi": [
5096
+ {
5097
+ "inputs": [
5098
+ {
5099
+ "internalType": "address",
5100
+ "name": "_logic",
5101
+ "type": "address"
5102
+ },
5103
+ {
5104
+ "internalType": "address",
5105
+ "name": "admin_",
5106
+ "type": "address"
5107
+ },
5108
+ {
5109
+ "internalType": "bytes",
5110
+ "name": "_data",
5111
+ "type": "bytes"
5112
+ }
5113
+ ],
5114
+ "stateMutability": "payable",
5115
+ "type": "constructor"
5116
+ },
5117
+ {
5118
+ "anonymous": false,
5119
+ "inputs": [
5120
+ {
5121
+ "indexed": false,
5122
+ "internalType": "address",
5123
+ "name": "previousAdmin",
5124
+ "type": "address"
5125
+ },
5126
+ {
5127
+ "indexed": false,
5128
+ "internalType": "address",
5129
+ "name": "newAdmin",
5130
+ "type": "address"
5131
+ }
5132
+ ],
5133
+ "name": "AdminChanged",
5134
+ "type": "event"
5135
+ },
5136
+ {
5137
+ "anonymous": false,
5138
+ "inputs": [
5139
+ {
5140
+ "indexed": true,
5141
+ "internalType": "address",
5142
+ "name": "beacon",
5143
+ "type": "address"
5144
+ }
5145
+ ],
5146
+ "name": "BeaconUpgraded",
5147
+ "type": "event"
5148
+ },
5149
+ {
5150
+ "anonymous": false,
5151
+ "inputs": [
5152
+ {
5153
+ "indexed": true,
5154
+ "internalType": "address",
5155
+ "name": "implementation",
5156
+ "type": "address"
5157
+ }
5158
+ ],
5159
+ "name": "Upgraded",
5160
+ "type": "event"
5161
+ },
5162
+ {
5163
+ "stateMutability": "payable",
5164
+ "type": "fallback"
5165
+ },
5166
+ {
5167
+ "inputs": [],
5168
+ "name": "admin",
5169
+ "outputs": [
5170
+ {
5171
+ "internalType": "address",
5172
+ "name": "admin_",
5173
+ "type": "address"
5174
+ }
5175
+ ],
5176
+ "stateMutability": "nonpayable",
5177
+ "type": "function"
5178
+ },
5179
+ {
5180
+ "inputs": [],
5181
+ "name": "implementation",
5182
+ "outputs": [
5183
+ {
5184
+ "internalType": "address",
5185
+ "name": "implementation_",
5186
+ "type": "address"
5187
+ }
5188
+ ],
5189
+ "stateMutability": "nonpayable",
5190
+ "type": "function"
5191
+ },
5192
+ {
5193
+ "inputs": [
5194
+ {
5195
+ "internalType": "address",
5196
+ "name": "newImplementation",
5197
+ "type": "address"
5198
+ }
5199
+ ],
5200
+ "name": "upgradeTo",
5201
+ "outputs": [],
5202
+ "stateMutability": "nonpayable",
5203
+ "type": "function"
5204
+ },
5205
+ {
5206
+ "inputs": [
5207
+ {
5208
+ "internalType": "address",
5209
+ "name": "newImplementation",
5210
+ "type": "address"
5211
+ },
5212
+ {
5213
+ "internalType": "bytes",
5214
+ "name": "data",
5215
+ "type": "bytes"
5216
+ }
5217
+ ],
5218
+ "name": "upgradeToAndCall",
5219
+ "outputs": [],
5220
+ "stateMutability": "payable",
5221
+ "type": "function"
5222
+ },
5223
+ {
5224
+ "stateMutability": "payable",
5225
+ "type": "receive"
5226
+ }
5227
+ ]
5228
+ },
4764
5229
  "wsuperOETHb_ERC4626Oracle": {
4765
5230
  "address": "0x2ad7dFf3380A0b75dC0bB1f3B38C105AB5B6D818",
4766
5231
  "abi": [
@@ -15,6 +15,9 @@
15
15
  "ResilientOracle": "0xcBBf58bD5bAdE357b634419B70b215D5E9d6FbeD",
16
16
  "ResilientOracle_Implementation": "0xb87c9c8fB47B10960c43EBbaf37F4a2e222ec9E3",
17
17
  "ResilientOracle_Proxy": "0xcBBf58bD5bAdE357b634419B70b215D5E9d6FbeD",
18
+ "wstETHOneJumpChainlinkOracle": "0x007e6Bd6993892b39210a7116506D6eA417B7565",
19
+ "wstETHOneJumpChainlinkOracle_Implementation": "0x285a2577030ce7a791c36a58b278DAA94b982041",
20
+ "wstETHOneJumpChainlinkOracle_Proxy": "0x007e6Bd6993892b39210a7116506D6eA417B7565",
18
21
  "wsuperOETHb_ERC4626Oracle": "0x2ad7dFf3380A0b75dC0bB1f3B38C105AB5B6D818"
19
22
  }
20
23
  }