@venusprotocol/oracle 2.14.1-dev.1 → 2.15.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.
@@ -15008,6 +15008,1070 @@
15008
15008
  }
15009
15009
  ]
15010
15010
  },
15011
+ "USDTChainlinkOracle": {
15012
+ "address": "0x22Dc2BAEa32E95AB07C2F5B8F63336CbF61aB6b8",
15013
+ "abi": [
15014
+ {
15015
+ "anonymous": false,
15016
+ "inputs": [
15017
+ {
15018
+ "indexed": false,
15019
+ "internalType": "address",
15020
+ "name": "previousAdmin",
15021
+ "type": "address"
15022
+ },
15023
+ {
15024
+ "indexed": false,
15025
+ "internalType": "address",
15026
+ "name": "newAdmin",
15027
+ "type": "address"
15028
+ }
15029
+ ],
15030
+ "name": "AdminChanged",
15031
+ "type": "event"
15032
+ },
15033
+ {
15034
+ "anonymous": false,
15035
+ "inputs": [
15036
+ {
15037
+ "indexed": true,
15038
+ "internalType": "address",
15039
+ "name": "beacon",
15040
+ "type": "address"
15041
+ }
15042
+ ],
15043
+ "name": "BeaconUpgraded",
15044
+ "type": "event"
15045
+ },
15046
+ {
15047
+ "anonymous": false,
15048
+ "inputs": [
15049
+ {
15050
+ "indexed": true,
15051
+ "internalType": "address",
15052
+ "name": "implementation",
15053
+ "type": "address"
15054
+ }
15055
+ ],
15056
+ "name": "Upgraded",
15057
+ "type": "event"
15058
+ },
15059
+ {
15060
+ "stateMutability": "payable",
15061
+ "type": "fallback"
15062
+ },
15063
+ {
15064
+ "inputs": [],
15065
+ "name": "admin",
15066
+ "outputs": [
15067
+ {
15068
+ "internalType": "address",
15069
+ "name": "admin_",
15070
+ "type": "address"
15071
+ }
15072
+ ],
15073
+ "stateMutability": "nonpayable",
15074
+ "type": "function"
15075
+ },
15076
+ {
15077
+ "inputs": [],
15078
+ "name": "implementation",
15079
+ "outputs": [
15080
+ {
15081
+ "internalType": "address",
15082
+ "name": "implementation_",
15083
+ "type": "address"
15084
+ }
15085
+ ],
15086
+ "stateMutability": "nonpayable",
15087
+ "type": "function"
15088
+ },
15089
+ {
15090
+ "inputs": [
15091
+ {
15092
+ "internalType": "address",
15093
+ "name": "newImplementation",
15094
+ "type": "address"
15095
+ }
15096
+ ],
15097
+ "name": "upgradeTo",
15098
+ "outputs": [],
15099
+ "stateMutability": "nonpayable",
15100
+ "type": "function"
15101
+ },
15102
+ {
15103
+ "inputs": [
15104
+ {
15105
+ "internalType": "address",
15106
+ "name": "newImplementation",
15107
+ "type": "address"
15108
+ },
15109
+ {
15110
+ "internalType": "bytes",
15111
+ "name": "data",
15112
+ "type": "bytes"
15113
+ }
15114
+ ],
15115
+ "name": "upgradeToAndCall",
15116
+ "outputs": [],
15117
+ "stateMutability": "payable",
15118
+ "type": "function"
15119
+ },
15120
+ {
15121
+ "stateMutability": "payable",
15122
+ "type": "receive"
15123
+ },
15124
+ {
15125
+ "inputs": [
15126
+ {
15127
+ "internalType": "address",
15128
+ "name": "sender",
15129
+ "type": "address"
15130
+ },
15131
+ {
15132
+ "internalType": "address",
15133
+ "name": "calledContract",
15134
+ "type": "address"
15135
+ },
15136
+ {
15137
+ "internalType": "string",
15138
+ "name": "methodSignature",
15139
+ "type": "string"
15140
+ }
15141
+ ],
15142
+ "name": "Unauthorized",
15143
+ "type": "error"
15144
+ },
15145
+ {
15146
+ "anonymous": false,
15147
+ "inputs": [
15148
+ {
15149
+ "indexed": false,
15150
+ "internalType": "uint8",
15151
+ "name": "version",
15152
+ "type": "uint8"
15153
+ }
15154
+ ],
15155
+ "name": "Initialized",
15156
+ "type": "event"
15157
+ },
15158
+ {
15159
+ "anonymous": false,
15160
+ "inputs": [
15161
+ {
15162
+ "indexed": false,
15163
+ "internalType": "address",
15164
+ "name": "oldAccessControlManager",
15165
+ "type": "address"
15166
+ },
15167
+ {
15168
+ "indexed": false,
15169
+ "internalType": "address",
15170
+ "name": "newAccessControlManager",
15171
+ "type": "address"
15172
+ }
15173
+ ],
15174
+ "name": "NewAccessControlManager",
15175
+ "type": "event"
15176
+ },
15177
+ {
15178
+ "anonymous": false,
15179
+ "inputs": [
15180
+ {
15181
+ "indexed": true,
15182
+ "internalType": "address",
15183
+ "name": "previousOwner",
15184
+ "type": "address"
15185
+ },
15186
+ {
15187
+ "indexed": true,
15188
+ "internalType": "address",
15189
+ "name": "newOwner",
15190
+ "type": "address"
15191
+ }
15192
+ ],
15193
+ "name": "OwnershipTransferStarted",
15194
+ "type": "event"
15195
+ },
15196
+ {
15197
+ "anonymous": false,
15198
+ "inputs": [
15199
+ {
15200
+ "indexed": true,
15201
+ "internalType": "address",
15202
+ "name": "previousOwner",
15203
+ "type": "address"
15204
+ },
15205
+ {
15206
+ "indexed": true,
15207
+ "internalType": "address",
15208
+ "name": "newOwner",
15209
+ "type": "address"
15210
+ }
15211
+ ],
15212
+ "name": "OwnershipTransferred",
15213
+ "type": "event"
15214
+ },
15215
+ {
15216
+ "anonymous": false,
15217
+ "inputs": [
15218
+ {
15219
+ "indexed": true,
15220
+ "internalType": "address",
15221
+ "name": "asset",
15222
+ "type": "address"
15223
+ },
15224
+ {
15225
+ "indexed": false,
15226
+ "internalType": "uint256",
15227
+ "name": "previousPriceMantissa",
15228
+ "type": "uint256"
15229
+ },
15230
+ {
15231
+ "indexed": false,
15232
+ "internalType": "uint256",
15233
+ "name": "newPriceMantissa",
15234
+ "type": "uint256"
15235
+ }
15236
+ ],
15237
+ "name": "PricePosted",
15238
+ "type": "event"
15239
+ },
15240
+ {
15241
+ "anonymous": false,
15242
+ "inputs": [
15243
+ {
15244
+ "indexed": true,
15245
+ "internalType": "address",
15246
+ "name": "asset",
15247
+ "type": "address"
15248
+ },
15249
+ {
15250
+ "indexed": false,
15251
+ "internalType": "address",
15252
+ "name": "feed",
15253
+ "type": "address"
15254
+ },
15255
+ {
15256
+ "indexed": false,
15257
+ "internalType": "uint256",
15258
+ "name": "maxStalePeriod",
15259
+ "type": "uint256"
15260
+ }
15261
+ ],
15262
+ "name": "TokenConfigAdded",
15263
+ "type": "event"
15264
+ },
15265
+ {
15266
+ "inputs": [],
15267
+ "name": "NATIVE_TOKEN_ADDR",
15268
+ "outputs": [
15269
+ {
15270
+ "internalType": "address",
15271
+ "name": "",
15272
+ "type": "address"
15273
+ }
15274
+ ],
15275
+ "stateMutability": "view",
15276
+ "type": "function"
15277
+ },
15278
+ {
15279
+ "inputs": [],
15280
+ "name": "acceptOwnership",
15281
+ "outputs": [],
15282
+ "stateMutability": "nonpayable",
15283
+ "type": "function"
15284
+ },
15285
+ {
15286
+ "inputs": [],
15287
+ "name": "accessControlManager",
15288
+ "outputs": [
15289
+ {
15290
+ "internalType": "contract IAccessControlManagerV8",
15291
+ "name": "",
15292
+ "type": "address"
15293
+ }
15294
+ ],
15295
+ "stateMutability": "view",
15296
+ "type": "function"
15297
+ },
15298
+ {
15299
+ "inputs": [
15300
+ {
15301
+ "internalType": "address",
15302
+ "name": "asset",
15303
+ "type": "address"
15304
+ }
15305
+ ],
15306
+ "name": "getPrice",
15307
+ "outputs": [
15308
+ {
15309
+ "internalType": "uint256",
15310
+ "name": "",
15311
+ "type": "uint256"
15312
+ }
15313
+ ],
15314
+ "stateMutability": "view",
15315
+ "type": "function"
15316
+ },
15317
+ {
15318
+ "inputs": [
15319
+ {
15320
+ "internalType": "address",
15321
+ "name": "accessControlManager_",
15322
+ "type": "address"
15323
+ }
15324
+ ],
15325
+ "name": "initialize",
15326
+ "outputs": [],
15327
+ "stateMutability": "nonpayable",
15328
+ "type": "function"
15329
+ },
15330
+ {
15331
+ "inputs": [],
15332
+ "name": "owner",
15333
+ "outputs": [
15334
+ {
15335
+ "internalType": "address",
15336
+ "name": "",
15337
+ "type": "address"
15338
+ }
15339
+ ],
15340
+ "stateMutability": "view",
15341
+ "type": "function"
15342
+ },
15343
+ {
15344
+ "inputs": [],
15345
+ "name": "pendingOwner",
15346
+ "outputs": [
15347
+ {
15348
+ "internalType": "address",
15349
+ "name": "",
15350
+ "type": "address"
15351
+ }
15352
+ ],
15353
+ "stateMutability": "view",
15354
+ "type": "function"
15355
+ },
15356
+ {
15357
+ "inputs": [
15358
+ {
15359
+ "internalType": "address",
15360
+ "name": "",
15361
+ "type": "address"
15362
+ }
15363
+ ],
15364
+ "name": "prices",
15365
+ "outputs": [
15366
+ {
15367
+ "internalType": "uint256",
15368
+ "name": "",
15369
+ "type": "uint256"
15370
+ }
15371
+ ],
15372
+ "stateMutability": "view",
15373
+ "type": "function"
15374
+ },
15375
+ {
15376
+ "inputs": [],
15377
+ "name": "renounceOwnership",
15378
+ "outputs": [],
15379
+ "stateMutability": "nonpayable",
15380
+ "type": "function"
15381
+ },
15382
+ {
15383
+ "inputs": [
15384
+ {
15385
+ "internalType": "address",
15386
+ "name": "accessControlManager_",
15387
+ "type": "address"
15388
+ }
15389
+ ],
15390
+ "name": "setAccessControlManager",
15391
+ "outputs": [],
15392
+ "stateMutability": "nonpayable",
15393
+ "type": "function"
15394
+ },
15395
+ {
15396
+ "inputs": [
15397
+ {
15398
+ "internalType": "address",
15399
+ "name": "asset",
15400
+ "type": "address"
15401
+ },
15402
+ {
15403
+ "internalType": "uint256",
15404
+ "name": "price",
15405
+ "type": "uint256"
15406
+ }
15407
+ ],
15408
+ "name": "setDirectPrice",
15409
+ "outputs": [],
15410
+ "stateMutability": "nonpayable",
15411
+ "type": "function"
15412
+ },
15413
+ {
15414
+ "inputs": [
15415
+ {
15416
+ "components": [
15417
+ {
15418
+ "internalType": "address",
15419
+ "name": "asset",
15420
+ "type": "address"
15421
+ },
15422
+ {
15423
+ "internalType": "address",
15424
+ "name": "feed",
15425
+ "type": "address"
15426
+ },
15427
+ {
15428
+ "internalType": "uint256",
15429
+ "name": "maxStalePeriod",
15430
+ "type": "uint256"
15431
+ }
15432
+ ],
15433
+ "internalType": "struct ChainlinkOracle.TokenConfig",
15434
+ "name": "tokenConfig",
15435
+ "type": "tuple"
15436
+ }
15437
+ ],
15438
+ "name": "setTokenConfig",
15439
+ "outputs": [],
15440
+ "stateMutability": "nonpayable",
15441
+ "type": "function"
15442
+ },
15443
+ {
15444
+ "inputs": [
15445
+ {
15446
+ "components": [
15447
+ {
15448
+ "internalType": "address",
15449
+ "name": "asset",
15450
+ "type": "address"
15451
+ },
15452
+ {
15453
+ "internalType": "address",
15454
+ "name": "feed",
15455
+ "type": "address"
15456
+ },
15457
+ {
15458
+ "internalType": "uint256",
15459
+ "name": "maxStalePeriod",
15460
+ "type": "uint256"
15461
+ }
15462
+ ],
15463
+ "internalType": "struct ChainlinkOracle.TokenConfig[]",
15464
+ "name": "tokenConfigs_",
15465
+ "type": "tuple[]"
15466
+ }
15467
+ ],
15468
+ "name": "setTokenConfigs",
15469
+ "outputs": [],
15470
+ "stateMutability": "nonpayable",
15471
+ "type": "function"
15472
+ },
15473
+ {
15474
+ "inputs": [
15475
+ {
15476
+ "internalType": "address",
15477
+ "name": "",
15478
+ "type": "address"
15479
+ }
15480
+ ],
15481
+ "name": "tokenConfigs",
15482
+ "outputs": [
15483
+ {
15484
+ "internalType": "address",
15485
+ "name": "asset",
15486
+ "type": "address"
15487
+ },
15488
+ {
15489
+ "internalType": "address",
15490
+ "name": "feed",
15491
+ "type": "address"
15492
+ },
15493
+ {
15494
+ "internalType": "uint256",
15495
+ "name": "maxStalePeriod",
15496
+ "type": "uint256"
15497
+ }
15498
+ ],
15499
+ "stateMutability": "view",
15500
+ "type": "function"
15501
+ },
15502
+ {
15503
+ "inputs": [
15504
+ {
15505
+ "internalType": "address",
15506
+ "name": "newOwner",
15507
+ "type": "address"
15508
+ }
15509
+ ],
15510
+ "name": "transferOwnership",
15511
+ "outputs": [],
15512
+ "stateMutability": "nonpayable",
15513
+ "type": "function"
15514
+ },
15515
+ {
15516
+ "inputs": [
15517
+ {
15518
+ "internalType": "address",
15519
+ "name": "_logic",
15520
+ "type": "address"
15521
+ },
15522
+ {
15523
+ "internalType": "address",
15524
+ "name": "admin_",
15525
+ "type": "address"
15526
+ },
15527
+ {
15528
+ "internalType": "bytes",
15529
+ "name": "_data",
15530
+ "type": "bytes"
15531
+ }
15532
+ ],
15533
+ "stateMutability": "payable",
15534
+ "type": "constructor"
15535
+ }
15536
+ ]
15537
+ },
15538
+ "USDTChainlinkOracle_Implementation": {
15539
+ "address": "0x62A9F11209C4016a946BCf3CFdc9ff85d348E765",
15540
+ "abi": [
15541
+ {
15542
+ "inputs": [],
15543
+ "stateMutability": "nonpayable",
15544
+ "type": "constructor"
15545
+ },
15546
+ {
15547
+ "inputs": [
15548
+ {
15549
+ "internalType": "address",
15550
+ "name": "sender",
15551
+ "type": "address"
15552
+ },
15553
+ {
15554
+ "internalType": "address",
15555
+ "name": "calledContract",
15556
+ "type": "address"
15557
+ },
15558
+ {
15559
+ "internalType": "string",
15560
+ "name": "methodSignature",
15561
+ "type": "string"
15562
+ }
15563
+ ],
15564
+ "name": "Unauthorized",
15565
+ "type": "error"
15566
+ },
15567
+ {
15568
+ "anonymous": false,
15569
+ "inputs": [
15570
+ {
15571
+ "indexed": false,
15572
+ "internalType": "uint8",
15573
+ "name": "version",
15574
+ "type": "uint8"
15575
+ }
15576
+ ],
15577
+ "name": "Initialized",
15578
+ "type": "event"
15579
+ },
15580
+ {
15581
+ "anonymous": false,
15582
+ "inputs": [
15583
+ {
15584
+ "indexed": false,
15585
+ "internalType": "address",
15586
+ "name": "oldAccessControlManager",
15587
+ "type": "address"
15588
+ },
15589
+ {
15590
+ "indexed": false,
15591
+ "internalType": "address",
15592
+ "name": "newAccessControlManager",
15593
+ "type": "address"
15594
+ }
15595
+ ],
15596
+ "name": "NewAccessControlManager",
15597
+ "type": "event"
15598
+ },
15599
+ {
15600
+ "anonymous": false,
15601
+ "inputs": [
15602
+ {
15603
+ "indexed": true,
15604
+ "internalType": "address",
15605
+ "name": "previousOwner",
15606
+ "type": "address"
15607
+ },
15608
+ {
15609
+ "indexed": true,
15610
+ "internalType": "address",
15611
+ "name": "newOwner",
15612
+ "type": "address"
15613
+ }
15614
+ ],
15615
+ "name": "OwnershipTransferStarted",
15616
+ "type": "event"
15617
+ },
15618
+ {
15619
+ "anonymous": false,
15620
+ "inputs": [
15621
+ {
15622
+ "indexed": true,
15623
+ "internalType": "address",
15624
+ "name": "previousOwner",
15625
+ "type": "address"
15626
+ },
15627
+ {
15628
+ "indexed": true,
15629
+ "internalType": "address",
15630
+ "name": "newOwner",
15631
+ "type": "address"
15632
+ }
15633
+ ],
15634
+ "name": "OwnershipTransferred",
15635
+ "type": "event"
15636
+ },
15637
+ {
15638
+ "anonymous": false,
15639
+ "inputs": [
15640
+ {
15641
+ "indexed": true,
15642
+ "internalType": "address",
15643
+ "name": "asset",
15644
+ "type": "address"
15645
+ },
15646
+ {
15647
+ "indexed": false,
15648
+ "internalType": "uint256",
15649
+ "name": "previousPriceMantissa",
15650
+ "type": "uint256"
15651
+ },
15652
+ {
15653
+ "indexed": false,
15654
+ "internalType": "uint256",
15655
+ "name": "newPriceMantissa",
15656
+ "type": "uint256"
15657
+ }
15658
+ ],
15659
+ "name": "PricePosted",
15660
+ "type": "event"
15661
+ },
15662
+ {
15663
+ "anonymous": false,
15664
+ "inputs": [
15665
+ {
15666
+ "indexed": true,
15667
+ "internalType": "address",
15668
+ "name": "asset",
15669
+ "type": "address"
15670
+ },
15671
+ {
15672
+ "indexed": false,
15673
+ "internalType": "address",
15674
+ "name": "feed",
15675
+ "type": "address"
15676
+ },
15677
+ {
15678
+ "indexed": false,
15679
+ "internalType": "uint256",
15680
+ "name": "maxStalePeriod",
15681
+ "type": "uint256"
15682
+ }
15683
+ ],
15684
+ "name": "TokenConfigAdded",
15685
+ "type": "event"
15686
+ },
15687
+ {
15688
+ "inputs": [],
15689
+ "name": "NATIVE_TOKEN_ADDR",
15690
+ "outputs": [
15691
+ {
15692
+ "internalType": "address",
15693
+ "name": "",
15694
+ "type": "address"
15695
+ }
15696
+ ],
15697
+ "stateMutability": "view",
15698
+ "type": "function"
15699
+ },
15700
+ {
15701
+ "inputs": [],
15702
+ "name": "acceptOwnership",
15703
+ "outputs": [],
15704
+ "stateMutability": "nonpayable",
15705
+ "type": "function"
15706
+ },
15707
+ {
15708
+ "inputs": [],
15709
+ "name": "accessControlManager",
15710
+ "outputs": [
15711
+ {
15712
+ "internalType": "contract IAccessControlManagerV8",
15713
+ "name": "",
15714
+ "type": "address"
15715
+ }
15716
+ ],
15717
+ "stateMutability": "view",
15718
+ "type": "function"
15719
+ },
15720
+ {
15721
+ "inputs": [
15722
+ {
15723
+ "internalType": "address",
15724
+ "name": "asset",
15725
+ "type": "address"
15726
+ }
15727
+ ],
15728
+ "name": "getPrice",
15729
+ "outputs": [
15730
+ {
15731
+ "internalType": "uint256",
15732
+ "name": "",
15733
+ "type": "uint256"
15734
+ }
15735
+ ],
15736
+ "stateMutability": "view",
15737
+ "type": "function"
15738
+ },
15739
+ {
15740
+ "inputs": [
15741
+ {
15742
+ "internalType": "address",
15743
+ "name": "accessControlManager_",
15744
+ "type": "address"
15745
+ }
15746
+ ],
15747
+ "name": "initialize",
15748
+ "outputs": [],
15749
+ "stateMutability": "nonpayable",
15750
+ "type": "function"
15751
+ },
15752
+ {
15753
+ "inputs": [],
15754
+ "name": "owner",
15755
+ "outputs": [
15756
+ {
15757
+ "internalType": "address",
15758
+ "name": "",
15759
+ "type": "address"
15760
+ }
15761
+ ],
15762
+ "stateMutability": "view",
15763
+ "type": "function"
15764
+ },
15765
+ {
15766
+ "inputs": [],
15767
+ "name": "pendingOwner",
15768
+ "outputs": [
15769
+ {
15770
+ "internalType": "address",
15771
+ "name": "",
15772
+ "type": "address"
15773
+ }
15774
+ ],
15775
+ "stateMutability": "view",
15776
+ "type": "function"
15777
+ },
15778
+ {
15779
+ "inputs": [
15780
+ {
15781
+ "internalType": "address",
15782
+ "name": "",
15783
+ "type": "address"
15784
+ }
15785
+ ],
15786
+ "name": "prices",
15787
+ "outputs": [
15788
+ {
15789
+ "internalType": "uint256",
15790
+ "name": "",
15791
+ "type": "uint256"
15792
+ }
15793
+ ],
15794
+ "stateMutability": "view",
15795
+ "type": "function"
15796
+ },
15797
+ {
15798
+ "inputs": [],
15799
+ "name": "renounceOwnership",
15800
+ "outputs": [],
15801
+ "stateMutability": "nonpayable",
15802
+ "type": "function"
15803
+ },
15804
+ {
15805
+ "inputs": [
15806
+ {
15807
+ "internalType": "address",
15808
+ "name": "accessControlManager_",
15809
+ "type": "address"
15810
+ }
15811
+ ],
15812
+ "name": "setAccessControlManager",
15813
+ "outputs": [],
15814
+ "stateMutability": "nonpayable",
15815
+ "type": "function"
15816
+ },
15817
+ {
15818
+ "inputs": [
15819
+ {
15820
+ "internalType": "address",
15821
+ "name": "asset",
15822
+ "type": "address"
15823
+ },
15824
+ {
15825
+ "internalType": "uint256",
15826
+ "name": "price",
15827
+ "type": "uint256"
15828
+ }
15829
+ ],
15830
+ "name": "setDirectPrice",
15831
+ "outputs": [],
15832
+ "stateMutability": "nonpayable",
15833
+ "type": "function"
15834
+ },
15835
+ {
15836
+ "inputs": [
15837
+ {
15838
+ "components": [
15839
+ {
15840
+ "internalType": "address",
15841
+ "name": "asset",
15842
+ "type": "address"
15843
+ },
15844
+ {
15845
+ "internalType": "address",
15846
+ "name": "feed",
15847
+ "type": "address"
15848
+ },
15849
+ {
15850
+ "internalType": "uint256",
15851
+ "name": "maxStalePeriod",
15852
+ "type": "uint256"
15853
+ }
15854
+ ],
15855
+ "internalType": "struct ChainlinkOracle.TokenConfig",
15856
+ "name": "tokenConfig",
15857
+ "type": "tuple"
15858
+ }
15859
+ ],
15860
+ "name": "setTokenConfig",
15861
+ "outputs": [],
15862
+ "stateMutability": "nonpayable",
15863
+ "type": "function"
15864
+ },
15865
+ {
15866
+ "inputs": [
15867
+ {
15868
+ "components": [
15869
+ {
15870
+ "internalType": "address",
15871
+ "name": "asset",
15872
+ "type": "address"
15873
+ },
15874
+ {
15875
+ "internalType": "address",
15876
+ "name": "feed",
15877
+ "type": "address"
15878
+ },
15879
+ {
15880
+ "internalType": "uint256",
15881
+ "name": "maxStalePeriod",
15882
+ "type": "uint256"
15883
+ }
15884
+ ],
15885
+ "internalType": "struct ChainlinkOracle.TokenConfig[]",
15886
+ "name": "tokenConfigs_",
15887
+ "type": "tuple[]"
15888
+ }
15889
+ ],
15890
+ "name": "setTokenConfigs",
15891
+ "outputs": [],
15892
+ "stateMutability": "nonpayable",
15893
+ "type": "function"
15894
+ },
15895
+ {
15896
+ "inputs": [
15897
+ {
15898
+ "internalType": "address",
15899
+ "name": "",
15900
+ "type": "address"
15901
+ }
15902
+ ],
15903
+ "name": "tokenConfigs",
15904
+ "outputs": [
15905
+ {
15906
+ "internalType": "address",
15907
+ "name": "asset",
15908
+ "type": "address"
15909
+ },
15910
+ {
15911
+ "internalType": "address",
15912
+ "name": "feed",
15913
+ "type": "address"
15914
+ },
15915
+ {
15916
+ "internalType": "uint256",
15917
+ "name": "maxStalePeriod",
15918
+ "type": "uint256"
15919
+ }
15920
+ ],
15921
+ "stateMutability": "view",
15922
+ "type": "function"
15923
+ },
15924
+ {
15925
+ "inputs": [
15926
+ {
15927
+ "internalType": "address",
15928
+ "name": "newOwner",
15929
+ "type": "address"
15930
+ }
15931
+ ],
15932
+ "name": "transferOwnership",
15933
+ "outputs": [],
15934
+ "stateMutability": "nonpayable",
15935
+ "type": "function"
15936
+ }
15937
+ ]
15938
+ },
15939
+ "USDTChainlinkOracle_Proxy": {
15940
+ "address": "0x22Dc2BAEa32E95AB07C2F5B8F63336CbF61aB6b8",
15941
+ "abi": [
15942
+ {
15943
+ "inputs": [
15944
+ {
15945
+ "internalType": "address",
15946
+ "name": "_logic",
15947
+ "type": "address"
15948
+ },
15949
+ {
15950
+ "internalType": "address",
15951
+ "name": "admin_",
15952
+ "type": "address"
15953
+ },
15954
+ {
15955
+ "internalType": "bytes",
15956
+ "name": "_data",
15957
+ "type": "bytes"
15958
+ }
15959
+ ],
15960
+ "stateMutability": "payable",
15961
+ "type": "constructor"
15962
+ },
15963
+ {
15964
+ "anonymous": false,
15965
+ "inputs": [
15966
+ {
15967
+ "indexed": false,
15968
+ "internalType": "address",
15969
+ "name": "previousAdmin",
15970
+ "type": "address"
15971
+ },
15972
+ {
15973
+ "indexed": false,
15974
+ "internalType": "address",
15975
+ "name": "newAdmin",
15976
+ "type": "address"
15977
+ }
15978
+ ],
15979
+ "name": "AdminChanged",
15980
+ "type": "event"
15981
+ },
15982
+ {
15983
+ "anonymous": false,
15984
+ "inputs": [
15985
+ {
15986
+ "indexed": true,
15987
+ "internalType": "address",
15988
+ "name": "beacon",
15989
+ "type": "address"
15990
+ }
15991
+ ],
15992
+ "name": "BeaconUpgraded",
15993
+ "type": "event"
15994
+ },
15995
+ {
15996
+ "anonymous": false,
15997
+ "inputs": [
15998
+ {
15999
+ "indexed": true,
16000
+ "internalType": "address",
16001
+ "name": "implementation",
16002
+ "type": "address"
16003
+ }
16004
+ ],
16005
+ "name": "Upgraded",
16006
+ "type": "event"
16007
+ },
16008
+ {
16009
+ "stateMutability": "payable",
16010
+ "type": "fallback"
16011
+ },
16012
+ {
16013
+ "inputs": [],
16014
+ "name": "admin",
16015
+ "outputs": [
16016
+ {
16017
+ "internalType": "address",
16018
+ "name": "admin_",
16019
+ "type": "address"
16020
+ }
16021
+ ],
16022
+ "stateMutability": "nonpayable",
16023
+ "type": "function"
16024
+ },
16025
+ {
16026
+ "inputs": [],
16027
+ "name": "implementation",
16028
+ "outputs": [
16029
+ {
16030
+ "internalType": "address",
16031
+ "name": "implementation_",
16032
+ "type": "address"
16033
+ }
16034
+ ],
16035
+ "stateMutability": "nonpayable",
16036
+ "type": "function"
16037
+ },
16038
+ {
16039
+ "inputs": [
16040
+ {
16041
+ "internalType": "address",
16042
+ "name": "newImplementation",
16043
+ "type": "address"
16044
+ }
16045
+ ],
16046
+ "name": "upgradeTo",
16047
+ "outputs": [],
16048
+ "stateMutability": "nonpayable",
16049
+ "type": "function"
16050
+ },
16051
+ {
16052
+ "inputs": [
16053
+ {
16054
+ "internalType": "address",
16055
+ "name": "newImplementation",
16056
+ "type": "address"
16057
+ },
16058
+ {
16059
+ "internalType": "bytes",
16060
+ "name": "data",
16061
+ "type": "bytes"
16062
+ }
16063
+ ],
16064
+ "name": "upgradeToAndCall",
16065
+ "outputs": [],
16066
+ "stateMutability": "payable",
16067
+ "type": "function"
16068
+ },
16069
+ {
16070
+ "stateMutability": "payable",
16071
+ "type": "receive"
16072
+ }
16073
+ ]
16074
+ },
15011
16075
  "WBETHOracle": {
15012
16076
  "address": "0x739db790c656E54590957Ed4d6B94665bCcb3456",
15013
16077
  "abi": [