@venusprotocol/oracle 2.5.0-dev.7 → 2.5.0-dev.9

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 (28) hide show
  1. package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.sol/VAI.dbg.json +1 -1
  2. package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.sol/VAI.json +2 -2
  3. package/artifacts/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.dbg.json +1 -1
  4. package/artifacts/build-info/10f6720a09b0c0628cc72a5dfb092652.json +1 -0
  5. package/artifacts/contracts/test/VAI.sol/VAIScenario.dbg.json +1 -1
  6. package/artifacts/contracts/test/VAI.sol/VAIScenario.json +2 -2
  7. package/artifacts-zk/@venusprotocol/venus-protocol/contracts/Tokens/VAI/VAI.sol/VAI.dbg.json +1 -1
  8. package/artifacts-zk/@venusprotocol/venus-protocol/contracts/Tokens/VAI/lib.sol/LibNote.dbg.json +1 -1
  9. package/artifacts-zk/build-info/dce9607a9d6967895de61210a25d3a01.json +1 -0
  10. package/artifacts-zk/contracts/test/VAI.sol/VAIScenario.dbg.json +1 -1
  11. package/deployments/arbitrumone/solcInputs/49d9f4b37cd7173493a35d973c18f6ba.json +259 -0
  12. package/deployments/arbitrumone/weETHOneJumpChainlinkOracle.json +306 -0
  13. package/deployments/arbitrumone/weETHOneJumpChainlinkOracle_Implementation.json +204 -0
  14. package/deployments/arbitrumone/weETHOneJumpChainlinkOracle_Proxy.json +224 -0
  15. package/deployments/arbitrumone/wstETHOneJumpChainlinkOracle.json +306 -0
  16. package/deployments/arbitrumone/wstETHOneJumpChainlinkOracle_Implementation.json +204 -0
  17. package/deployments/arbitrumone/wstETHOneJumpChainlinkOracle_Proxy.json +224 -0
  18. package/deployments/arbitrumone.json +930 -0
  19. package/deployments/arbitrumone_addresses.json +7 -1
  20. package/dist/deploy/13-deploy-wstETH-weETH-oracles.d.ts.map +1 -1
  21. package/dist/deploy/13-deploy-wstETH-weETH-oracles.js +7 -1
  22. package/dist/deploy/13-deploy-wstETH-weETH-oracles.js.map +1 -1
  23. package/dist/helpers/deploymentConfig.d.ts.map +1 -1
  24. package/dist/helpers/deploymentConfig.js +15 -0
  25. package/dist/helpers/deploymentConfig.js.map +1 -1
  26. package/package.json +3 -3
  27. package/artifacts/build-info/b82644fe55e99e876162664de47b7bf0.json +0 -1
  28. package/artifacts-zk/build-info/279610a9edcca8af2f398ee01fcc3cf0.json +0 -1
@@ -4876,6 +4876,936 @@
4876
4876
  "type": "receive"
4877
4877
  }
4878
4878
  ]
4879
+ },
4880
+ "weETHOneJumpChainlinkOracle": {
4881
+ "address": "0x09eA4825a5e2FB2CB9a44F317c22e7D65053ea9d",
4882
+ "abi": [
4883
+ {
4884
+ "anonymous": false,
4885
+ "inputs": [
4886
+ {
4887
+ "indexed": false,
4888
+ "internalType": "address",
4889
+ "name": "previousAdmin",
4890
+ "type": "address"
4891
+ },
4892
+ {
4893
+ "indexed": false,
4894
+ "internalType": "address",
4895
+ "name": "newAdmin",
4896
+ "type": "address"
4897
+ }
4898
+ ],
4899
+ "name": "AdminChanged",
4900
+ "type": "event"
4901
+ },
4902
+ {
4903
+ "anonymous": false,
4904
+ "inputs": [
4905
+ {
4906
+ "indexed": true,
4907
+ "internalType": "address",
4908
+ "name": "beacon",
4909
+ "type": "address"
4910
+ }
4911
+ ],
4912
+ "name": "BeaconUpgraded",
4913
+ "type": "event"
4914
+ },
4915
+ {
4916
+ "anonymous": false,
4917
+ "inputs": [
4918
+ {
4919
+ "indexed": true,
4920
+ "internalType": "address",
4921
+ "name": "implementation",
4922
+ "type": "address"
4923
+ }
4924
+ ],
4925
+ "name": "Upgraded",
4926
+ "type": "event"
4927
+ },
4928
+ {
4929
+ "stateMutability": "payable",
4930
+ "type": "fallback"
4931
+ },
4932
+ {
4933
+ "inputs": [],
4934
+ "name": "admin",
4935
+ "outputs": [
4936
+ {
4937
+ "internalType": "address",
4938
+ "name": "admin_",
4939
+ "type": "address"
4940
+ }
4941
+ ],
4942
+ "stateMutability": "nonpayable",
4943
+ "type": "function"
4944
+ },
4945
+ {
4946
+ "inputs": [],
4947
+ "name": "implementation",
4948
+ "outputs": [
4949
+ {
4950
+ "internalType": "address",
4951
+ "name": "implementation_",
4952
+ "type": "address"
4953
+ }
4954
+ ],
4955
+ "stateMutability": "nonpayable",
4956
+ "type": "function"
4957
+ },
4958
+ {
4959
+ "inputs": [
4960
+ {
4961
+ "internalType": "address",
4962
+ "name": "newImplementation",
4963
+ "type": "address"
4964
+ }
4965
+ ],
4966
+ "name": "upgradeTo",
4967
+ "outputs": [],
4968
+ "stateMutability": "nonpayable",
4969
+ "type": "function"
4970
+ },
4971
+ {
4972
+ "inputs": [
4973
+ {
4974
+ "internalType": "address",
4975
+ "name": "newImplementation",
4976
+ "type": "address"
4977
+ },
4978
+ {
4979
+ "internalType": "bytes",
4980
+ "name": "data",
4981
+ "type": "bytes"
4982
+ }
4983
+ ],
4984
+ "name": "upgradeToAndCall",
4985
+ "outputs": [],
4986
+ "stateMutability": "payable",
4987
+ "type": "function"
4988
+ },
4989
+ {
4990
+ "stateMutability": "payable",
4991
+ "type": "receive"
4992
+ },
4993
+ {
4994
+ "inputs": [],
4995
+ "name": "InvalidTokenAddress",
4996
+ "type": "error"
4997
+ },
4998
+ {
4999
+ "inputs": [],
5000
+ "name": "ZeroAddressNotAllowed",
5001
+ "type": "error"
5002
+ },
5003
+ {
5004
+ "inputs": [],
5005
+ "name": "CORRELATED_TOKEN",
5006
+ "outputs": [
5007
+ {
5008
+ "internalType": "address",
5009
+ "name": "",
5010
+ "type": "address"
5011
+ }
5012
+ ],
5013
+ "stateMutability": "view",
5014
+ "type": "function"
5015
+ },
5016
+ {
5017
+ "inputs": [],
5018
+ "name": "INTERMEDIATE_ORACLE",
5019
+ "outputs": [
5020
+ {
5021
+ "internalType": "contract OracleInterface",
5022
+ "name": "",
5023
+ "type": "address"
5024
+ }
5025
+ ],
5026
+ "stateMutability": "view",
5027
+ "type": "function"
5028
+ },
5029
+ {
5030
+ "inputs": [],
5031
+ "name": "RESILIENT_ORACLE",
5032
+ "outputs": [
5033
+ {
5034
+ "internalType": "contract OracleInterface",
5035
+ "name": "",
5036
+ "type": "address"
5037
+ }
5038
+ ],
5039
+ "stateMutability": "view",
5040
+ "type": "function"
5041
+ },
5042
+ {
5043
+ "inputs": [],
5044
+ "name": "UNDERLYING_TOKEN",
5045
+ "outputs": [
5046
+ {
5047
+ "internalType": "address",
5048
+ "name": "",
5049
+ "type": "address"
5050
+ }
5051
+ ],
5052
+ "stateMutability": "view",
5053
+ "type": "function"
5054
+ },
5055
+ {
5056
+ "inputs": [
5057
+ {
5058
+ "internalType": "address",
5059
+ "name": "asset",
5060
+ "type": "address"
5061
+ }
5062
+ ],
5063
+ "name": "getPrice",
5064
+ "outputs": [
5065
+ {
5066
+ "internalType": "uint256",
5067
+ "name": "",
5068
+ "type": "uint256"
5069
+ }
5070
+ ],
5071
+ "stateMutability": "view",
5072
+ "type": "function"
5073
+ },
5074
+ {
5075
+ "inputs": [
5076
+ {
5077
+ "internalType": "address",
5078
+ "name": "_logic",
5079
+ "type": "address"
5080
+ },
5081
+ {
5082
+ "internalType": "address",
5083
+ "name": "admin_",
5084
+ "type": "address"
5085
+ },
5086
+ {
5087
+ "internalType": "bytes",
5088
+ "name": "_data",
5089
+ "type": "bytes"
5090
+ }
5091
+ ],
5092
+ "stateMutability": "payable",
5093
+ "type": "constructor"
5094
+ }
5095
+ ]
5096
+ },
5097
+ "weETHOneJumpChainlinkOracle_Implementation": {
5098
+ "address": "0x73fBdF1cBEeccC8bc11564527f5E8B49A64D95dA",
5099
+ "abi": [
5100
+ {
5101
+ "inputs": [
5102
+ {
5103
+ "internalType": "address",
5104
+ "name": "correlatedToken",
5105
+ "type": "address"
5106
+ },
5107
+ {
5108
+ "internalType": "address",
5109
+ "name": "underlyingToken",
5110
+ "type": "address"
5111
+ },
5112
+ {
5113
+ "internalType": "address",
5114
+ "name": "resilientOracle",
5115
+ "type": "address"
5116
+ },
5117
+ {
5118
+ "internalType": "address",
5119
+ "name": "intermediateOracle",
5120
+ "type": "address"
5121
+ }
5122
+ ],
5123
+ "stateMutability": "nonpayable",
5124
+ "type": "constructor"
5125
+ },
5126
+ {
5127
+ "inputs": [],
5128
+ "name": "InvalidTokenAddress",
5129
+ "type": "error"
5130
+ },
5131
+ {
5132
+ "inputs": [],
5133
+ "name": "ZeroAddressNotAllowed",
5134
+ "type": "error"
5135
+ },
5136
+ {
5137
+ "inputs": [],
5138
+ "name": "CORRELATED_TOKEN",
5139
+ "outputs": [
5140
+ {
5141
+ "internalType": "address",
5142
+ "name": "",
5143
+ "type": "address"
5144
+ }
5145
+ ],
5146
+ "stateMutability": "view",
5147
+ "type": "function"
5148
+ },
5149
+ {
5150
+ "inputs": [],
5151
+ "name": "INTERMEDIATE_ORACLE",
5152
+ "outputs": [
5153
+ {
5154
+ "internalType": "contract OracleInterface",
5155
+ "name": "",
5156
+ "type": "address"
5157
+ }
5158
+ ],
5159
+ "stateMutability": "view",
5160
+ "type": "function"
5161
+ },
5162
+ {
5163
+ "inputs": [],
5164
+ "name": "RESILIENT_ORACLE",
5165
+ "outputs": [
5166
+ {
5167
+ "internalType": "contract OracleInterface",
5168
+ "name": "",
5169
+ "type": "address"
5170
+ }
5171
+ ],
5172
+ "stateMutability": "view",
5173
+ "type": "function"
5174
+ },
5175
+ {
5176
+ "inputs": [],
5177
+ "name": "UNDERLYING_TOKEN",
5178
+ "outputs": [
5179
+ {
5180
+ "internalType": "address",
5181
+ "name": "",
5182
+ "type": "address"
5183
+ }
5184
+ ],
5185
+ "stateMutability": "view",
5186
+ "type": "function"
5187
+ },
5188
+ {
5189
+ "inputs": [
5190
+ {
5191
+ "internalType": "address",
5192
+ "name": "asset",
5193
+ "type": "address"
5194
+ }
5195
+ ],
5196
+ "name": "getPrice",
5197
+ "outputs": [
5198
+ {
5199
+ "internalType": "uint256",
5200
+ "name": "",
5201
+ "type": "uint256"
5202
+ }
5203
+ ],
5204
+ "stateMutability": "view",
5205
+ "type": "function"
5206
+ }
5207
+ ]
5208
+ },
5209
+ "weETHOneJumpChainlinkOracle_Proxy": {
5210
+ "address": "0x09eA4825a5e2FB2CB9a44F317c22e7D65053ea9d",
5211
+ "abi": [
5212
+ {
5213
+ "inputs": [
5214
+ {
5215
+ "internalType": "address",
5216
+ "name": "_logic",
5217
+ "type": "address"
5218
+ },
5219
+ {
5220
+ "internalType": "address",
5221
+ "name": "admin_",
5222
+ "type": "address"
5223
+ },
5224
+ {
5225
+ "internalType": "bytes",
5226
+ "name": "_data",
5227
+ "type": "bytes"
5228
+ }
5229
+ ],
5230
+ "stateMutability": "payable",
5231
+ "type": "constructor"
5232
+ },
5233
+ {
5234
+ "anonymous": false,
5235
+ "inputs": [
5236
+ {
5237
+ "indexed": false,
5238
+ "internalType": "address",
5239
+ "name": "previousAdmin",
5240
+ "type": "address"
5241
+ },
5242
+ {
5243
+ "indexed": false,
5244
+ "internalType": "address",
5245
+ "name": "newAdmin",
5246
+ "type": "address"
5247
+ }
5248
+ ],
5249
+ "name": "AdminChanged",
5250
+ "type": "event"
5251
+ },
5252
+ {
5253
+ "anonymous": false,
5254
+ "inputs": [
5255
+ {
5256
+ "indexed": true,
5257
+ "internalType": "address",
5258
+ "name": "beacon",
5259
+ "type": "address"
5260
+ }
5261
+ ],
5262
+ "name": "BeaconUpgraded",
5263
+ "type": "event"
5264
+ },
5265
+ {
5266
+ "anonymous": false,
5267
+ "inputs": [
5268
+ {
5269
+ "indexed": true,
5270
+ "internalType": "address",
5271
+ "name": "implementation",
5272
+ "type": "address"
5273
+ }
5274
+ ],
5275
+ "name": "Upgraded",
5276
+ "type": "event"
5277
+ },
5278
+ {
5279
+ "stateMutability": "payable",
5280
+ "type": "fallback"
5281
+ },
5282
+ {
5283
+ "inputs": [],
5284
+ "name": "admin",
5285
+ "outputs": [
5286
+ {
5287
+ "internalType": "address",
5288
+ "name": "admin_",
5289
+ "type": "address"
5290
+ }
5291
+ ],
5292
+ "stateMutability": "nonpayable",
5293
+ "type": "function"
5294
+ },
5295
+ {
5296
+ "inputs": [],
5297
+ "name": "implementation",
5298
+ "outputs": [
5299
+ {
5300
+ "internalType": "address",
5301
+ "name": "implementation_",
5302
+ "type": "address"
5303
+ }
5304
+ ],
5305
+ "stateMutability": "nonpayable",
5306
+ "type": "function"
5307
+ },
5308
+ {
5309
+ "inputs": [
5310
+ {
5311
+ "internalType": "address",
5312
+ "name": "newImplementation",
5313
+ "type": "address"
5314
+ }
5315
+ ],
5316
+ "name": "upgradeTo",
5317
+ "outputs": [],
5318
+ "stateMutability": "nonpayable",
5319
+ "type": "function"
5320
+ },
5321
+ {
5322
+ "inputs": [
5323
+ {
5324
+ "internalType": "address",
5325
+ "name": "newImplementation",
5326
+ "type": "address"
5327
+ },
5328
+ {
5329
+ "internalType": "bytes",
5330
+ "name": "data",
5331
+ "type": "bytes"
5332
+ }
5333
+ ],
5334
+ "name": "upgradeToAndCall",
5335
+ "outputs": [],
5336
+ "stateMutability": "payable",
5337
+ "type": "function"
5338
+ },
5339
+ {
5340
+ "stateMutability": "payable",
5341
+ "type": "receive"
5342
+ }
5343
+ ]
5344
+ },
5345
+ "wstETHOneJumpChainlinkOracle": {
5346
+ "address": "0x748DeFdbaE5215cdF0C436c538804823b55D76bc",
5347
+ "abi": [
5348
+ {
5349
+ "anonymous": false,
5350
+ "inputs": [
5351
+ {
5352
+ "indexed": false,
5353
+ "internalType": "address",
5354
+ "name": "previousAdmin",
5355
+ "type": "address"
5356
+ },
5357
+ {
5358
+ "indexed": false,
5359
+ "internalType": "address",
5360
+ "name": "newAdmin",
5361
+ "type": "address"
5362
+ }
5363
+ ],
5364
+ "name": "AdminChanged",
5365
+ "type": "event"
5366
+ },
5367
+ {
5368
+ "anonymous": false,
5369
+ "inputs": [
5370
+ {
5371
+ "indexed": true,
5372
+ "internalType": "address",
5373
+ "name": "beacon",
5374
+ "type": "address"
5375
+ }
5376
+ ],
5377
+ "name": "BeaconUpgraded",
5378
+ "type": "event"
5379
+ },
5380
+ {
5381
+ "anonymous": false,
5382
+ "inputs": [
5383
+ {
5384
+ "indexed": true,
5385
+ "internalType": "address",
5386
+ "name": "implementation",
5387
+ "type": "address"
5388
+ }
5389
+ ],
5390
+ "name": "Upgraded",
5391
+ "type": "event"
5392
+ },
5393
+ {
5394
+ "stateMutability": "payable",
5395
+ "type": "fallback"
5396
+ },
5397
+ {
5398
+ "inputs": [],
5399
+ "name": "admin",
5400
+ "outputs": [
5401
+ {
5402
+ "internalType": "address",
5403
+ "name": "admin_",
5404
+ "type": "address"
5405
+ }
5406
+ ],
5407
+ "stateMutability": "nonpayable",
5408
+ "type": "function"
5409
+ },
5410
+ {
5411
+ "inputs": [],
5412
+ "name": "implementation",
5413
+ "outputs": [
5414
+ {
5415
+ "internalType": "address",
5416
+ "name": "implementation_",
5417
+ "type": "address"
5418
+ }
5419
+ ],
5420
+ "stateMutability": "nonpayable",
5421
+ "type": "function"
5422
+ },
5423
+ {
5424
+ "inputs": [
5425
+ {
5426
+ "internalType": "address",
5427
+ "name": "newImplementation",
5428
+ "type": "address"
5429
+ }
5430
+ ],
5431
+ "name": "upgradeTo",
5432
+ "outputs": [],
5433
+ "stateMutability": "nonpayable",
5434
+ "type": "function"
5435
+ },
5436
+ {
5437
+ "inputs": [
5438
+ {
5439
+ "internalType": "address",
5440
+ "name": "newImplementation",
5441
+ "type": "address"
5442
+ },
5443
+ {
5444
+ "internalType": "bytes",
5445
+ "name": "data",
5446
+ "type": "bytes"
5447
+ }
5448
+ ],
5449
+ "name": "upgradeToAndCall",
5450
+ "outputs": [],
5451
+ "stateMutability": "payable",
5452
+ "type": "function"
5453
+ },
5454
+ {
5455
+ "stateMutability": "payable",
5456
+ "type": "receive"
5457
+ },
5458
+ {
5459
+ "inputs": [],
5460
+ "name": "InvalidTokenAddress",
5461
+ "type": "error"
5462
+ },
5463
+ {
5464
+ "inputs": [],
5465
+ "name": "ZeroAddressNotAllowed",
5466
+ "type": "error"
5467
+ },
5468
+ {
5469
+ "inputs": [],
5470
+ "name": "CORRELATED_TOKEN",
5471
+ "outputs": [
5472
+ {
5473
+ "internalType": "address",
5474
+ "name": "",
5475
+ "type": "address"
5476
+ }
5477
+ ],
5478
+ "stateMutability": "view",
5479
+ "type": "function"
5480
+ },
5481
+ {
5482
+ "inputs": [],
5483
+ "name": "INTERMEDIATE_ORACLE",
5484
+ "outputs": [
5485
+ {
5486
+ "internalType": "contract OracleInterface",
5487
+ "name": "",
5488
+ "type": "address"
5489
+ }
5490
+ ],
5491
+ "stateMutability": "view",
5492
+ "type": "function"
5493
+ },
5494
+ {
5495
+ "inputs": [],
5496
+ "name": "RESILIENT_ORACLE",
5497
+ "outputs": [
5498
+ {
5499
+ "internalType": "contract OracleInterface",
5500
+ "name": "",
5501
+ "type": "address"
5502
+ }
5503
+ ],
5504
+ "stateMutability": "view",
5505
+ "type": "function"
5506
+ },
5507
+ {
5508
+ "inputs": [],
5509
+ "name": "UNDERLYING_TOKEN",
5510
+ "outputs": [
5511
+ {
5512
+ "internalType": "address",
5513
+ "name": "",
5514
+ "type": "address"
5515
+ }
5516
+ ],
5517
+ "stateMutability": "view",
5518
+ "type": "function"
5519
+ },
5520
+ {
5521
+ "inputs": [
5522
+ {
5523
+ "internalType": "address",
5524
+ "name": "asset",
5525
+ "type": "address"
5526
+ }
5527
+ ],
5528
+ "name": "getPrice",
5529
+ "outputs": [
5530
+ {
5531
+ "internalType": "uint256",
5532
+ "name": "",
5533
+ "type": "uint256"
5534
+ }
5535
+ ],
5536
+ "stateMutability": "view",
5537
+ "type": "function"
5538
+ },
5539
+ {
5540
+ "inputs": [
5541
+ {
5542
+ "internalType": "address",
5543
+ "name": "_logic",
5544
+ "type": "address"
5545
+ },
5546
+ {
5547
+ "internalType": "address",
5548
+ "name": "admin_",
5549
+ "type": "address"
5550
+ },
5551
+ {
5552
+ "internalType": "bytes",
5553
+ "name": "_data",
5554
+ "type": "bytes"
5555
+ }
5556
+ ],
5557
+ "stateMutability": "payable",
5558
+ "type": "constructor"
5559
+ }
5560
+ ]
5561
+ },
5562
+ "wstETHOneJumpChainlinkOracle_Implementation": {
5563
+ "address": "0x546149415DA22B6A53CD82254ad0c4cd03671312",
5564
+ "abi": [
5565
+ {
5566
+ "inputs": [
5567
+ {
5568
+ "internalType": "address",
5569
+ "name": "correlatedToken",
5570
+ "type": "address"
5571
+ },
5572
+ {
5573
+ "internalType": "address",
5574
+ "name": "underlyingToken",
5575
+ "type": "address"
5576
+ },
5577
+ {
5578
+ "internalType": "address",
5579
+ "name": "resilientOracle",
5580
+ "type": "address"
5581
+ },
5582
+ {
5583
+ "internalType": "address",
5584
+ "name": "intermediateOracle",
5585
+ "type": "address"
5586
+ }
5587
+ ],
5588
+ "stateMutability": "nonpayable",
5589
+ "type": "constructor"
5590
+ },
5591
+ {
5592
+ "inputs": [],
5593
+ "name": "InvalidTokenAddress",
5594
+ "type": "error"
5595
+ },
5596
+ {
5597
+ "inputs": [],
5598
+ "name": "ZeroAddressNotAllowed",
5599
+ "type": "error"
5600
+ },
5601
+ {
5602
+ "inputs": [],
5603
+ "name": "CORRELATED_TOKEN",
5604
+ "outputs": [
5605
+ {
5606
+ "internalType": "address",
5607
+ "name": "",
5608
+ "type": "address"
5609
+ }
5610
+ ],
5611
+ "stateMutability": "view",
5612
+ "type": "function"
5613
+ },
5614
+ {
5615
+ "inputs": [],
5616
+ "name": "INTERMEDIATE_ORACLE",
5617
+ "outputs": [
5618
+ {
5619
+ "internalType": "contract OracleInterface",
5620
+ "name": "",
5621
+ "type": "address"
5622
+ }
5623
+ ],
5624
+ "stateMutability": "view",
5625
+ "type": "function"
5626
+ },
5627
+ {
5628
+ "inputs": [],
5629
+ "name": "RESILIENT_ORACLE",
5630
+ "outputs": [
5631
+ {
5632
+ "internalType": "contract OracleInterface",
5633
+ "name": "",
5634
+ "type": "address"
5635
+ }
5636
+ ],
5637
+ "stateMutability": "view",
5638
+ "type": "function"
5639
+ },
5640
+ {
5641
+ "inputs": [],
5642
+ "name": "UNDERLYING_TOKEN",
5643
+ "outputs": [
5644
+ {
5645
+ "internalType": "address",
5646
+ "name": "",
5647
+ "type": "address"
5648
+ }
5649
+ ],
5650
+ "stateMutability": "view",
5651
+ "type": "function"
5652
+ },
5653
+ {
5654
+ "inputs": [
5655
+ {
5656
+ "internalType": "address",
5657
+ "name": "asset",
5658
+ "type": "address"
5659
+ }
5660
+ ],
5661
+ "name": "getPrice",
5662
+ "outputs": [
5663
+ {
5664
+ "internalType": "uint256",
5665
+ "name": "",
5666
+ "type": "uint256"
5667
+ }
5668
+ ],
5669
+ "stateMutability": "view",
5670
+ "type": "function"
5671
+ }
5672
+ ]
5673
+ },
5674
+ "wstETHOneJumpChainlinkOracle_Proxy": {
5675
+ "address": "0x748DeFdbaE5215cdF0C436c538804823b55D76bc",
5676
+ "abi": [
5677
+ {
5678
+ "inputs": [
5679
+ {
5680
+ "internalType": "address",
5681
+ "name": "_logic",
5682
+ "type": "address"
5683
+ },
5684
+ {
5685
+ "internalType": "address",
5686
+ "name": "admin_",
5687
+ "type": "address"
5688
+ },
5689
+ {
5690
+ "internalType": "bytes",
5691
+ "name": "_data",
5692
+ "type": "bytes"
5693
+ }
5694
+ ],
5695
+ "stateMutability": "payable",
5696
+ "type": "constructor"
5697
+ },
5698
+ {
5699
+ "anonymous": false,
5700
+ "inputs": [
5701
+ {
5702
+ "indexed": false,
5703
+ "internalType": "address",
5704
+ "name": "previousAdmin",
5705
+ "type": "address"
5706
+ },
5707
+ {
5708
+ "indexed": false,
5709
+ "internalType": "address",
5710
+ "name": "newAdmin",
5711
+ "type": "address"
5712
+ }
5713
+ ],
5714
+ "name": "AdminChanged",
5715
+ "type": "event"
5716
+ },
5717
+ {
5718
+ "anonymous": false,
5719
+ "inputs": [
5720
+ {
5721
+ "indexed": true,
5722
+ "internalType": "address",
5723
+ "name": "beacon",
5724
+ "type": "address"
5725
+ }
5726
+ ],
5727
+ "name": "BeaconUpgraded",
5728
+ "type": "event"
5729
+ },
5730
+ {
5731
+ "anonymous": false,
5732
+ "inputs": [
5733
+ {
5734
+ "indexed": true,
5735
+ "internalType": "address",
5736
+ "name": "implementation",
5737
+ "type": "address"
5738
+ }
5739
+ ],
5740
+ "name": "Upgraded",
5741
+ "type": "event"
5742
+ },
5743
+ {
5744
+ "stateMutability": "payable",
5745
+ "type": "fallback"
5746
+ },
5747
+ {
5748
+ "inputs": [],
5749
+ "name": "admin",
5750
+ "outputs": [
5751
+ {
5752
+ "internalType": "address",
5753
+ "name": "admin_",
5754
+ "type": "address"
5755
+ }
5756
+ ],
5757
+ "stateMutability": "nonpayable",
5758
+ "type": "function"
5759
+ },
5760
+ {
5761
+ "inputs": [],
5762
+ "name": "implementation",
5763
+ "outputs": [
5764
+ {
5765
+ "internalType": "address",
5766
+ "name": "implementation_",
5767
+ "type": "address"
5768
+ }
5769
+ ],
5770
+ "stateMutability": "nonpayable",
5771
+ "type": "function"
5772
+ },
5773
+ {
5774
+ "inputs": [
5775
+ {
5776
+ "internalType": "address",
5777
+ "name": "newImplementation",
5778
+ "type": "address"
5779
+ }
5780
+ ],
5781
+ "name": "upgradeTo",
5782
+ "outputs": [],
5783
+ "stateMutability": "nonpayable",
5784
+ "type": "function"
5785
+ },
5786
+ {
5787
+ "inputs": [
5788
+ {
5789
+ "internalType": "address",
5790
+ "name": "newImplementation",
5791
+ "type": "address"
5792
+ },
5793
+ {
5794
+ "internalType": "bytes",
5795
+ "name": "data",
5796
+ "type": "bytes"
5797
+ }
5798
+ ],
5799
+ "name": "upgradeToAndCall",
5800
+ "outputs": [],
5801
+ "stateMutability": "payable",
5802
+ "type": "function"
5803
+ },
5804
+ {
5805
+ "stateMutability": "payable",
5806
+ "type": "receive"
5807
+ }
5808
+ ]
4879
5809
  }
4880
5810
  }
4881
5811
  }