@bgd-labs/toolbox 0.0.41 → 0.0.42
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/dist/index.d.mts +1175 -224
- package/dist/index.d.ts +1175 -224
- package/dist/index.js +1440 -233
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1509 -306
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +1440 -233
- package/dist/node.js.map +1 -1
- package/dist/node.mjs +1509 -306
- package/dist/node.mjs.map +1 -1
- package/package.json +3 -3
package/dist/node.mjs
CHANGED
|
@@ -2087,13 +2087,24 @@ var IAToken_ABI = [
|
|
|
2087
2087
|
"type": "uint256",
|
|
2088
2088
|
"internalType": "uint256"
|
|
2089
2089
|
},
|
|
2090
|
+
{
|
|
2091
|
+
"name": "scaledAmount",
|
|
2092
|
+
"type": "uint256",
|
|
2093
|
+
"internalType": "uint256"
|
|
2094
|
+
},
|
|
2090
2095
|
{
|
|
2091
2096
|
"name": "index",
|
|
2092
2097
|
"type": "uint256",
|
|
2093
2098
|
"internalType": "uint256"
|
|
2094
2099
|
}
|
|
2095
2100
|
],
|
|
2096
|
-
"outputs": [
|
|
2101
|
+
"outputs": [
|
|
2102
|
+
{
|
|
2103
|
+
"name": "",
|
|
2104
|
+
"type": "bool",
|
|
2105
|
+
"internalType": "bool"
|
|
2106
|
+
}
|
|
2107
|
+
],
|
|
2097
2108
|
"stateMutability": "nonpayable"
|
|
2098
2109
|
},
|
|
2099
2110
|
{
|
|
@@ -2192,7 +2203,7 @@ var IAToken_ABI = [
|
|
|
2192
2203
|
"internalType": "address"
|
|
2193
2204
|
},
|
|
2194
2205
|
{
|
|
2195
|
-
"name": "
|
|
2206
|
+
"name": "scaledAmount",
|
|
2196
2207
|
"type": "uint256",
|
|
2197
2208
|
"internalType": "uint256"
|
|
2198
2209
|
},
|
|
@@ -2216,7 +2227,7 @@ var IAToken_ABI = [
|
|
|
2216
2227
|
"name": "mintToTreasury",
|
|
2217
2228
|
"inputs": [
|
|
2218
2229
|
{
|
|
2219
|
-
"name": "
|
|
2230
|
+
"name": "scaledAmount",
|
|
2220
2231
|
"type": "uint256",
|
|
2221
2232
|
"internalType": "uint256"
|
|
2222
2233
|
},
|
|
@@ -2427,7 +2438,12 @@ var IAToken_ABI = [
|
|
|
2427
2438
|
"internalType": "address"
|
|
2428
2439
|
},
|
|
2429
2440
|
{
|
|
2430
|
-
"name": "
|
|
2441
|
+
"name": "amount",
|
|
2442
|
+
"type": "uint256",
|
|
2443
|
+
"internalType": "uint256"
|
|
2444
|
+
},
|
|
2445
|
+
{
|
|
2446
|
+
"name": "scaledAmount",
|
|
2431
2447
|
"type": "uint256",
|
|
2432
2448
|
"internalType": "uint256"
|
|
2433
2449
|
},
|
|
@@ -6667,6 +6683,131 @@ var ICollector_ABI = [
|
|
|
6667
6683
|
}
|
|
6668
6684
|
];
|
|
6669
6685
|
|
|
6686
|
+
// src/abis/ProxyAdmin.ts
|
|
6687
|
+
var ProxyAdmin_ABI = [
|
|
6688
|
+
{
|
|
6689
|
+
"type": "constructor",
|
|
6690
|
+
"inputs": [
|
|
6691
|
+
{
|
|
6692
|
+
"name": "initialOwner",
|
|
6693
|
+
"type": "address",
|
|
6694
|
+
"internalType": "address"
|
|
6695
|
+
}
|
|
6696
|
+
],
|
|
6697
|
+
"stateMutability": "nonpayable"
|
|
6698
|
+
},
|
|
6699
|
+
{
|
|
6700
|
+
"type": "function",
|
|
6701
|
+
"name": "UPGRADE_INTERFACE_VERSION",
|
|
6702
|
+
"inputs": [],
|
|
6703
|
+
"outputs": [
|
|
6704
|
+
{
|
|
6705
|
+
"name": "",
|
|
6706
|
+
"type": "string",
|
|
6707
|
+
"internalType": "string"
|
|
6708
|
+
}
|
|
6709
|
+
],
|
|
6710
|
+
"stateMutability": "view"
|
|
6711
|
+
},
|
|
6712
|
+
{
|
|
6713
|
+
"type": "function",
|
|
6714
|
+
"name": "owner",
|
|
6715
|
+
"inputs": [],
|
|
6716
|
+
"outputs": [
|
|
6717
|
+
{
|
|
6718
|
+
"name": "",
|
|
6719
|
+
"type": "address",
|
|
6720
|
+
"internalType": "address"
|
|
6721
|
+
}
|
|
6722
|
+
],
|
|
6723
|
+
"stateMutability": "view"
|
|
6724
|
+
},
|
|
6725
|
+
{
|
|
6726
|
+
"type": "function",
|
|
6727
|
+
"name": "renounceOwnership",
|
|
6728
|
+
"inputs": [],
|
|
6729
|
+
"outputs": [],
|
|
6730
|
+
"stateMutability": "nonpayable"
|
|
6731
|
+
},
|
|
6732
|
+
{
|
|
6733
|
+
"type": "function",
|
|
6734
|
+
"name": "transferOwnership",
|
|
6735
|
+
"inputs": [
|
|
6736
|
+
{
|
|
6737
|
+
"name": "newOwner",
|
|
6738
|
+
"type": "address",
|
|
6739
|
+
"internalType": "address"
|
|
6740
|
+
}
|
|
6741
|
+
],
|
|
6742
|
+
"outputs": [],
|
|
6743
|
+
"stateMutability": "nonpayable"
|
|
6744
|
+
},
|
|
6745
|
+
{
|
|
6746
|
+
"type": "function",
|
|
6747
|
+
"name": "upgradeAndCall",
|
|
6748
|
+
"inputs": [
|
|
6749
|
+
{
|
|
6750
|
+
"name": "proxy",
|
|
6751
|
+
"type": "address",
|
|
6752
|
+
"internalType": "contract ITransparentUpgradeableProxy"
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"name": "implementation",
|
|
6756
|
+
"type": "address",
|
|
6757
|
+
"internalType": "address"
|
|
6758
|
+
},
|
|
6759
|
+
{
|
|
6760
|
+
"name": "data",
|
|
6761
|
+
"type": "bytes",
|
|
6762
|
+
"internalType": "bytes"
|
|
6763
|
+
}
|
|
6764
|
+
],
|
|
6765
|
+
"outputs": [],
|
|
6766
|
+
"stateMutability": "payable"
|
|
6767
|
+
},
|
|
6768
|
+
{
|
|
6769
|
+
"type": "event",
|
|
6770
|
+
"name": "OwnershipTransferred",
|
|
6771
|
+
"inputs": [
|
|
6772
|
+
{
|
|
6773
|
+
"name": "previousOwner",
|
|
6774
|
+
"type": "address",
|
|
6775
|
+
"indexed": true,
|
|
6776
|
+
"internalType": "address"
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"name": "newOwner",
|
|
6780
|
+
"type": "address",
|
|
6781
|
+
"indexed": true,
|
|
6782
|
+
"internalType": "address"
|
|
6783
|
+
}
|
|
6784
|
+
],
|
|
6785
|
+
"anonymous": false
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"type": "error",
|
|
6789
|
+
"name": "OwnableInvalidOwner",
|
|
6790
|
+
"inputs": [
|
|
6791
|
+
{
|
|
6792
|
+
"name": "owner",
|
|
6793
|
+
"type": "address",
|
|
6794
|
+
"internalType": "address"
|
|
6795
|
+
}
|
|
6796
|
+
]
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"type": "error",
|
|
6800
|
+
"name": "OwnableUnauthorizedAccount",
|
|
6801
|
+
"inputs": [
|
|
6802
|
+
{
|
|
6803
|
+
"name": "account",
|
|
6804
|
+
"type": "address",
|
|
6805
|
+
"internalType": "address"
|
|
6806
|
+
}
|
|
6807
|
+
]
|
|
6808
|
+
}
|
|
6809
|
+
];
|
|
6810
|
+
|
|
6670
6811
|
// src/abis/IPool.ts
|
|
6671
6812
|
var IPool_ABI = [
|
|
6672
6813
|
{
|
|
@@ -6917,7 +7058,13 @@ var IPool_ABI = [
|
|
|
6917
7058
|
"internalType": "uint256"
|
|
6918
7059
|
}
|
|
6919
7060
|
],
|
|
6920
|
-
"outputs": [
|
|
7061
|
+
"outputs": [
|
|
7062
|
+
{
|
|
7063
|
+
"name": "",
|
|
7064
|
+
"type": "uint256",
|
|
7065
|
+
"internalType": "uint256"
|
|
7066
|
+
}
|
|
7067
|
+
],
|
|
6921
7068
|
"stateMutability": "nonpayable"
|
|
6922
7069
|
},
|
|
6923
7070
|
{
|
|
@@ -6940,17 +7087,17 @@ var IPool_ABI = [
|
|
|
6940
7087
|
"internalType": "address"
|
|
6941
7088
|
},
|
|
6942
7089
|
{
|
|
6943
|
-
"name": "
|
|
7090
|
+
"name": "scaledAmount",
|
|
6944
7091
|
"type": "uint256",
|
|
6945
7092
|
"internalType": "uint256"
|
|
6946
7093
|
},
|
|
6947
7094
|
{
|
|
6948
|
-
"name": "
|
|
7095
|
+
"name": "scaledBalanceFromBefore",
|
|
6949
7096
|
"type": "uint256",
|
|
6950
7097
|
"internalType": "uint256"
|
|
6951
7098
|
},
|
|
6952
7099
|
{
|
|
6953
|
-
"name": "
|
|
7100
|
+
"name": "scaledBalanceToBefore",
|
|
6954
7101
|
"type": "uint256",
|
|
6955
7102
|
"internalType": "uint256"
|
|
6956
7103
|
}
|
|
@@ -11096,60 +11243,54 @@ var IUmbrellaStakeToken_ABI = [
|
|
|
11096
11243
|
}
|
|
11097
11244
|
];
|
|
11098
11245
|
|
|
11099
|
-
// src/abis/
|
|
11100
|
-
var
|
|
11246
|
+
// src/abis/IAccessControl.ts
|
|
11247
|
+
var IAccessControl_ABI = [
|
|
11101
11248
|
{
|
|
11102
11249
|
"type": "function",
|
|
11103
|
-
"name": "
|
|
11250
|
+
"name": "getRoleAdmin",
|
|
11104
11251
|
"inputs": [
|
|
11105
11252
|
{
|
|
11106
|
-
"name": "
|
|
11107
|
-
"type": "
|
|
11108
|
-
"internalType": "
|
|
11109
|
-
},
|
|
11110
|
-
{
|
|
11111
|
-
"name": "spender",
|
|
11112
|
-
"type": "address",
|
|
11113
|
-
"internalType": "address"
|
|
11253
|
+
"name": "role",
|
|
11254
|
+
"type": "bytes32",
|
|
11255
|
+
"internalType": "bytes32"
|
|
11114
11256
|
}
|
|
11115
11257
|
],
|
|
11116
11258
|
"outputs": [
|
|
11117
11259
|
{
|
|
11118
11260
|
"name": "",
|
|
11119
|
-
"type": "
|
|
11120
|
-
"internalType": "
|
|
11261
|
+
"type": "bytes32",
|
|
11262
|
+
"internalType": "bytes32"
|
|
11121
11263
|
}
|
|
11122
11264
|
],
|
|
11123
11265
|
"stateMutability": "view"
|
|
11124
11266
|
},
|
|
11125
11267
|
{
|
|
11126
11268
|
"type": "function",
|
|
11127
|
-
"name": "
|
|
11269
|
+
"name": "grantRole",
|
|
11128
11270
|
"inputs": [
|
|
11129
11271
|
{
|
|
11130
|
-
"name": "
|
|
11131
|
-
"type": "
|
|
11132
|
-
"internalType": "
|
|
11272
|
+
"name": "role",
|
|
11273
|
+
"type": "bytes32",
|
|
11274
|
+
"internalType": "bytes32"
|
|
11133
11275
|
},
|
|
11134
11276
|
{
|
|
11135
|
-
"name": "
|
|
11136
|
-
"type": "
|
|
11137
|
-
"internalType": "
|
|
11138
|
-
}
|
|
11139
|
-
],
|
|
11140
|
-
"outputs": [
|
|
11141
|
-
{
|
|
11142
|
-
"name": "",
|
|
11143
|
-
"type": "bool",
|
|
11144
|
-
"internalType": "bool"
|
|
11277
|
+
"name": "account",
|
|
11278
|
+
"type": "address",
|
|
11279
|
+
"internalType": "address"
|
|
11145
11280
|
}
|
|
11146
11281
|
],
|
|
11282
|
+
"outputs": [],
|
|
11147
11283
|
"stateMutability": "nonpayable"
|
|
11148
11284
|
},
|
|
11149
11285
|
{
|
|
11150
11286
|
"type": "function",
|
|
11151
|
-
"name": "
|
|
11287
|
+
"name": "hasRole",
|
|
11152
11288
|
"inputs": [
|
|
11289
|
+
{
|
|
11290
|
+
"name": "role",
|
|
11291
|
+
"type": "bytes32",
|
|
11292
|
+
"internalType": "bytes32"
|
|
11293
|
+
},
|
|
11153
11294
|
{
|
|
11154
11295
|
"name": "account",
|
|
11155
11296
|
"type": "address",
|
|
@@ -11159,70 +11300,273 @@ var IERC20Metadata_ABI = [
|
|
|
11159
11300
|
"outputs": [
|
|
11160
11301
|
{
|
|
11161
11302
|
"name": "",
|
|
11162
|
-
"type": "
|
|
11163
|
-
"internalType": "
|
|
11303
|
+
"type": "bool",
|
|
11304
|
+
"internalType": "bool"
|
|
11164
11305
|
}
|
|
11165
11306
|
],
|
|
11166
11307
|
"stateMutability": "view"
|
|
11167
11308
|
},
|
|
11168
11309
|
{
|
|
11169
11310
|
"type": "function",
|
|
11170
|
-
"name": "
|
|
11171
|
-
"inputs": [
|
|
11172
|
-
"outputs": [
|
|
11311
|
+
"name": "renounceRole",
|
|
11312
|
+
"inputs": [
|
|
11173
11313
|
{
|
|
11174
|
-
"name": "",
|
|
11175
|
-
"type": "
|
|
11176
|
-
"internalType": "
|
|
11177
|
-
}
|
|
11178
|
-
],
|
|
11179
|
-
"stateMutability": "view"
|
|
11180
|
-
},
|
|
11181
|
-
{
|
|
11182
|
-
"type": "function",
|
|
11183
|
-
"name": "name",
|
|
11184
|
-
"inputs": [],
|
|
11185
|
-
"outputs": [
|
|
11314
|
+
"name": "role",
|
|
11315
|
+
"type": "bytes32",
|
|
11316
|
+
"internalType": "bytes32"
|
|
11317
|
+
},
|
|
11186
11318
|
{
|
|
11187
|
-
"name": "",
|
|
11188
|
-
"type": "
|
|
11189
|
-
"internalType": "
|
|
11319
|
+
"name": "callerConfirmation",
|
|
11320
|
+
"type": "address",
|
|
11321
|
+
"internalType": "address"
|
|
11190
11322
|
}
|
|
11191
11323
|
],
|
|
11192
|
-
"
|
|
11324
|
+
"outputs": [],
|
|
11325
|
+
"stateMutability": "nonpayable"
|
|
11193
11326
|
},
|
|
11194
11327
|
{
|
|
11195
11328
|
"type": "function",
|
|
11196
|
-
"name": "
|
|
11197
|
-
"inputs": [
|
|
11198
|
-
"outputs": [
|
|
11329
|
+
"name": "revokeRole",
|
|
11330
|
+
"inputs": [
|
|
11199
11331
|
{
|
|
11200
|
-
"name": "",
|
|
11201
|
-
"type": "
|
|
11202
|
-
"internalType": "
|
|
11332
|
+
"name": "role",
|
|
11333
|
+
"type": "bytes32",
|
|
11334
|
+
"internalType": "bytes32"
|
|
11335
|
+
},
|
|
11336
|
+
{
|
|
11337
|
+
"name": "account",
|
|
11338
|
+
"type": "address",
|
|
11339
|
+
"internalType": "address"
|
|
11203
11340
|
}
|
|
11204
11341
|
],
|
|
11205
|
-
"
|
|
11342
|
+
"outputs": [],
|
|
11343
|
+
"stateMutability": "nonpayable"
|
|
11206
11344
|
},
|
|
11207
11345
|
{
|
|
11208
|
-
"type": "
|
|
11209
|
-
"name": "
|
|
11210
|
-
"inputs": [
|
|
11211
|
-
"outputs": [
|
|
11346
|
+
"type": "event",
|
|
11347
|
+
"name": "RoleAdminChanged",
|
|
11348
|
+
"inputs": [
|
|
11212
11349
|
{
|
|
11213
|
-
"name": "",
|
|
11214
|
-
"type": "
|
|
11215
|
-
"
|
|
11350
|
+
"name": "role",
|
|
11351
|
+
"type": "bytes32",
|
|
11352
|
+
"indexed": true,
|
|
11353
|
+
"internalType": "bytes32"
|
|
11354
|
+
},
|
|
11355
|
+
{
|
|
11356
|
+
"name": "previousAdminRole",
|
|
11357
|
+
"type": "bytes32",
|
|
11358
|
+
"indexed": true,
|
|
11359
|
+
"internalType": "bytes32"
|
|
11360
|
+
},
|
|
11361
|
+
{
|
|
11362
|
+
"name": "newAdminRole",
|
|
11363
|
+
"type": "bytes32",
|
|
11364
|
+
"indexed": true,
|
|
11365
|
+
"internalType": "bytes32"
|
|
11216
11366
|
}
|
|
11217
11367
|
],
|
|
11218
|
-
"
|
|
11368
|
+
"anonymous": false
|
|
11219
11369
|
},
|
|
11220
11370
|
{
|
|
11221
|
-
"type": "
|
|
11222
|
-
"name": "
|
|
11371
|
+
"type": "event",
|
|
11372
|
+
"name": "RoleGranted",
|
|
11223
11373
|
"inputs": [
|
|
11224
11374
|
{
|
|
11225
|
-
"name": "
|
|
11375
|
+
"name": "role",
|
|
11376
|
+
"type": "bytes32",
|
|
11377
|
+
"indexed": true,
|
|
11378
|
+
"internalType": "bytes32"
|
|
11379
|
+
},
|
|
11380
|
+
{
|
|
11381
|
+
"name": "account",
|
|
11382
|
+
"type": "address",
|
|
11383
|
+
"indexed": true,
|
|
11384
|
+
"internalType": "address"
|
|
11385
|
+
},
|
|
11386
|
+
{
|
|
11387
|
+
"name": "sender",
|
|
11388
|
+
"type": "address",
|
|
11389
|
+
"indexed": true,
|
|
11390
|
+
"internalType": "address"
|
|
11391
|
+
}
|
|
11392
|
+
],
|
|
11393
|
+
"anonymous": false
|
|
11394
|
+
},
|
|
11395
|
+
{
|
|
11396
|
+
"type": "event",
|
|
11397
|
+
"name": "RoleRevoked",
|
|
11398
|
+
"inputs": [
|
|
11399
|
+
{
|
|
11400
|
+
"name": "role",
|
|
11401
|
+
"type": "bytes32",
|
|
11402
|
+
"indexed": true,
|
|
11403
|
+
"internalType": "bytes32"
|
|
11404
|
+
},
|
|
11405
|
+
{
|
|
11406
|
+
"name": "account",
|
|
11407
|
+
"type": "address",
|
|
11408
|
+
"indexed": true,
|
|
11409
|
+
"internalType": "address"
|
|
11410
|
+
},
|
|
11411
|
+
{
|
|
11412
|
+
"name": "sender",
|
|
11413
|
+
"type": "address",
|
|
11414
|
+
"indexed": true,
|
|
11415
|
+
"internalType": "address"
|
|
11416
|
+
}
|
|
11417
|
+
],
|
|
11418
|
+
"anonymous": false
|
|
11419
|
+
},
|
|
11420
|
+
{
|
|
11421
|
+
"type": "error",
|
|
11422
|
+
"name": "AccessControlBadConfirmation",
|
|
11423
|
+
"inputs": []
|
|
11424
|
+
},
|
|
11425
|
+
{
|
|
11426
|
+
"type": "error",
|
|
11427
|
+
"name": "AccessControlUnauthorizedAccount",
|
|
11428
|
+
"inputs": [
|
|
11429
|
+
{
|
|
11430
|
+
"name": "account",
|
|
11431
|
+
"type": "address",
|
|
11432
|
+
"internalType": "address"
|
|
11433
|
+
},
|
|
11434
|
+
{
|
|
11435
|
+
"name": "neededRole",
|
|
11436
|
+
"type": "bytes32",
|
|
11437
|
+
"internalType": "bytes32"
|
|
11438
|
+
}
|
|
11439
|
+
]
|
|
11440
|
+
}
|
|
11441
|
+
];
|
|
11442
|
+
|
|
11443
|
+
// src/abis/IERC20Metadata.ts
|
|
11444
|
+
var IERC20Metadata_ABI = [
|
|
11445
|
+
{
|
|
11446
|
+
"type": "function",
|
|
11447
|
+
"name": "allowance",
|
|
11448
|
+
"inputs": [
|
|
11449
|
+
{
|
|
11450
|
+
"name": "owner",
|
|
11451
|
+
"type": "address",
|
|
11452
|
+
"internalType": "address"
|
|
11453
|
+
},
|
|
11454
|
+
{
|
|
11455
|
+
"name": "spender",
|
|
11456
|
+
"type": "address",
|
|
11457
|
+
"internalType": "address"
|
|
11458
|
+
}
|
|
11459
|
+
],
|
|
11460
|
+
"outputs": [
|
|
11461
|
+
{
|
|
11462
|
+
"name": "",
|
|
11463
|
+
"type": "uint256",
|
|
11464
|
+
"internalType": "uint256"
|
|
11465
|
+
}
|
|
11466
|
+
],
|
|
11467
|
+
"stateMutability": "view"
|
|
11468
|
+
},
|
|
11469
|
+
{
|
|
11470
|
+
"type": "function",
|
|
11471
|
+
"name": "approve",
|
|
11472
|
+
"inputs": [
|
|
11473
|
+
{
|
|
11474
|
+
"name": "spender",
|
|
11475
|
+
"type": "address",
|
|
11476
|
+
"internalType": "address"
|
|
11477
|
+
},
|
|
11478
|
+
{
|
|
11479
|
+
"name": "value",
|
|
11480
|
+
"type": "uint256",
|
|
11481
|
+
"internalType": "uint256"
|
|
11482
|
+
}
|
|
11483
|
+
],
|
|
11484
|
+
"outputs": [
|
|
11485
|
+
{
|
|
11486
|
+
"name": "",
|
|
11487
|
+
"type": "bool",
|
|
11488
|
+
"internalType": "bool"
|
|
11489
|
+
}
|
|
11490
|
+
],
|
|
11491
|
+
"stateMutability": "nonpayable"
|
|
11492
|
+
},
|
|
11493
|
+
{
|
|
11494
|
+
"type": "function",
|
|
11495
|
+
"name": "balanceOf",
|
|
11496
|
+
"inputs": [
|
|
11497
|
+
{
|
|
11498
|
+
"name": "account",
|
|
11499
|
+
"type": "address",
|
|
11500
|
+
"internalType": "address"
|
|
11501
|
+
}
|
|
11502
|
+
],
|
|
11503
|
+
"outputs": [
|
|
11504
|
+
{
|
|
11505
|
+
"name": "",
|
|
11506
|
+
"type": "uint256",
|
|
11507
|
+
"internalType": "uint256"
|
|
11508
|
+
}
|
|
11509
|
+
],
|
|
11510
|
+
"stateMutability": "view"
|
|
11511
|
+
},
|
|
11512
|
+
{
|
|
11513
|
+
"type": "function",
|
|
11514
|
+
"name": "decimals",
|
|
11515
|
+
"inputs": [],
|
|
11516
|
+
"outputs": [
|
|
11517
|
+
{
|
|
11518
|
+
"name": "",
|
|
11519
|
+
"type": "uint8",
|
|
11520
|
+
"internalType": "uint8"
|
|
11521
|
+
}
|
|
11522
|
+
],
|
|
11523
|
+
"stateMutability": "view"
|
|
11524
|
+
},
|
|
11525
|
+
{
|
|
11526
|
+
"type": "function",
|
|
11527
|
+
"name": "name",
|
|
11528
|
+
"inputs": [],
|
|
11529
|
+
"outputs": [
|
|
11530
|
+
{
|
|
11531
|
+
"name": "",
|
|
11532
|
+
"type": "string",
|
|
11533
|
+
"internalType": "string"
|
|
11534
|
+
}
|
|
11535
|
+
],
|
|
11536
|
+
"stateMutability": "view"
|
|
11537
|
+
},
|
|
11538
|
+
{
|
|
11539
|
+
"type": "function",
|
|
11540
|
+
"name": "symbol",
|
|
11541
|
+
"inputs": [],
|
|
11542
|
+
"outputs": [
|
|
11543
|
+
{
|
|
11544
|
+
"name": "",
|
|
11545
|
+
"type": "string",
|
|
11546
|
+
"internalType": "string"
|
|
11547
|
+
}
|
|
11548
|
+
],
|
|
11549
|
+
"stateMutability": "view"
|
|
11550
|
+
},
|
|
11551
|
+
{
|
|
11552
|
+
"type": "function",
|
|
11553
|
+
"name": "totalSupply",
|
|
11554
|
+
"inputs": [],
|
|
11555
|
+
"outputs": [
|
|
11556
|
+
{
|
|
11557
|
+
"name": "",
|
|
11558
|
+
"type": "uint256",
|
|
11559
|
+
"internalType": "uint256"
|
|
11560
|
+
}
|
|
11561
|
+
],
|
|
11562
|
+
"stateMutability": "view"
|
|
11563
|
+
},
|
|
11564
|
+
{
|
|
11565
|
+
"type": "function",
|
|
11566
|
+
"name": "transfer",
|
|
11567
|
+
"inputs": [
|
|
11568
|
+
{
|
|
11569
|
+
"name": "to",
|
|
11226
11570
|
"type": "address",
|
|
11227
11571
|
"internalType": "address"
|
|
11228
11572
|
},
|
|
@@ -12778,6 +13122,55 @@ var IERC20_ABI = [
|
|
|
12778
13122
|
}
|
|
12779
13123
|
];
|
|
12780
13124
|
|
|
13125
|
+
// src/abis/IERC1967.ts
|
|
13126
|
+
var IERC1967_ABI = [
|
|
13127
|
+
{
|
|
13128
|
+
"type": "event",
|
|
13129
|
+
"name": "AdminChanged",
|
|
13130
|
+
"inputs": [
|
|
13131
|
+
{
|
|
13132
|
+
"name": "previousAdmin",
|
|
13133
|
+
"type": "address",
|
|
13134
|
+
"indexed": false,
|
|
13135
|
+
"internalType": "address"
|
|
13136
|
+
},
|
|
13137
|
+
{
|
|
13138
|
+
"name": "newAdmin",
|
|
13139
|
+
"type": "address",
|
|
13140
|
+
"indexed": false,
|
|
13141
|
+
"internalType": "address"
|
|
13142
|
+
}
|
|
13143
|
+
],
|
|
13144
|
+
"anonymous": false
|
|
13145
|
+
},
|
|
13146
|
+
{
|
|
13147
|
+
"type": "event",
|
|
13148
|
+
"name": "BeaconUpgraded",
|
|
13149
|
+
"inputs": [
|
|
13150
|
+
{
|
|
13151
|
+
"name": "beacon",
|
|
13152
|
+
"type": "address",
|
|
13153
|
+
"indexed": true,
|
|
13154
|
+
"internalType": "address"
|
|
13155
|
+
}
|
|
13156
|
+
],
|
|
13157
|
+
"anonymous": false
|
|
13158
|
+
},
|
|
13159
|
+
{
|
|
13160
|
+
"type": "event",
|
|
13161
|
+
"name": "Upgraded",
|
|
13162
|
+
"inputs": [
|
|
13163
|
+
{
|
|
13164
|
+
"name": "implementation",
|
|
13165
|
+
"type": "address",
|
|
13166
|
+
"indexed": true,
|
|
13167
|
+
"internalType": "address"
|
|
13168
|
+
}
|
|
13169
|
+
],
|
|
13170
|
+
"anonymous": false
|
|
13171
|
+
}
|
|
13172
|
+
];
|
|
13173
|
+
|
|
12781
13174
|
// src/abis/IAuthorizedForwarder.ts
|
|
12782
13175
|
var IAuthorizedForwarder_ABI = [
|
|
12783
13176
|
{
|
|
@@ -12927,11 +13320,89 @@ var IAuthorizedForwarder_ABI = [
|
|
|
12927
13320
|
type: "function"
|
|
12928
13321
|
},
|
|
12929
13322
|
{
|
|
12930
|
-
inputs: [],
|
|
12931
|
-
name: "typeAndVersion",
|
|
12932
|
-
outputs: [{ internalType: "string", name: "", type: "string" }],
|
|
12933
|
-
stateMutability: "view",
|
|
12934
|
-
type: "function"
|
|
13323
|
+
inputs: [],
|
|
13324
|
+
name: "typeAndVersion",
|
|
13325
|
+
outputs: [{ internalType: "string", name: "", type: "string" }],
|
|
13326
|
+
stateMutability: "view",
|
|
13327
|
+
type: "function"
|
|
13328
|
+
}
|
|
13329
|
+
];
|
|
13330
|
+
|
|
13331
|
+
// src/abis/Ownable.ts
|
|
13332
|
+
var Ownable_ABI = [
|
|
13333
|
+
{
|
|
13334
|
+
"type": "function",
|
|
13335
|
+
"name": "owner",
|
|
13336
|
+
"inputs": [],
|
|
13337
|
+
"outputs": [
|
|
13338
|
+
{
|
|
13339
|
+
"name": "",
|
|
13340
|
+
"type": "address",
|
|
13341
|
+
"internalType": "address"
|
|
13342
|
+
}
|
|
13343
|
+
],
|
|
13344
|
+
"stateMutability": "view"
|
|
13345
|
+
},
|
|
13346
|
+
{
|
|
13347
|
+
"type": "function",
|
|
13348
|
+
"name": "renounceOwnership",
|
|
13349
|
+
"inputs": [],
|
|
13350
|
+
"outputs": [],
|
|
13351
|
+
"stateMutability": "nonpayable"
|
|
13352
|
+
},
|
|
13353
|
+
{
|
|
13354
|
+
"type": "function",
|
|
13355
|
+
"name": "transferOwnership",
|
|
13356
|
+
"inputs": [
|
|
13357
|
+
{
|
|
13358
|
+
"name": "newOwner",
|
|
13359
|
+
"type": "address",
|
|
13360
|
+
"internalType": "address"
|
|
13361
|
+
}
|
|
13362
|
+
],
|
|
13363
|
+
"outputs": [],
|
|
13364
|
+
"stateMutability": "nonpayable"
|
|
13365
|
+
},
|
|
13366
|
+
{
|
|
13367
|
+
"type": "event",
|
|
13368
|
+
"name": "OwnershipTransferred",
|
|
13369
|
+
"inputs": [
|
|
13370
|
+
{
|
|
13371
|
+
"name": "previousOwner",
|
|
13372
|
+
"type": "address",
|
|
13373
|
+
"indexed": true,
|
|
13374
|
+
"internalType": "address"
|
|
13375
|
+
},
|
|
13376
|
+
{
|
|
13377
|
+
"name": "newOwner",
|
|
13378
|
+
"type": "address",
|
|
13379
|
+
"indexed": true,
|
|
13380
|
+
"internalType": "address"
|
|
13381
|
+
}
|
|
13382
|
+
],
|
|
13383
|
+
"anonymous": false
|
|
13384
|
+
},
|
|
13385
|
+
{
|
|
13386
|
+
"type": "error",
|
|
13387
|
+
"name": "OwnableInvalidOwner",
|
|
13388
|
+
"inputs": [
|
|
13389
|
+
{
|
|
13390
|
+
"name": "owner",
|
|
13391
|
+
"type": "address",
|
|
13392
|
+
"internalType": "address"
|
|
13393
|
+
}
|
|
13394
|
+
]
|
|
13395
|
+
},
|
|
13396
|
+
{
|
|
13397
|
+
"type": "error",
|
|
13398
|
+
"name": "OwnableUnauthorizedAccount",
|
|
13399
|
+
"inputs": [
|
|
13400
|
+
{
|
|
13401
|
+
"name": "account",
|
|
13402
|
+
"type": "address",
|
|
13403
|
+
"internalType": "address"
|
|
13404
|
+
}
|
|
13405
|
+
]
|
|
12935
13406
|
}
|
|
12936
13407
|
];
|
|
12937
13408
|
|
|
@@ -13033,7 +13504,7 @@ async function getReserveConfigurations(client, pool, reserves) {
|
|
|
13033
13504
|
};
|
|
13034
13505
|
}
|
|
13035
13506
|
|
|
13036
|
-
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.
|
|
13507
|
+
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.5_typescript@5.8.3_zod@3.24.2_/node_modules/@bgd-labs/aave-address-book/dist/abis/IPayloadsControllerCore.mjs
|
|
13037
13508
|
var IPayloadsControllerCore_ABI = [
|
|
13038
13509
|
{
|
|
13039
13510
|
type: "function",
|
|
@@ -13538,7 +14009,7 @@ var IPayloadsControllerCore_ABI = [
|
|
|
13538
14009
|
}
|
|
13539
14010
|
];
|
|
13540
14011
|
|
|
13541
|
-
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.
|
|
14012
|
+
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.5_typescript@5.8.3_zod@3.24.2_/node_modules/@bgd-labs/aave-address-book/dist/abis/IGovernanceCore.mjs
|
|
13542
14013
|
var IGovernanceCore_ABI = [
|
|
13543
14014
|
{
|
|
13544
14015
|
type: "function",
|
|
@@ -14571,7 +15042,7 @@ var IGovernanceCore_ABI = [
|
|
|
14571
15042
|
}
|
|
14572
15043
|
];
|
|
14573
15044
|
|
|
14574
|
-
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.
|
|
15045
|
+
// ../../node_modules/.pnpm/@bgd-labs+aave-address-book@4.29.3_viem@2.37.5_typescript@5.8.3_zod@3.24.2_/node_modules/@bgd-labs/aave-address-book/dist/abis/IPool.mjs
|
|
14575
15046
|
var IPool_ABI2 = [
|
|
14576
15047
|
{
|
|
14577
15048
|
type: "function",
|
|
@@ -16886,14 +17357,6 @@ var etherscanExplorers = {
|
|
|
16886
17357
|
api: "https://api.etherscan.io/v2/api",
|
|
16887
17358
|
explorer: "https://zkevm.polygonscan.com/"
|
|
16888
17359
|
},
|
|
16889
|
-
1111: {
|
|
16890
|
-
api: "https://api.etherscan.io/v2/api",
|
|
16891
|
-
explorer: "https://wemixscan.com/"
|
|
16892
|
-
},
|
|
16893
|
-
1112: {
|
|
16894
|
-
api: "https://api.etherscan.io/v2/api",
|
|
16895
|
-
explorer: "https://testnet.wemixscan.com/"
|
|
16896
|
-
},
|
|
16897
17360
|
1284: {
|
|
16898
17361
|
api: "https://api.etherscan.io/v2/api",
|
|
16899
17362
|
explorer: "https://moonbeam.moonscan.io/"
|
|
@@ -16966,6 +17429,10 @@ var etherscanExplorers = {
|
|
|
16966
17429
|
api: "https://api.etherscan.io/v2/api",
|
|
16967
17430
|
explorer: "https://sepolia.abscan.org/"
|
|
16968
17431
|
},
|
|
17432
|
+
14601: {
|
|
17433
|
+
api: "https://api.etherscan.io/v2/api",
|
|
17434
|
+
explorer: "https://testnet.sonicscan.org/"
|
|
17435
|
+
},
|
|
16969
17436
|
17e3: {
|
|
16970
17437
|
api: "https://api.etherscan.io/v2/api",
|
|
16971
17438
|
explorer: "https://holesky.etherscan.io/"
|
|
@@ -17010,10 +17477,6 @@ var etherscanExplorers = {
|
|
|
17010
17477
|
api: "https://api.etherscan.io/v2/api",
|
|
17011
17478
|
explorer: "https://sophscan.xyz/"
|
|
17012
17479
|
},
|
|
17013
|
-
57054: {
|
|
17014
|
-
api: "https://api.etherscan.io/v2/api",
|
|
17015
|
-
explorer: "https://testnet.sonicscan.org/"
|
|
17016
|
-
},
|
|
17017
17480
|
59141: {
|
|
17018
17481
|
api: "https://api.etherscan.io/v2/api",
|
|
17019
17482
|
explorer: "https://sepolia.lineascan.build/"
|
|
@@ -17066,10 +17529,6 @@ var etherscanExplorers = {
|
|
|
17066
17529
|
api: "https://api.etherscan.io/v2/api",
|
|
17067
17530
|
explorer: "https://hoodi.etherscan.io/"
|
|
17068
17531
|
},
|
|
17069
|
-
660279: {
|
|
17070
|
-
api: "https://api.etherscan.io/v2/api",
|
|
17071
|
-
explorer: "https://xaiscan.io/"
|
|
17072
|
-
},
|
|
17073
17532
|
747474: {
|
|
17074
17533
|
api: "https://api.etherscan.io/v2/api",
|
|
17075
17534
|
explorer: "https://katanascan.com/"
|
|
@@ -17089,10 +17548,6 @@ var etherscanExplorers = {
|
|
|
17089
17548
|
531050104: {
|
|
17090
17549
|
api: "https://api.etherscan.io/v2/api",
|
|
17091
17550
|
explorer: "https://testnet.sophscan.xyz/"
|
|
17092
|
-
},
|
|
17093
|
-
37714555429: {
|
|
17094
|
-
api: "https://api.etherscan.io/v2/api",
|
|
17095
|
-
explorer: "https://sepolia.xaiscan.io/"
|
|
17096
17551
|
}
|
|
17097
17552
|
};
|
|
17098
17553
|
|
|
@@ -17142,18 +17597,10 @@ var routescanExplorers = {
|
|
|
17142
17597
|
api: "https://api.routescan.io/v2/network/mainnet/evm/166/etherscan",
|
|
17143
17598
|
explorer: "166.routescan.io"
|
|
17144
17599
|
},
|
|
17145
|
-
183: {
|
|
17146
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/183/etherscan",
|
|
17147
|
-
explorer: "183.routescan.io"
|
|
17148
|
-
},
|
|
17149
17600
|
185: {
|
|
17150
17601
|
api: "https://api.routescan.io/v2/network/mainnet/evm/185/etherscan",
|
|
17151
17602
|
explorer: "185.routescan.io"
|
|
17152
17603
|
},
|
|
17153
|
-
233: {
|
|
17154
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/233/etherscan",
|
|
17155
|
-
explorer: "233.routescan.io"
|
|
17156
|
-
},
|
|
17157
17604
|
252: {
|
|
17158
17605
|
api: "https://api.routescan.io/v2/network/mainnet/evm/252/etherscan",
|
|
17159
17606
|
explorer: "252.routescan.io"
|
|
@@ -17162,10 +17609,6 @@ var routescanExplorers = {
|
|
|
17162
17609
|
api: "https://api.routescan.io/v2/network/mainnet/evm/254/etherscan",
|
|
17163
17610
|
explorer: "254.routescan.io"
|
|
17164
17611
|
},
|
|
17165
|
-
255: {
|
|
17166
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/255/etherscan",
|
|
17167
|
-
explorer: "255.routescan.io"
|
|
17168
|
-
},
|
|
17169
17612
|
288: {
|
|
17170
17613
|
api: "https://api.routescan.io/v2/network/mainnet/evm/288/etherscan",
|
|
17171
17614
|
explorer: "288.routescan.io"
|
|
@@ -17174,10 +17617,6 @@ var routescanExplorers = {
|
|
|
17174
17617
|
api: "https://api.routescan.io/v2/network/mainnet/evm/291/etherscan",
|
|
17175
17618
|
explorer: "291.routescan.io"
|
|
17176
17619
|
},
|
|
17177
|
-
303: {
|
|
17178
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/303/etherscan",
|
|
17179
|
-
explorer: "303.routescan.io"
|
|
17180
|
-
},
|
|
17181
17620
|
324: {
|
|
17182
17621
|
api: "https://api.routescan.io/v2/network/mainnet/evm/324/etherscan",
|
|
17183
17622
|
explorer: "324.routescan.io"
|
|
@@ -17202,10 +17641,6 @@ var routescanExplorers = {
|
|
|
17202
17641
|
api: "https://api.routescan.io/v2/network/mainnet/evm/379/etherscan",
|
|
17203
17642
|
explorer: "379.routescan.io"
|
|
17204
17643
|
},
|
|
17205
|
-
392: {
|
|
17206
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/392/etherscan",
|
|
17207
|
-
explorer: "392.routescan.io"
|
|
17208
|
-
},
|
|
17209
17644
|
480: {
|
|
17210
17645
|
api: "https://api.routescan.io/v2/network/mainnet/evm/480/etherscan",
|
|
17211
17646
|
explorer: "480.routescan.io"
|
|
@@ -17286,10 +17721,6 @@ var routescanExplorers = {
|
|
|
17286
17721
|
api: "https://api.routescan.io/v2/network/testnet/evm/2233/etherscan",
|
|
17287
17722
|
explorer: "2233.routescan.io"
|
|
17288
17723
|
},
|
|
17289
|
-
2358: {
|
|
17290
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/2358/etherscan",
|
|
17291
|
-
explorer: "2358.routescan.io"
|
|
17292
|
-
},
|
|
17293
17724
|
2368: {
|
|
17294
17725
|
api: "https://api.routescan.io/v2/network/testnet/evm/2368/etherscan",
|
|
17295
17726
|
explorer: "2368.routescan.io"
|
|
@@ -17354,10 +17785,6 @@ var routescanExplorers = {
|
|
|
17354
17785
|
api: "https://api.routescan.io/v2/network/testnet/evm/4460/etherscan",
|
|
17355
17786
|
explorer: "4460.routescan.io"
|
|
17356
17787
|
},
|
|
17357
|
-
4801: {
|
|
17358
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/4801/etherscan",
|
|
17359
|
-
explorer: "4801.routescan.io"
|
|
17360
|
-
},
|
|
17361
17788
|
5e3: {
|
|
17362
17789
|
api: "https://api.routescan.io/v2/network/mainnet/evm/5000/etherscan",
|
|
17363
17790
|
explorer: "5000.routescan.io"
|
|
@@ -17382,10 +17809,6 @@ var routescanExplorers = {
|
|
|
17382
17809
|
api: "https://api.routescan.io/v2/network/mainnet/evm/5566/etherscan",
|
|
17383
17810
|
explorer: "5566.routescan.io"
|
|
17384
17811
|
},
|
|
17385
|
-
6118: {
|
|
17386
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/6118/etherscan",
|
|
17387
|
-
explorer: "6118.routescan.io"
|
|
17388
|
-
},
|
|
17389
17812
|
6119: {
|
|
17390
17813
|
api: "https://api.routescan.io/v2/network/mainnet/evm/6119/etherscan",
|
|
17391
17814
|
explorer: "6119.routescan.io"
|
|
@@ -17406,18 +17829,6 @@ var routescanExplorers = {
|
|
|
17406
17829
|
api: "https://api.routescan.io/v2/network/mainnet/evm/7171/etherscan",
|
|
17407
17830
|
explorer: "7171.routescan.io"
|
|
17408
17831
|
},
|
|
17409
|
-
7210: {
|
|
17410
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/7210/etherscan",
|
|
17411
|
-
explorer: "7210.routescan.io"
|
|
17412
|
-
},
|
|
17413
|
-
7222: {
|
|
17414
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/7222/etherscan",
|
|
17415
|
-
explorer: "7222.routescan.io"
|
|
17416
|
-
},
|
|
17417
|
-
7887: {
|
|
17418
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/7887/etherscan",
|
|
17419
|
-
explorer: "7887.routescan.io"
|
|
17420
|
-
},
|
|
17421
17832
|
7894: {
|
|
17422
17833
|
api: "https://api.routescan.io/v2/network/testnet/evm/7894/etherscan",
|
|
17423
17834
|
explorer: "7894.routescan.io"
|
|
@@ -17446,9 +17857,9 @@ var routescanExplorers = {
|
|
|
17446
17857
|
api: "https://api.routescan.io/v2/network/mainnet/evm/8787/etherscan",
|
|
17447
17858
|
explorer: "8787.routescan.io"
|
|
17448
17859
|
},
|
|
17449
|
-
|
|
17450
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/
|
|
17451
|
-
explorer: "
|
|
17860
|
+
9745: {
|
|
17861
|
+
api: "https://api.routescan.io/v2/network/mainnet/evm/9745/etherscan",
|
|
17862
|
+
explorer: "9745.routescan.io"
|
|
17452
17863
|
},
|
|
17453
17864
|
10036: {
|
|
17454
17865
|
api: "https://api.routescan.io/v2/network/mainnet/evm/10036/etherscan",
|
|
@@ -17466,10 +17877,6 @@ var routescanExplorers = {
|
|
|
17466
17877
|
api: "https://api.routescan.io/v2/network/mainnet/evm/10850/etherscan",
|
|
17467
17878
|
explorer: "10850.routescan.io"
|
|
17468
17879
|
},
|
|
17469
|
-
10880: {
|
|
17470
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/10880/etherscan",
|
|
17471
|
-
explorer: "10880.routescan.io"
|
|
17472
|
-
},
|
|
17473
17880
|
10888: {
|
|
17474
17881
|
api: "https://api.routescan.io/v2/network/testnet/evm/10888/etherscan",
|
|
17475
17882
|
explorer: "10888.routescan.io"
|
|
@@ -17494,6 +17901,10 @@ var routescanExplorers = {
|
|
|
17494
17901
|
api: "https://api.routescan.io/v2/network/testnet/evm/13576/etherscan",
|
|
17495
17902
|
explorer: "13576.routescan.io"
|
|
17496
17903
|
},
|
|
17904
|
+
14174: {
|
|
17905
|
+
api: "https://api.routescan.io/v2/network/testnet/evm/14174/etherscan",
|
|
17906
|
+
explorer: "14174.routescan.io"
|
|
17907
|
+
},
|
|
17497
17908
|
16180: {
|
|
17498
17909
|
api: "https://api.routescan.io/v2/network/mainnet/evm/16180/etherscan",
|
|
17499
17910
|
explorer: "16180.routescan.io"
|
|
@@ -17510,18 +17921,10 @@ var routescanExplorers = {
|
|
|
17510
17921
|
api: "https://api.routescan.io/v2/network/testnet/evm/21816/etherscan",
|
|
17511
17922
|
explorer: "21816.routescan.io"
|
|
17512
17923
|
},
|
|
17513
|
-
23944: {
|
|
17514
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/23944/etherscan",
|
|
17515
|
-
explorer: "23944.routescan.io"
|
|
17516
|
-
},
|
|
17517
17924
|
24010: {
|
|
17518
17925
|
api: "https://api.routescan.io/v2/network/testnet/evm/24010/etherscan",
|
|
17519
17926
|
explorer: "24010.routescan.io"
|
|
17520
17927
|
},
|
|
17521
|
-
26659: {
|
|
17522
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/26659/etherscan",
|
|
17523
|
-
explorer: "26659.routescan.io"
|
|
17524
|
-
},
|
|
17525
17928
|
27827: {
|
|
17526
17929
|
api: "https://api.routescan.io/v2/network/mainnet/evm/27827/etherscan",
|
|
17527
17930
|
explorer: "27827.routescan.io"
|
|
@@ -17574,10 +17977,6 @@ var routescanExplorers = {
|
|
|
17574
17977
|
api: "https://api.routescan.io/v2/network/testnet/evm/49321/etherscan",
|
|
17575
17978
|
explorer: "49321.routescan.io"
|
|
17576
17979
|
},
|
|
17577
|
-
53123: {
|
|
17578
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/53123/etherscan",
|
|
17579
|
-
explorer: "53123.routescan.io"
|
|
17580
|
-
},
|
|
17581
17980
|
53188: {
|
|
17582
17981
|
api: "https://api.routescan.io/v2/network/testnet/evm/53188/etherscan",
|
|
17583
17982
|
explorer: "53188.routescan.io"
|
|
@@ -17598,10 +17997,6 @@ var routescanExplorers = {
|
|
|
17598
17997
|
api: "https://api.routescan.io/v2/network/testnet/evm/55197/etherscan",
|
|
17599
17998
|
explorer: "55197.routescan.io"
|
|
17600
17999
|
},
|
|
17601
|
-
55551: {
|
|
17602
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/55551/etherscan",
|
|
17603
|
-
explorer: "55551.routescan.io"
|
|
17604
|
-
},
|
|
17605
18000
|
56288: {
|
|
17606
18001
|
api: "https://api.routescan.io/v2/network/mainnet/evm/56288/etherscan",
|
|
17607
18002
|
explorer: "56288.routescan.io"
|
|
@@ -17630,10 +18025,6 @@ var routescanExplorers = {
|
|
|
17630
18025
|
api: "https://api.routescan.io/v2/network/mainnet/evm/62521/etherscan",
|
|
17631
18026
|
explorer: "62521.routescan.io"
|
|
17632
18027
|
},
|
|
17633
|
-
62707: {
|
|
17634
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/62707/etherscan",
|
|
17635
|
-
explorer: "62707.routescan.io"
|
|
17636
|
-
},
|
|
17637
18028
|
62831: {
|
|
17638
18029
|
api: "https://api.routescan.io/v2/network/testnet/evm/62831/etherscan",
|
|
17639
18030
|
explorer: "62831.routescan.io"
|
|
@@ -17650,18 +18041,10 @@ var routescanExplorers = {
|
|
|
17650
18041
|
api: "https://api.routescan.io/v2/network/testnet/evm/70800/etherscan",
|
|
17651
18042
|
explorer: "70800.routescan.io"
|
|
17652
18043
|
},
|
|
17653
|
-
70953: {
|
|
17654
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/70953/etherscan",
|
|
17655
|
-
explorer: "70953.routescan.io"
|
|
17656
|
-
},
|
|
17657
18044
|
76736: {
|
|
17658
18045
|
api: "https://api.routescan.io/v2/network/testnet/evm/76736/etherscan",
|
|
17659
18046
|
explorer: "76736.routescan.io"
|
|
17660
18047
|
},
|
|
17661
|
-
78170: {
|
|
17662
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/78170/etherscan",
|
|
17663
|
-
explorer: "78170.routescan.io"
|
|
17664
|
-
},
|
|
17665
18048
|
79554: {
|
|
17666
18049
|
api: "https://api.routescan.io/v2/network/testnet/evm/79554/etherscan",
|
|
17667
18050
|
explorer: "79554.routescan.io"
|
|
@@ -17678,10 +18061,6 @@ var routescanExplorers = {
|
|
|
17678
18061
|
api: "https://api.routescan.io/v2/network/testnet/evm/80069/etherscan",
|
|
17679
18062
|
explorer: "80069.routescan.io"
|
|
17680
18063
|
},
|
|
17681
|
-
80084: {
|
|
17682
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan",
|
|
17683
|
-
explorer: "80084.routescan.io"
|
|
17684
|
-
},
|
|
17685
18064
|
80085: {
|
|
17686
18065
|
api: "https://api.routescan.io/v2/network/testnet/evm/80085/etherscan",
|
|
17687
18066
|
explorer: "80085.routescan.io"
|
|
@@ -17718,9 +18097,9 @@ var routescanExplorers = {
|
|
|
17718
18097
|
api: "https://api.routescan.io/v2/network/testnet/evm/97433/etherscan",
|
|
17719
18098
|
explorer: "97433.routescan.io"
|
|
17720
18099
|
},
|
|
17721
|
-
|
|
17722
|
-
api: "https://api.routescan.io/v2/network/
|
|
17723
|
-
explorer: "
|
|
18100
|
+
124816: {
|
|
18101
|
+
api: "https://api.routescan.io/v2/network/mainnet/evm/124816/etherscan",
|
|
18102
|
+
explorer: "124816.routescan.io"
|
|
17724
18103
|
},
|
|
17725
18104
|
132008: {
|
|
17726
18105
|
api: "https://api.routescan.io/v2/network/testnet/evm/132008/etherscan",
|
|
@@ -17758,10 +18137,6 @@ var routescanExplorers = {
|
|
|
17758
18137
|
api: "https://api.routescan.io/v2/network/mainnet/evm/432204/etherscan",
|
|
17759
18138
|
explorer: "432204.routescan.io"
|
|
17760
18139
|
},
|
|
17761
|
-
504441: {
|
|
17762
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/504441/etherscan",
|
|
17763
|
-
explorer: "504441.routescan.io"
|
|
17764
|
-
},
|
|
17765
18140
|
555666: {
|
|
17766
18141
|
api: "https://api.routescan.io/v2/network/testnet/evm/555666/etherscan",
|
|
17767
18142
|
explorer: "555666.routescan.io"
|
|
@@ -17802,14 +18177,6 @@ var routescanExplorers = {
|
|
|
17802
18177
|
api: "https://api.routescan.io/v2/network/testnet/evm/11155420/etherscan",
|
|
17803
18178
|
explorer: "11155420.routescan.io"
|
|
17804
18179
|
},
|
|
17805
|
-
11155931: {
|
|
17806
|
-
api: "https://api.routescan.io/v2/network/testnet/evm/11155931/etherscan",
|
|
17807
|
-
explorer: "11155931.routescan.io"
|
|
17808
|
-
},
|
|
17809
|
-
12345678: {
|
|
17810
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/12345678/etherscan",
|
|
17811
|
-
explorer: "12345678.routescan.io"
|
|
17812
|
-
},
|
|
17813
18180
|
13068200: {
|
|
17814
18181
|
api: "https://api.routescan.io/v2/network/testnet/evm/13068200/etherscan",
|
|
17815
18182
|
explorer: "13068200.routescan.io"
|
|
@@ -17830,10 +18197,6 @@ var routescanExplorers = {
|
|
|
17830
18197
|
api: "https://api.routescan.io/v2/network/testnet/evm/168587773/etherscan",
|
|
17831
18198
|
explorer: "168587773.routescan.io"
|
|
17832
18199
|
},
|
|
17833
|
-
333000333: {
|
|
17834
|
-
api: "https://api.routescan.io/v2/network/mainnet/evm/333000333/etherscan",
|
|
17835
|
-
explorer: "333000333.routescan.io"
|
|
17836
|
-
},
|
|
17837
18200
|
42012e4: {
|
|
17838
18201
|
api: "https://api.routescan.io/v2/network/testnet/evm/420120000/etherscan",
|
|
17839
18202
|
explorer: "420120000.routescan.io"
|
|
@@ -18291,6 +18654,8 @@ var alchemyNetworkMap = {
|
|
|
18291
18654
|
545: "flow-testnet",
|
|
18292
18655
|
592: "astar-mainnet",
|
|
18293
18656
|
747: "flow-mainnet",
|
|
18657
|
+
869: "worldmobilechain-mainnet",
|
|
18658
|
+
998: "hyperliquid-testnet",
|
|
18294
18659
|
999: "hyperliquid-mainnet",
|
|
18295
18660
|
1088: "metis-mainnet",
|
|
18296
18661
|
1101: "polygonzkevm-mainnet",
|
|
@@ -18357,15 +18722,17 @@ var alchemyNetworkMap = {
|
|
|
18357
18722
|
763373: "ink-sepolia",
|
|
18358
18723
|
6985385: "humanity-mainnet",
|
|
18359
18724
|
7777777: "zora-mainnet",
|
|
18725
|
+
11142220: "celo-sepolia",
|
|
18360
18726
|
11155111: "eth-sepolia",
|
|
18361
18727
|
11155420: "opt-sepolia",
|
|
18362
18728
|
11155931: "rise-testnet",
|
|
18363
18729
|
168587773: "blast-sepolia",
|
|
18364
18730
|
241320161: "xmtp-testnet",
|
|
18731
|
+
351243127: "xmtp-ropsten",
|
|
18365
18732
|
666666666: "degen-mainnet",
|
|
18366
18733
|
994873017: "lumia-prism",
|
|
18367
18734
|
999999999: "zora-sepolia",
|
|
18368
|
-
|
|
18735
|
+
2030232745: "lumia-beam",
|
|
18369
18736
|
"null": "aptos-testnet"
|
|
18370
18737
|
};
|
|
18371
18738
|
|
|
@@ -18418,6 +18785,7 @@ var quicknodeNetworkMap = {
|
|
|
18418
18785
|
8217: "kaia-mainnet",
|
|
18419
18786
|
8333: "b3-mainnet",
|
|
18420
18787
|
8453: "base-mainnet",
|
|
18788
|
+
9745: "plasma-mainnet",
|
|
18421
18789
|
9746: "plasma-testnet",
|
|
18422
18790
|
11124: "abstract-testnet",
|
|
18423
18791
|
13371: "imx-mainnet",
|
|
@@ -18469,7 +18837,6 @@ var tenderlyNetworkMap = {
|
|
|
18469
18837
|
300: "zksync-sepolia",
|
|
18470
18838
|
324: "zksync",
|
|
18471
18839
|
480: "worldchain-mainnet",
|
|
18472
|
-
919: "mode-sepolia",
|
|
18473
18840
|
1088: "metis-andromeda",
|
|
18474
18841
|
1135: "lisk",
|
|
18475
18842
|
1284: "moonbeam",
|
|
@@ -18494,19 +18861,19 @@ var tenderlyNetworkMap = {
|
|
|
18494
18861
|
7887: "kinto",
|
|
18495
18862
|
8008: "polynomial",
|
|
18496
18863
|
8453: "base",
|
|
18864
|
+
9069: "af-nexus-mainnet",
|
|
18497
18865
|
9070: "af-nexus-testnet",
|
|
18498
18866
|
9728: "boba-bnb-testnet",
|
|
18867
|
+
9745: "plasma",
|
|
18499
18868
|
9746: "plasma-testnet",
|
|
18500
18869
|
11069: "interval-testnet",
|
|
18501
18870
|
12739: "concrete",
|
|
18502
18871
|
13371: "immutable",
|
|
18503
18872
|
13473: "immutable-testnet",
|
|
18504
18873
|
17e3: "holesky",
|
|
18505
|
-
18233: "tangible-unreal",
|
|
18506
18874
|
28882: "boba-sepolia",
|
|
18507
18875
|
33111: "curtis",
|
|
18508
18876
|
33139: "apechain",
|
|
18509
|
-
34443: "mode",
|
|
18510
18877
|
37111: "lens-sepolia",
|
|
18511
18878
|
42161: "arbitrum",
|
|
18512
18879
|
42170: "arbitrum-nova",
|
|
@@ -18531,7 +18898,6 @@ var tenderlyNetworkMap = {
|
|
|
18531
18898
|
80094: "berachain",
|
|
18532
18899
|
81457: "blast",
|
|
18533
18900
|
84532: "base-sepolia",
|
|
18534
|
-
111188: "tangible-real",
|
|
18535
18901
|
129399: "katana-tatara",
|
|
18536
18902
|
167e3: "taiko-mainnet",
|
|
18537
18903
|
167009: "taiko-hekla",
|
|
@@ -19189,6 +19555,10 @@ var blockscoutExplorers = {
|
|
|
19189
19555
|
api: "https://scan.idn-network.com/api",
|
|
19190
19556
|
explorer: "https://scan.idn-network.com/"
|
|
19191
19557
|
},
|
|
19558
|
+
216: {
|
|
19559
|
+
api: "https://explorer.testnet.happy.tech/api",
|
|
19560
|
+
explorer: "https://explorer.testnet.happy.tech/"
|
|
19561
|
+
},
|
|
19192
19562
|
227: {
|
|
19193
19563
|
api: "https://promscan.io/api",
|
|
19194
19564
|
explorer: "https://promscan.io/"
|
|
@@ -19217,6 +19587,10 @@ var blockscoutExplorers = {
|
|
|
19217
19587
|
api: "https://blockscout.kroma.network/api",
|
|
19218
19588
|
explorer: "https://blockscout.kroma.network/"
|
|
19219
19589
|
},
|
|
19590
|
+
273: {
|
|
19591
|
+
api: "https://xr1.calderaexplorer.xyz/api",
|
|
19592
|
+
explorer: "https://xr1.calderaexplorer.xyz/"
|
|
19593
|
+
},
|
|
19220
19594
|
277: {
|
|
19221
19595
|
api: "https://testnet.ozonescan.io/api",
|
|
19222
19596
|
explorer: "https://testnet.ozonescan.io/"
|
|
@@ -19281,10 +19655,18 @@ var blockscoutExplorers = {
|
|
|
19281
19655
|
api: "https://explorer.appchain.xyz/api",
|
|
19282
19656
|
explorer: "https://explorer.appchain.xyz/"
|
|
19283
19657
|
},
|
|
19658
|
+
475: {
|
|
19659
|
+
api: "https://testnet-explorer.playontoy.com/api",
|
|
19660
|
+
explorer: "https://testnet-explorer.playontoy.com/"
|
|
19661
|
+
},
|
|
19284
19662
|
480: {
|
|
19285
19663
|
api: "https://worldchain-mainnet.explorer.alchemy.com/api",
|
|
19286
19664
|
explorer: "https://worldchain-mainnet.explorer.alchemy.com"
|
|
19287
19665
|
},
|
|
19666
|
+
484: {
|
|
19667
|
+
api: "https://blocksurety.net/api",
|
|
19668
|
+
explorer: "https://blocksurety.net/"
|
|
19669
|
+
},
|
|
19288
19670
|
528: {
|
|
19289
19671
|
api: "https://egonscan.com/api",
|
|
19290
19672
|
explorer: "https://egonscan.com"
|
|
@@ -19325,6 +19707,10 @@ var blockscoutExplorers = {
|
|
|
19325
19707
|
api: "https://explorer-mainnet-cardano-evm.c1.milkomeda.com/api",
|
|
19326
19708
|
explorer: "https://explorer-mainnet-cardano-evm.c1.milkomeda.com/"
|
|
19327
19709
|
},
|
|
19710
|
+
616: {
|
|
19711
|
+
api: "https://studio-chain.explorer.caldera.xyz/api",
|
|
19712
|
+
explorer: "https://studio-chain.explorer.caldera.xyz/"
|
|
19713
|
+
},
|
|
19328
19714
|
633: {
|
|
19329
19715
|
api: "https://explorer.exosama.com/api",
|
|
19330
19716
|
explorer: "https://explorer.exosama.com/"
|
|
@@ -19437,6 +19823,10 @@ var blockscoutExplorers = {
|
|
|
19437
19823
|
api: "https://explorer.diadata.org/api",
|
|
19438
19824
|
explorer: "https://explorer.diadata.org/"
|
|
19439
19825
|
},
|
|
19826
|
+
1071: {
|
|
19827
|
+
api: "https://mbs.ogpuscan.io/api",
|
|
19828
|
+
explorer: "https://mbs.ogpuscan.io/"
|
|
19829
|
+
},
|
|
19440
19830
|
1073: {
|
|
19441
19831
|
api: "https://explorer.evm.testnet.shimmer.network/api",
|
|
19442
19832
|
explorer: "https://explorer.evm.testnet.shimmer.network/"
|
|
@@ -19537,6 +19927,10 @@ var blockscoutExplorers = {
|
|
|
19537
19927
|
api: "https://blockscout.atlantischain.network/api",
|
|
19538
19928
|
explorer: "https://blockscout.atlantischain.network/"
|
|
19539
19929
|
},
|
|
19930
|
+
1345: {
|
|
19931
|
+
api: "https://openzk.calderaexplorer.xyz/api",
|
|
19932
|
+
explorer: "https://openzk.calderaexplorer.xyz/"
|
|
19933
|
+
},
|
|
19540
19934
|
1370: {
|
|
19541
19935
|
api: "https://ramascan.com/api",
|
|
19542
19936
|
explorer: "https://ramascan.com/"
|
|
@@ -19569,6 +19963,10 @@ var blockscoutExplorers = {
|
|
|
19569
19963
|
api: "https://scan-canary.bevm.io/api",
|
|
19570
19964
|
explorer: "https://scan-canary.bevm.io/"
|
|
19571
19965
|
},
|
|
19966
|
+
1512: {
|
|
19967
|
+
api: "https://devnet.storyscan.xyz/api",
|
|
19968
|
+
explorer: "https://devnet.storyscan.xyz/"
|
|
19969
|
+
},
|
|
19572
19970
|
1514: {
|
|
19573
19971
|
api: "https://www.storyscan.io/api",
|
|
19574
19972
|
explorer: "https://www.storyscan.io/"
|
|
@@ -19661,6 +20059,10 @@ var blockscoutExplorers = {
|
|
|
19661
20059
|
api: "https://testnet.bitciexplorer.com/api",
|
|
19662
20060
|
explorer: "https://testnet.bitciexplorer.com"
|
|
19663
20061
|
},
|
|
20062
|
+
1923: {
|
|
20063
|
+
api: "https://explorer.swellnetwork.io/api",
|
|
20064
|
+
explorer: "https://explorer.swellnetwork.io/"
|
|
20065
|
+
},
|
|
19664
20066
|
1924: {
|
|
19665
20067
|
api: "https://swell-testnet-explorer.alt.technology/api",
|
|
19666
20068
|
explorer: "https://swell-testnet-explorer.alt.technology/"
|
|
@@ -19677,6 +20079,10 @@ var blockscoutExplorers = {
|
|
|
19677
20079
|
api: "https://explorer3.redecoin.eu/api",
|
|
19678
20080
|
explorer: "https://explorer3.redecoin.eu/"
|
|
19679
20081
|
},
|
|
20082
|
+
1992: {
|
|
20083
|
+
api: "https://sanko-arb-sepolia.explorer.caldera.xyz/api",
|
|
20084
|
+
explorer: "https://sanko-arb-sepolia.explorer.caldera.xyz/"
|
|
20085
|
+
},
|
|
19680
20086
|
1993: {
|
|
19681
20087
|
api: "https://sepolia.explorer.b3.fun/api",
|
|
19682
20088
|
explorer: "https://sepolia.explorer.b3.fun/"
|
|
@@ -19709,6 +20115,10 @@ var blockscoutExplorers = {
|
|
|
19709
20115
|
api: "https://saturn-explorer.swanchain.io/api",
|
|
19710
20116
|
explorer: "https://saturn-explorer.swanchain.io/"
|
|
19711
20117
|
},
|
|
20118
|
+
2026: {
|
|
20119
|
+
api: "https://edgeless-mainnet.calderaexplorer.xyz/api",
|
|
20120
|
+
explorer: "https://edgeless-mainnet.calderaexplorer.xyz/"
|
|
20121
|
+
},
|
|
19712
20122
|
2039: {
|
|
19713
20123
|
api: "https://evm-explorer-testnet.alephzero.org/api",
|
|
19714
20124
|
explorer: "https://evm-explorer-testnet.alephzero.org/"
|
|
@@ -19721,6 +20131,10 @@ var blockscoutExplorers = {
|
|
|
19721
20131
|
api: "https://web3-explorer-mesos.thestratos.org/api",
|
|
19722
20132
|
explorer: "https://web3-explorer-mesos.thestratos.org/"
|
|
19723
20133
|
},
|
|
20134
|
+
2099: {
|
|
20135
|
+
api: "https://prime-chain.explorer.caldera.xyz/api",
|
|
20136
|
+
explorer: "https://prime-chain.explorer.caldera.xyz/"
|
|
20137
|
+
},
|
|
19724
20138
|
2192: {
|
|
19725
20139
|
api: "https://explorer.snaxchain.io/api",
|
|
19726
20140
|
explorer: "https://explorer.snaxchain.io/"
|
|
@@ -19749,6 +20163,10 @@ var blockscoutExplorers = {
|
|
|
19749
20163
|
api: "https://explorer.karak.network/api",
|
|
19750
20164
|
explorer: "https://explorer.karak.network/"
|
|
19751
20165
|
},
|
|
20166
|
+
2420: {
|
|
20167
|
+
api: "https://rufus.calderaexplorer.xyz/api",
|
|
20168
|
+
explorer: "https://rufus.calderaexplorer.xyz/"
|
|
20169
|
+
},
|
|
19752
20170
|
2424: {
|
|
19753
20171
|
api: "https://testnet.explorer.inevm.com/api",
|
|
19754
20172
|
explorer: "https://testnet.explorer.inevm.com/"
|
|
@@ -19758,8 +20176,8 @@ var blockscoutExplorers = {
|
|
|
19758
20176
|
explorer: "https://nowscan.io/"
|
|
19759
20177
|
},
|
|
19760
20178
|
2525: {
|
|
19761
|
-
api: "https://
|
|
19762
|
-
explorer: "https://
|
|
20179
|
+
api: "https://inevm.calderaexplorer.xyz/api",
|
|
20180
|
+
explorer: "https://inevm.calderaexplorer.xyz/"
|
|
19763
20181
|
},
|
|
19764
20182
|
2649: {
|
|
19765
20183
|
api: "https://mainnet-explorer.ailayer.xyz/api",
|
|
@@ -19781,6 +20199,10 @@ var blockscoutExplorers = {
|
|
|
19781
20199
|
api: "https://explorer.morphl2.io/api",
|
|
19782
20200
|
explorer: "https://explorer.morphl2.io/"
|
|
19783
20201
|
},
|
|
20202
|
+
2911: {
|
|
20203
|
+
api: "https://hychain.calderaexplorer.xyz/api",
|
|
20204
|
+
explorer: "https://hychain.calderaexplorer.xyz/"
|
|
20205
|
+
},
|
|
19784
20206
|
2999: {
|
|
19785
20207
|
api: "https://explorer.aevo.xyz/api",
|
|
19786
20208
|
explorer: "https://explorer.aevo.xyz/"
|
|
@@ -19809,6 +20231,10 @@ var blockscoutExplorers = {
|
|
|
19809
20231
|
api: "https://pepuscan.com/api",
|
|
19810
20232
|
explorer: "https://pepuscan.com/"
|
|
19811
20233
|
},
|
|
20234
|
+
3443: {
|
|
20235
|
+
api: "https://rabble-chain-testnet.explorer.caldera.xyz/api",
|
|
20236
|
+
explorer: "https://rabble-chain-testnet.explorer.caldera.xyz/"
|
|
20237
|
+
},
|
|
19812
20238
|
3502: {
|
|
19813
20239
|
api: "https://exp.jfinpos.com/api",
|
|
19814
20240
|
explorer: "https://exp.jfinpos.com/"
|
|
@@ -19825,6 +20251,10 @@ var blockscoutExplorers = {
|
|
|
19825
20251
|
api: "https://testnet-explorer.tangle.tools/api",
|
|
19826
20252
|
explorer: "https://testnet-explorer.tangle.tools/"
|
|
19827
20253
|
},
|
|
20254
|
+
3885: {
|
|
20255
|
+
api: "https://ghostrider-zkevm.firescan.io/api",
|
|
20256
|
+
explorer: "https://ghostrider-zkevm.firescan.io/"
|
|
20257
|
+
},
|
|
19828
20258
|
3888: {
|
|
19829
20259
|
api: "https://kalyscan.io/api",
|
|
19830
20260
|
explorer: "https://kalyscan.io/"
|
|
@@ -19853,6 +20283,10 @@ var blockscoutExplorers = {
|
|
|
19853
20283
|
api: "https://sepolia-blockscout.lisk.com/api",
|
|
19854
20284
|
explorer: "https://sepolia-blockscout.lisk.com/"
|
|
19855
20285
|
},
|
|
20286
|
+
4221: {
|
|
20287
|
+
api: "https://genlayer-testnet.explorer.caldera.xyz/api",
|
|
20288
|
+
explorer: "https://genlayer-testnet.explorer.caldera.xyz/"
|
|
20289
|
+
},
|
|
19856
20290
|
4355: {
|
|
19857
20291
|
api: "https://bethscan.org/api",
|
|
19858
20292
|
explorer: "https://bethscan.org/"
|
|
@@ -19865,6 +20299,14 @@ var blockscoutExplorers = {
|
|
|
19865
20299
|
api: "https://hydragon.hydrachain.org/api",
|
|
19866
20300
|
explorer: "https://hydragon.hydrachain.org/"
|
|
19867
20301
|
},
|
|
20302
|
+
4545: {
|
|
20303
|
+
api: "https://explore.emoney.network/api",
|
|
20304
|
+
explorer: "https://explore.emoney.network/"
|
|
20305
|
+
},
|
|
20306
|
+
4547: {
|
|
20307
|
+
api: "https://explorer.trumpchain.dev/api",
|
|
20308
|
+
explorer: "https://explorer.trumpchain.dev/"
|
|
20309
|
+
},
|
|
19868
20310
|
4613: {
|
|
19869
20311
|
api: "https://veryscan.io/api",
|
|
19870
20312
|
explorer: "https://veryscan.io/"
|
|
@@ -19889,25 +20331,21 @@ var blockscoutExplorers = {
|
|
|
19889
20331
|
api: "https://blackfort.blockscout.com/api",
|
|
19890
20332
|
explorer: "https://blackfort.blockscout.com/"
|
|
19891
20333
|
},
|
|
19892
|
-
5e3: {
|
|
19893
|
-
api: "https://explorer.mantle.xyz/api",
|
|
19894
|
-
explorer: "https://explorer.mantle.xyz/"
|
|
19895
|
-
},
|
|
19896
20334
|
5002: {
|
|
19897
20335
|
api: "https://evmexplorer.treasurenet.io/api",
|
|
19898
20336
|
explorer: "https://evmexplorer.treasurenet.io"
|
|
19899
20337
|
},
|
|
19900
|
-
5003: {
|
|
19901
|
-
api: "https://explorer.sepolia.mantle.xyz/api",
|
|
19902
|
-
explorer: "https://explorer.sepolia.mantle.xyz/"
|
|
19903
|
-
},
|
|
19904
20338
|
5101: {
|
|
19905
20339
|
api: "https://explorer-frame.syndicate.io/api",
|
|
19906
20340
|
explorer: "https://explorer-frame.syndicate.io/"
|
|
19907
20341
|
},
|
|
19908
20342
|
5112: {
|
|
19909
|
-
api: "https://
|
|
19910
|
-
explorer: "https://
|
|
20343
|
+
api: "https://ham.calderaexplorer.xyz/api",
|
|
20344
|
+
explorer: "https://ham.calderaexplorer.xyz/"
|
|
20345
|
+
},
|
|
20346
|
+
5124: {
|
|
20347
|
+
api: "https://explorer-2.seismicdev.net/api",
|
|
20348
|
+
explorer: "https://explorer-2.seismicdev.net/"
|
|
19911
20349
|
},
|
|
19912
20350
|
5151: {
|
|
19913
20351
|
api: "https://testnet-scan.mechain.tech/api",
|
|
@@ -19945,6 +20383,26 @@ var blockscoutExplorers = {
|
|
|
19945
20383
|
api: "https://explorer.tangle.tools/api",
|
|
19946
20384
|
explorer: "https://explorer.tangle.tools"
|
|
19947
20385
|
},
|
|
20386
|
+
5920: {
|
|
20387
|
+
api: "https://chain-20.evm-testnet-blockscout.chainweb.com/api",
|
|
20388
|
+
explorer: "https://chain-20.evm-testnet-blockscout.chainweb.com/"
|
|
20389
|
+
},
|
|
20390
|
+
5921: {
|
|
20391
|
+
api: "https://chain-21.evm-testnet-blockscout.chainweb.com/api",
|
|
20392
|
+
explorer: "https://chain-21.evm-testnet-blockscout.chainweb.com/"
|
|
20393
|
+
},
|
|
20394
|
+
5922: {
|
|
20395
|
+
api: "https://chain-22.evm-testnet-blockscout.chainweb.com/api",
|
|
20396
|
+
explorer: "https://chain-22.evm-testnet-blockscout.chainweb.com/"
|
|
20397
|
+
},
|
|
20398
|
+
5923: {
|
|
20399
|
+
api: "https://chain-23.evm-testnet-blockscout.chainweb.com/api",
|
|
20400
|
+
explorer: "https://chain-23.evm-testnet-blockscout.chainweb.com/"
|
|
20401
|
+
},
|
|
20402
|
+
5924: {
|
|
20403
|
+
api: "https://chain-24.evm-testnet-blockscout.chainweb.com/api",
|
|
20404
|
+
explorer: "https://chain-24.evm-testnet-blockscout.chainweb.com/"
|
|
20405
|
+
},
|
|
19948
20406
|
6278: {
|
|
19949
20407
|
api: "https://explore.steamexchange.io/api",
|
|
19950
20408
|
explorer: "https://explore.steamexchange.io/"
|
|
@@ -20001,6 +20459,10 @@ var blockscoutExplorers = {
|
|
|
20001
20459
|
api: "https://bx.shyft.network/api",
|
|
20002
20460
|
explorer: "https://bx.shyft.network/"
|
|
20003
20461
|
},
|
|
20462
|
+
7534: {
|
|
20463
|
+
api: "https://rivalz.calderaexplorer.xyz/api",
|
|
20464
|
+
explorer: "https://rivalz.calderaexplorer.xyz/"
|
|
20465
|
+
},
|
|
20004
20466
|
7771: {
|
|
20005
20467
|
api: "https://testnetscan.bit-rock.io/api",
|
|
20006
20468
|
explorer: "https://testnetscan.bit-rock.io/"
|
|
@@ -20037,10 +20499,6 @@ var blockscoutExplorers = {
|
|
|
20037
20499
|
api: "https://zentrace.io/api",
|
|
20038
20500
|
explorer: "https://zentrace.io"
|
|
20039
20501
|
},
|
|
20040
|
-
8428: {
|
|
20041
|
-
api: "https://sei.blockscout.com/api",
|
|
20042
|
-
explorer: "https://sei.blockscout.com/"
|
|
20043
|
-
},
|
|
20044
20502
|
8449: {
|
|
20045
20503
|
api: "https://explorer.dev.deriw.com/api",
|
|
20046
20504
|
explorer: "https://explorer.dev.deriw.com/"
|
|
@@ -20053,6 +20511,10 @@ var blockscoutExplorers = {
|
|
|
20053
20511
|
api: "https://explorer.haven1.org/api",
|
|
20054
20512
|
explorer: "https://explorer.haven1.org/"
|
|
20055
20513
|
},
|
|
20514
|
+
8818: {
|
|
20515
|
+
api: "https://explorer.clinkchain.io/api",
|
|
20516
|
+
explorer: "https://explorer.clinkchain.io/"
|
|
20517
|
+
},
|
|
20056
20518
|
8822: {
|
|
20057
20519
|
api: "https://explorer.evm.iota.org/api",
|
|
20058
20520
|
explorer: "https://explorer.evm.iota.org/"
|
|
@@ -20113,6 +20575,10 @@ var blockscoutExplorers = {
|
|
|
20113
20575
|
api: "https://testnet.pivotalscan.org/api",
|
|
20114
20576
|
explorer: "https://testnet.pivotalscan.org/"
|
|
20115
20577
|
},
|
|
20578
|
+
9296: {
|
|
20579
|
+
api: "https://zaynzk-testnet.explorer.caldera.xyz/api",
|
|
20580
|
+
explorer: "https://zaynzk-testnet.explorer.caldera.xyz/"
|
|
20581
|
+
},
|
|
20116
20582
|
9302: {
|
|
20117
20583
|
api: "https://explorer-reticulum.galactica.com/api",
|
|
20118
20584
|
explorer: "https://explorer-reticulum.galactica.com/"
|
|
@@ -20122,8 +20588,8 @@ var blockscoutExplorers = {
|
|
|
20122
20588
|
explorer: "https://explorer.testnet.oasys.games/"
|
|
20123
20589
|
},
|
|
20124
20590
|
9897: {
|
|
20125
|
-
api: "https://arena-z.
|
|
20126
|
-
explorer: "https://arena-z.
|
|
20591
|
+
api: "https://testnet-explorer.arena-z.gg/api",
|
|
20592
|
+
explorer: "https://testnet-explorer.arena-z.gg/"
|
|
20127
20593
|
},
|
|
20128
20594
|
9898: {
|
|
20129
20595
|
api: "https://scan.larissa.network/api",
|
|
@@ -20161,10 +20627,6 @@ var blockscoutExplorers = {
|
|
|
20161
20627
|
api: "https://scan.worldland.foundation/api",
|
|
20162
20628
|
explorer: "https://scan.worldland.foundation"
|
|
20163
20629
|
},
|
|
20164
|
-
10888: {
|
|
20165
|
-
api: "https://testnet.gameswift.io/api",
|
|
20166
|
-
explorer: "https://testnet.gameswift.io/"
|
|
20167
|
-
},
|
|
20168
20630
|
10946: {
|
|
20169
20631
|
api: "https://explorer.quadrans.io/api",
|
|
20170
20632
|
explorer: "https://explorer.quadrans.io/"
|
|
@@ -20193,6 +20655,10 @@ var blockscoutExplorers = {
|
|
|
20193
20655
|
api: "https://alpha.gelios.io/api",
|
|
20194
20656
|
explorer: "https://alpha.gelios.io/"
|
|
20195
20657
|
},
|
|
20658
|
+
12323: {
|
|
20659
|
+
api: "https://huddle01.calderaexplorer.xyz/api",
|
|
20660
|
+
explorer: "https://huddle01.calderaexplorer.xyz/"
|
|
20661
|
+
},
|
|
20196
20662
|
12553: {
|
|
20197
20663
|
api: "https://scan.rss3.io/api",
|
|
20198
20664
|
explorer: "https://scan.rss3.io/"
|
|
@@ -20217,6 +20683,14 @@ var blockscoutExplorers = {
|
|
|
20217
20683
|
api: "https://testnet.game7.io/api",
|
|
20218
20684
|
explorer: "https://testnet.game7.io/"
|
|
20219
20685
|
},
|
|
20686
|
+
14174: {
|
|
20687
|
+
api: "https://explorer.pecorino.signet.sh/api",
|
|
20688
|
+
explorer: "https://explorer.pecorino.signet.sh/"
|
|
20689
|
+
},
|
|
20690
|
+
14235: {
|
|
20691
|
+
api: "https://bitlazer.calderaexplorer.xyz/api",
|
|
20692
|
+
explorer: "https://bitlazer.calderaexplorer.xyz/"
|
|
20693
|
+
},
|
|
20220
20694
|
14800: {
|
|
20221
20695
|
api: "https://moksha.vanascan.io/api",
|
|
20222
20696
|
explorer: "https://moksha.vanascan.io/"
|
|
@@ -20242,8 +20716,8 @@ var blockscoutExplorers = {
|
|
|
20242
20716
|
explorer: "https://eth-holesky.blockscout.com/"
|
|
20243
20717
|
},
|
|
20244
20718
|
17069: {
|
|
20245
|
-
api: "https://
|
|
20246
|
-
explorer: "https://
|
|
20719
|
+
api: "https://explorer.garnetchain.com/api",
|
|
20720
|
+
explorer: "https://explorer.garnetchain.com/"
|
|
20247
20721
|
},
|
|
20248
20722
|
17071: {
|
|
20249
20723
|
api: "https://explorer.onchainpoints.xyz/api",
|
|
@@ -20257,10 +20731,6 @@ var blockscoutExplorers = {
|
|
|
20257
20731
|
api: "https://scan.mal.network/api",
|
|
20258
20732
|
explorer: "https://scan.mal.network/"
|
|
20259
20733
|
},
|
|
20260
|
-
18233: {
|
|
20261
|
-
api: "https://unreal.blockscout.com/api",
|
|
20262
|
-
explorer: "https://unreal.blockscout.com/"
|
|
20263
|
-
},
|
|
20264
20734
|
18880: {
|
|
20265
20735
|
api: "https://blockscout-testnet.expchain.ai/api",
|
|
20266
20736
|
explorer: "https://blockscout-testnet.expchain.ai/"
|
|
@@ -20281,6 +20751,10 @@ var blockscoutExplorers = {
|
|
|
20281
20751
|
api: "https://ghadames.lbnchain.com/api",
|
|
20282
20752
|
explorer: "https://ghadames.lbnchain.com/"
|
|
20283
20753
|
},
|
|
20754
|
+
22776: {
|
|
20755
|
+
api: "https://explorer.mapprotocol.io/api",
|
|
20756
|
+
explorer: "https://explorer.mapprotocol.io/"
|
|
20757
|
+
},
|
|
20284
20758
|
24499: {
|
|
20285
20759
|
api: "https://explorer.astrolayer.network/api",
|
|
20286
20760
|
explorer: "https://explorer.astrolayer.network/"
|
|
@@ -20345,6 +20819,10 @@ var blockscoutExplorers = {
|
|
|
20345
20819
|
api: "https://explorer.donatuz.com/api",
|
|
20346
20820
|
explorer: "https://explorer.donatuz.com/"
|
|
20347
20821
|
},
|
|
20822
|
+
42101: {
|
|
20823
|
+
api: "https://donut.push.network/api",
|
|
20824
|
+
explorer: "https://donut.push.network/"
|
|
20825
|
+
},
|
|
20348
20826
|
42161: {
|
|
20349
20827
|
api: "https://arbitrum.blockscout.com/api",
|
|
20350
20828
|
explorer: "https://arbitrum.blockscout.com/"
|
|
@@ -20389,6 +20867,10 @@ var blockscoutExplorers = {
|
|
|
20389
20867
|
api: "https://celo-alfajores.blockscout.com/api",
|
|
20390
20868
|
explorer: "https://celo-alfajores.blockscout.com/"
|
|
20391
20869
|
},
|
|
20870
|
+
45513: {
|
|
20871
|
+
api: "https://blessnet.calderaexplorer.xyz/api",
|
|
20872
|
+
explorer: "https://blessnet.calderaexplorer.xyz/"
|
|
20873
|
+
},
|
|
20392
20874
|
47763: {
|
|
20393
20875
|
api: "https://xexplorer.neo.org/api",
|
|
20394
20876
|
explorer: "https://xexplorer.neo.org/"
|
|
@@ -20477,6 +20959,10 @@ var blockscoutExplorers = {
|
|
|
20477
20959
|
api: "https://explorer-sepolia.perennial.foundation/api",
|
|
20478
20960
|
explorer: "https://explorer-sepolia.perennial.foundation/"
|
|
20479
20961
|
},
|
|
20962
|
+
61224: {
|
|
20963
|
+
api: "https://oceanum-testnet.explorer.caldera.xyz/api",
|
|
20964
|
+
explorer: "https://oceanum-testnet.explorer.caldera.xyz/"
|
|
20965
|
+
},
|
|
20480
20966
|
61406: {
|
|
20481
20967
|
api: "https://explorer.kaichain.net/api",
|
|
20482
20968
|
explorer: "https://explorer.kaichain.net/"
|
|
@@ -20545,6 +21031,10 @@ var blockscoutExplorers = {
|
|
|
20545
21031
|
api: "https://explorer.forta.org/api",
|
|
20546
21032
|
explorer: "https://explorer.forta.org/"
|
|
20547
21033
|
},
|
|
21034
|
+
82614: {
|
|
21035
|
+
api: "https://vemp-horizon.calderaexplorer.xyz/api",
|
|
21036
|
+
explorer: "https://vemp-horizon.calderaexplorer.xyz/"
|
|
21037
|
+
},
|
|
20548
21038
|
84532: {
|
|
20549
21039
|
api: "https://base-sepolia.blockscout.com/api",
|
|
20550
21040
|
explorer: "https://base-sepolia.blockscout.com/"
|
|
@@ -20558,8 +21048,8 @@ var blockscoutExplorers = {
|
|
|
20558
21048
|
explorer: "https://hades.jbcha.in/"
|
|
20559
21049
|
},
|
|
20560
21050
|
91111: {
|
|
20561
|
-
api: "https://
|
|
20562
|
-
explorer: "https://
|
|
21051
|
+
api: "https://henez.calderaexplorer.xyz/api",
|
|
21052
|
+
explorer: "https://henez.calderaexplorer.xyz/"
|
|
20563
21053
|
},
|
|
20564
21054
|
91120: {
|
|
20565
21055
|
api: "https://explorer.chain.metadap.io/api",
|
|
@@ -20613,18 +21103,10 @@ var blockscoutExplorers = {
|
|
|
20613
21103
|
api: "https://blockscan.marscredit.xyz/api",
|
|
20614
21104
|
explorer: "https://blockscan.marscredit.xyz/"
|
|
20615
21105
|
},
|
|
20616
|
-
111188: {
|
|
20617
|
-
api: "https://explorer.re.al/api",
|
|
20618
|
-
explorer: "https://explorer.re.al/"
|
|
20619
|
-
},
|
|
20620
21106
|
111222: {
|
|
20621
21107
|
api: "https://explorer.librachain.com/api",
|
|
20622
21108
|
explorer: "https://explorer.librachain.com/"
|
|
20623
21109
|
},
|
|
20624
|
-
112112: {
|
|
20625
|
-
api: "https://explorer.abc.t.raas.gelato.cloud/api",
|
|
20626
|
-
explorer: "https://explorer.abc.t.raas.gelato.cloud/"
|
|
20627
|
-
},
|
|
20628
21110
|
112358: {
|
|
20629
21111
|
api: "https://explorer.metachain.one/api",
|
|
20630
21112
|
explorer: "https://explorer.metachain.one/"
|
|
@@ -20677,6 +21159,10 @@ var blockscoutExplorers = {
|
|
|
20677
21159
|
api: "https://blockscout.platon.network/api",
|
|
20678
21160
|
explorer: "https://blockscout.platon.network/"
|
|
20679
21161
|
},
|
|
21162
|
+
212e3: {
|
|
21163
|
+
api: "https://sxt-testnet-avail.explorer.caldera.xyz/api",
|
|
21164
|
+
explorer: "https://sxt-testnet-avail.explorer.caldera.xyz/"
|
|
21165
|
+
},
|
|
20680
21166
|
222222: {
|
|
20681
21167
|
api: "https://explorer.evm.hydration.cloud/api",
|
|
20682
21168
|
explorer: "https://explorer.evm.hydration.cloud/"
|
|
@@ -20685,14 +21171,14 @@ var blockscoutExplorers = {
|
|
|
20685
21171
|
api: "https://scan.conet.network/api",
|
|
20686
21172
|
explorer: "https://scan.conet.network/"
|
|
20687
21173
|
},
|
|
20688
|
-
241120: {
|
|
20689
|
-
api: "https://andromeda.anomalyscan.io/api",
|
|
20690
|
-
explorer: "https://andromeda.anomalyscan.io/"
|
|
20691
|
-
},
|
|
20692
21174
|
247253: {
|
|
20693
21175
|
api: "https://explorer-testnet.saakuru.network/api",
|
|
20694
21176
|
explorer: "https://explorer-testnet.saakuru.network/"
|
|
20695
21177
|
},
|
|
21178
|
+
258432: {
|
|
21179
|
+
api: "https://explorer.althea.link/api",
|
|
21180
|
+
explorer: "https://explorer.althea.link/"
|
|
21181
|
+
},
|
|
20696
21182
|
281123: {
|
|
20697
21183
|
api: "https://parthenon.athenescan.io/api",
|
|
20698
21184
|
explorer: "https://parthenon.athenescan.io/"
|
|
@@ -20706,8 +21192,8 @@ var blockscoutExplorers = {
|
|
|
20706
21192
|
explorer: "https://scan.parex.network/"
|
|
20707
21193
|
},
|
|
20708
21194
|
325e3: {
|
|
20709
|
-
api: "https://
|
|
20710
|
-
explorer: "https://
|
|
21195
|
+
api: "https://basecamp.cloud.blockscout.com/api",
|
|
21196
|
+
explorer: "https://basecamp.cloud.blockscout.com/"
|
|
20711
21197
|
},
|
|
20712
21198
|
355113: {
|
|
20713
21199
|
api: "https://explorer.testnet.bitfinity.network/api",
|
|
@@ -20717,13 +21203,17 @@ var blockscoutExplorers = {
|
|
|
20717
21203
|
api: "https://metalscan.io/api",
|
|
20718
21204
|
explorer: "https://metalscan.io/"
|
|
20719
21205
|
},
|
|
21206
|
+
383353: {
|
|
21207
|
+
api: "https://cheesechain.calderaexplorer.xyz/api",
|
|
21208
|
+
explorer: "https://cheesechain.calderaexplorer.xyz/"
|
|
21209
|
+
},
|
|
20720
21210
|
412346: {
|
|
20721
21211
|
api: "https://explorer-devnet.adventurelayer.xyz/api",
|
|
20722
21212
|
explorer: "https://explorer-devnet.adventurelayer.xyz/"
|
|
20723
21213
|
},
|
|
20724
21214
|
444444: {
|
|
20725
|
-
api: "https://sepolia
|
|
20726
|
-
explorer: "https://sepolia
|
|
21215
|
+
api: "https://syndr-l3-sepolia.explorer.caldera.xyz/api",
|
|
21216
|
+
explorer: "https://syndr-l3-sepolia.explorer.caldera.xyz/"
|
|
20727
21217
|
},
|
|
20728
21218
|
455214: {
|
|
20729
21219
|
api: "https://testnet.deelance.com/api",
|
|
@@ -20746,8 +21236,12 @@ var blockscoutExplorers = {
|
|
|
20746
21236
|
explorer: "https://scroll.blockscout.com"
|
|
20747
21237
|
},
|
|
20748
21238
|
543210: {
|
|
20749
|
-
api: "https://
|
|
20750
|
-
explorer: "https://
|
|
21239
|
+
api: "https://zero-network.calderaexplorer.xyz/api",
|
|
21240
|
+
explorer: "https://zero-network.calderaexplorer.xyz/"
|
|
21241
|
+
},
|
|
21242
|
+
559955: {
|
|
21243
|
+
api: "https://ungaii-chain-testnet.explorer.caldera.xyz/api",
|
|
21244
|
+
explorer: "https://ungaii-chain-testnet.explorer.caldera.xyz/"
|
|
20751
21245
|
},
|
|
20752
21246
|
560013: {
|
|
20753
21247
|
api: "https://roguescan.io/api",
|
|
@@ -20762,8 +21256,8 @@ var blockscoutExplorers = {
|
|
|
20762
21256
|
explorer: "https://testnet.crossscan.io/"
|
|
20763
21257
|
},
|
|
20764
21258
|
612055: {
|
|
20765
|
-
api: "https://crossscan.io/api",
|
|
20766
|
-
explorer: "https://crossscan.io/"
|
|
21259
|
+
api: "https://www.crossscan.io/api",
|
|
21260
|
+
explorer: "https://www.crossscan.io/"
|
|
20767
21261
|
},
|
|
20768
21262
|
622277: {
|
|
20769
21263
|
api: "https://explorer.hypra.network/api",
|
|
@@ -20861,6 +21355,10 @@ var blockscoutExplorers = {
|
|
|
20861
21355
|
api: "https://explorer.testnet.xrplevm.org/api",
|
|
20862
21356
|
explorer: "https://explorer.testnet.xrplevm.org/"
|
|
20863
21357
|
},
|
|
21358
|
+
1632025: {
|
|
21359
|
+
api: "https://rayls-test-chain.explorer.caldera.xyz/api",
|
|
21360
|
+
explorer: "https://rayls-test-chain.explorer.caldera.xyz/"
|
|
21361
|
+
},
|
|
20864
21362
|
1637450: {
|
|
20865
21363
|
api: "https://xterio-testnet-explorer.alt.technology/api",
|
|
20866
21364
|
explorer: "https://xterio-testnet-explorer.alt.technology/"
|
|
@@ -20873,6 +21371,14 @@ var blockscoutExplorers = {
|
|
|
20873
21371
|
api: "https://devnet2blockscout.platon.network/api",
|
|
20874
21372
|
explorer: "https://devnet2blockscout.platon.network/"
|
|
20875
21373
|
},
|
|
21374
|
+
2524852: {
|
|
21375
|
+
api: "https://huddle-testnet.explorer.caldera.xyz/api",
|
|
21376
|
+
explorer: "https://huddle-testnet.explorer.caldera.xyz/"
|
|
21377
|
+
},
|
|
21378
|
+
3441006: {
|
|
21379
|
+
api: "https://manta-sepolia.explorer.caldera.xyz/api",
|
|
21380
|
+
explorer: "https://manta-sepolia.explorer.caldera.xyz/"
|
|
21381
|
+
},
|
|
20876
21382
|
3502001: {
|
|
20877
21383
|
api: "https://exp.opjfin.com/api",
|
|
20878
21384
|
explorer: "https://exp.opjfin.com/"
|
|
@@ -20901,6 +21407,10 @@ var blockscoutExplorers = {
|
|
|
20901
21407
|
api: "https://blockscout.xga.com/api",
|
|
20902
21408
|
explorer: "https://blockscout.xga.com/"
|
|
20903
21409
|
},
|
|
21410
|
+
8884571: {
|
|
21411
|
+
api: "https://solo-testnet.explorer.caldera.xyz/api",
|
|
21412
|
+
explorer: "https://solo-testnet.explorer.caldera.xyz/"
|
|
21413
|
+
},
|
|
20904
21414
|
9322252: {
|
|
20905
21415
|
api: "https://xcap-mainnet.explorer.xcap.network/api",
|
|
20906
21416
|
explorer: "https://xcap-mainnet.explorer.xcap.network/"
|
|
@@ -20909,10 +21419,14 @@ var blockscoutExplorers = {
|
|
|
20909
21419
|
api: "https://blockscout.mainnet.fluence.dev/api",
|
|
20910
21420
|
explorer: "https://blockscout.mainnet.fluence.dev"
|
|
20911
21421
|
},
|
|
20912
|
-
|
|
21422
|
+
10241024: {
|
|
20913
21423
|
api: "https://explorer.alienxchain.io/api",
|
|
20914
21424
|
explorer: "https://explorer.alienxchain.io/"
|
|
20915
21425
|
},
|
|
21426
|
+
11142220: {
|
|
21427
|
+
api: "https://celo-sepolia.blockscout.com/api",
|
|
21428
|
+
explorer: "https://celo-sepolia.blockscout.com/"
|
|
21429
|
+
},
|
|
20916
21430
|
11155111: {
|
|
20917
21431
|
api: "https://eth-sepolia.blockscout.com/api",
|
|
20918
21432
|
explorer: "https://eth-sepolia.blockscout.com/"
|
|
@@ -20929,6 +21443,10 @@ var blockscoutExplorers = {
|
|
|
20929
21443
|
api: "https://explorer.testnet.riselabs.xyz/api",
|
|
20930
21444
|
explorer: "https://explorer.testnet.riselabs.xyz/"
|
|
20931
21445
|
},
|
|
21446
|
+
13863860: {
|
|
21447
|
+
api: "https://symbiosis.calderaexplorer.xyz/api",
|
|
21448
|
+
explorer: "https://symbiosis.calderaexplorer.xyz/"
|
|
21449
|
+
},
|
|
20932
21450
|
16969696: {
|
|
20933
21451
|
api: "https://privixscan.io/api",
|
|
20934
21452
|
explorer: "https://privixscan.io/"
|
|
@@ -21053,6 +21571,10 @@ var blockscoutExplorers = {
|
|
|
21053
21571
|
api: "https://explorer-testnet.haust.app/api",
|
|
21054
21572
|
explorer: "https://explorer-testnet.haust.app/"
|
|
21055
21573
|
},
|
|
21574
|
+
1660990954: {
|
|
21575
|
+
api: "https://sepoliascan.status.network/api",
|
|
21576
|
+
explorer: "https://sepoliascan.status.network/"
|
|
21577
|
+
},
|
|
21056
21578
|
16666e5: {
|
|
21057
21579
|
api: "https://explorer.harmony.one/api",
|
|
21058
21580
|
explorer: "https://explorer.harmony.one/"
|
|
@@ -21069,6 +21591,10 @@ var blockscoutExplorers = {
|
|
|
21069
21591
|
api: "https://lumia-testnet-blockscout.eu-north-2.gateway.fm/api",
|
|
21070
21592
|
explorer: "https://lumia-testnet-blockscout.eu-north-2.gateway.fm/"
|
|
21071
21593
|
},
|
|
21594
|
+
2030232745: {
|
|
21595
|
+
api: "https://beam-explorer.lumia.org/api",
|
|
21596
|
+
explorer: "https://beam-explorer.lumia.org/"
|
|
21597
|
+
},
|
|
21072
21598
|
2046399126: {
|
|
21073
21599
|
api: "https://elated-tan-skat.explorer.mainnet.skalenodes.com/api",
|
|
21074
21600
|
explorer: "https://elated-tan-skat.explorer.mainnet.skalenodes.com/"
|
|
@@ -21106,8 +21632,8 @@ var blockscoutExplorers = {
|
|
|
21106
21632
|
explorer: "https://zeniqscan.com"
|
|
21107
21633
|
},
|
|
21108
21634
|
NaN: {
|
|
21109
|
-
api: "https://
|
|
21110
|
-
explorer: "https://
|
|
21635
|
+
api: "https://testnet-explorer.playontoy.com/api",
|
|
21636
|
+
explorer: "https://testnet-explorer.playontoy.com/"
|
|
21111
21637
|
}
|
|
21112
21638
|
};
|
|
21113
21639
|
|
|
@@ -21264,6 +21790,12 @@ var chainlinkFeeds = {
|
|
|
21264
21790
|
"decimals": 18,
|
|
21265
21791
|
"name": "TUSD Reserves"
|
|
21266
21792
|
},
|
|
21793
|
+
{
|
|
21794
|
+
"contractAddress": "0x1Af88ebE66a229A47d8Ca283fBcCc8C92CD4fb26",
|
|
21795
|
+
"proxyAddress": "0x1e9cb00c0AC8d2a171f44E63bE7532AD7224F6D1",
|
|
21796
|
+
"decimals": 1,
|
|
21797
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
21798
|
+
},
|
|
21267
21799
|
{
|
|
21268
21800
|
"contractAddress": "0x1DA1DdED0eFEB6eB7A5955502B892f8979af65DF",
|
|
21269
21801
|
"proxyAddress": "0xFF3EEb22B5E3dE6e705b44749C2559d704923FD7",
|
|
@@ -21300,6 +21832,12 @@ var chainlinkFeeds = {
|
|
|
21300
21832
|
"decimals": 18,
|
|
21301
21833
|
"name": "COMP / ETH"
|
|
21302
21834
|
},
|
|
21835
|
+
{
|
|
21836
|
+
"contractAddress": "0x206f1712629c23D107AFc4744622D9d815cBB645",
|
|
21837
|
+
"proxyAddress": "0x2F1494543bffb3022bf8Cb18C251D2286C98A85F",
|
|
21838
|
+
"decimals": 3,
|
|
21839
|
+
"name": "PCE Price Index \u2014 Level"
|
|
21840
|
+
},
|
|
21303
21841
|
{
|
|
21304
21842
|
"contractAddress": "0x20938e1f96DD1908c4B7eFB6D84F3b81808F4827",
|
|
21305
21843
|
"proxyAddress": "0xbCF5792575bA3A875D8C406F4E7270f51a902539",
|
|
@@ -21420,6 +21958,12 @@ var chainlinkFeeds = {
|
|
|
21420
21958
|
"decimals": 6,
|
|
21421
21959
|
"name": "USCC NAV - Aave LlamaRisk"
|
|
21422
21960
|
},
|
|
21961
|
+
{
|
|
21962
|
+
"contractAddress": "0x3D01b1956d6745Bd77Fb432F448E802145E4aeF1",
|
|
21963
|
+
"proxyAddress": "0x2b94a8B3E478a2984A0b50a4bB0F19827Ad0cef3",
|
|
21964
|
+
"decimals": 3,
|
|
21965
|
+
"name": "Real GDP - Level"
|
|
21966
|
+
},
|
|
21423
21967
|
{
|
|
21424
21968
|
"contractAddress": "0x3E9348C8a83549B594C51D5539f0Db4E3B0B5D90",
|
|
21425
21969
|
"proxyAddress": "0xeb988B77b94C186053282BfcD8B7ED55142D3cAB",
|
|
@@ -21620,7 +22164,7 @@ var chainlinkFeeds = {
|
|
|
21620
22164
|
"contractAddress": "0x5Eb719ab8afd65b35195A8C3FD343aD86C2044A3",
|
|
21621
22165
|
"proxyAddress": "0xADcc914F882965Ef1B2f1043522b3B81ED081491",
|
|
21622
22166
|
"decimals": 8,
|
|
21623
|
-
"name": "
|
|
22167
|
+
"name": "BGBTC Proof of Reserves"
|
|
21624
22168
|
},
|
|
21625
22169
|
{
|
|
21626
22170
|
"contractAddress": "0x5a0efD6D1a058A46D3Ac4511861adB8F3540BD49",
|
|
@@ -21646,6 +22190,12 @@ var chainlinkFeeds = {
|
|
|
21646
22190
|
"decimals": 18,
|
|
21647
22191
|
"name": "xSolvBTC Proof of Reserves"
|
|
21648
22192
|
},
|
|
22193
|
+
{
|
|
22194
|
+
"contractAddress": "0x619814f811D840E4020aF58b3f1f1d86be304129",
|
|
22195
|
+
"proxyAddress": "0x171e3Ec9377FeBad8d26967f1B1d6383Ae037997",
|
|
22196
|
+
"decimals": 18,
|
|
22197
|
+
"name": "SUSD1+-USD1 Exchange Rate"
|
|
22198
|
+
},
|
|
21649
22199
|
{
|
|
21650
22200
|
"contractAddress": "0x62a897c3e81d809c7444BB63D7D51E1F2EbB6C3D",
|
|
21651
22201
|
"proxyAddress": "0x9B4a96210bc8D9D55b1908B465D8B0de68B7fF83",
|
|
@@ -21853,6 +22403,12 @@ var chainlinkFeeds = {
|
|
|
21853
22403
|
"decimals": 8,
|
|
21854
22404
|
"name": "SHV / USD"
|
|
21855
22405
|
},
|
|
22406
|
+
{
|
|
22407
|
+
"contractAddress": "0x84455DeB8f606b83E7C4E6bCBbF18AC050C780F9",
|
|
22408
|
+
"proxyAddress": "0x4e25cfdc5f53c2CdeD13c1472E628eFd35c99C83",
|
|
22409
|
+
"decimals": 18,
|
|
22410
|
+
"name": "SOLVBTC / BTC Exchange Rate"
|
|
22411
|
+
},
|
|
21856
22412
|
{
|
|
21857
22413
|
"contractAddress": "0x8476b81b4dE6eD493383fA2A2851Ec590207ebAC",
|
|
21858
22414
|
"proxyAddress": "0xeF8A4aF35cd47424672E3C590aBD37FBB7A7759a",
|
|
@@ -21883,6 +22439,12 @@ var chainlinkFeeds = {
|
|
|
21883
22439
|
"decimals": 8,
|
|
21884
22440
|
"name": "USTB AUM"
|
|
21885
22441
|
},
|
|
22442
|
+
{
|
|
22443
|
+
"contractAddress": "0x88cedA42c33fd19D58E161964190377b9eE01500",
|
|
22444
|
+
"proxyAddress": "0xA5265f5B54D0AdD0D48BE88BC3CB0Cdb1a54B816",
|
|
22445
|
+
"decimals": 3,
|
|
22446
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
22447
|
+
},
|
|
21886
22448
|
{
|
|
21887
22449
|
"contractAddress": "0x88db96ca551e0A0a2D8646999410b60197979311",
|
|
21888
22450
|
"proxyAddress": "0xD10aBbC76679a20055E167BB80A24ac851b37056",
|
|
@@ -22015,6 +22577,12 @@ var chainlinkFeeds = {
|
|
|
22015
22577
|
"decimals": 8,
|
|
22016
22578
|
"name": "SPELL / USD"
|
|
22017
22579
|
},
|
|
22580
|
+
{
|
|
22581
|
+
"contractAddress": "0x997A883dC034ae61d44B19A9f3Ce06ff341a8821",
|
|
22582
|
+
"proxyAddress": "0xB06A26DF4Ab5853AaCCF2d21FAa00B82362684C3",
|
|
22583
|
+
"decimals": 1,
|
|
22584
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
22585
|
+
},
|
|
22018
22586
|
{
|
|
22019
22587
|
"contractAddress": "0x99BC071f317BEF648E5e84f7E0600423360C0Cd1",
|
|
22020
22588
|
"proxyAddress": "0xad4A9bED9a5E2c1c9a6E43D35Db53c83873dd901",
|
|
@@ -22232,6 +22800,12 @@ var chainlinkFeeds = {
|
|
|
22232
22800
|
"decimals": 0,
|
|
22233
22801
|
"name": "Arbitrum Healthcheck"
|
|
22234
22802
|
},
|
|
22803
|
+
{
|
|
22804
|
+
"contractAddress": "0xAfDA097A70d1AF8D93874Dd8cD55b7E082b5ee57",
|
|
22805
|
+
"proxyAddress": "0x46cE854814ea38A4857AeA23aE7759b3A7970e4a",
|
|
22806
|
+
"decimals": 18,
|
|
22807
|
+
"name": "xSolvBTC NAV"
|
|
22808
|
+
},
|
|
22235
22809
|
{
|
|
22236
22810
|
"contractAddress": "0xB30Aae40B630500D5c8140B7d1E5Bb1d61C86B64",
|
|
22237
22811
|
"proxyAddress": "0xD93571A6201978976e37c4A0F7bE17806f2Feab2",
|
|
@@ -22323,6 +22897,12 @@ var chainlinkFeeds = {
|
|
|
22323
22897
|
"decimals": 8,
|
|
22324
22898
|
"name": "wstETH / USD Calculated"
|
|
22325
22899
|
},
|
|
22900
|
+
{
|
|
22901
|
+
"contractAddress": "0xD7496378523f90f1e82dA528F385B2B30120afE2",
|
|
22902
|
+
"proxyAddress": "0x14f0737d6b705259e521EA6E9E3506AC78dBd311",
|
|
22903
|
+
"decimals": 8,
|
|
22904
|
+
"name": "USDG / USD"
|
|
22905
|
+
},
|
|
22326
22906
|
{
|
|
22327
22907
|
"contractAddress": "0xDAE05e337C56CD1b988Fd7a6B74e8BbD3028C4C6",
|
|
22328
22908
|
"proxyAddress": "0x8350b7De6a6a2C1368E7D4Bd968190e13E354297",
|
|
@@ -22390,6 +22970,12 @@ var chainlinkFeeds = {
|
|
|
22390
22970
|
"decimals": 8,
|
|
22391
22971
|
"name": "ATH / USD"
|
|
22392
22972
|
},
|
|
22973
|
+
{
|
|
22974
|
+
"contractAddress": "0xF69C2CdFa50C970235d059DfeEE767b27E02F260",
|
|
22975
|
+
"proxyAddress": "0x64c4c1BF5ec145CB6095A289249592B5bb007098",
|
|
22976
|
+
"decimals": 1,
|
|
22977
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
22978
|
+
},
|
|
22393
22979
|
{
|
|
22394
22980
|
"contractAddress": "0xF816091bA795C1b55859599fcDa8f786B2816e01",
|
|
22395
22981
|
"proxyAddress": "0xFC9e30Cf89f8A00dba3D34edf8b65BCDAdeCC1cB",
|
|
@@ -22554,6 +23140,12 @@ var chainlinkFeeds = {
|
|
|
22554
23140
|
"name": "AAVE / USD",
|
|
22555
23141
|
"secondaryProxyAddress": "0xF02C1e2A3B77c1cacC72f72B44f7d0a4c62e4a85"
|
|
22556
23142
|
},
|
|
23143
|
+
{
|
|
23144
|
+
"contractAddress": "0xcd2D4e80aA0E93d4e788f037A79ab597E0857917",
|
|
23145
|
+
"proxyAddress": "0x16caE6d6ffb4AE01e206b928de925Ac0C8C8116A",
|
|
23146
|
+
"decimals": 8,
|
|
23147
|
+
"name": "cUSD AUM"
|
|
23148
|
+
},
|
|
22557
23149
|
{
|
|
22558
23150
|
"contractAddress": "0xced238b8B9D39f2B1CD42adbEeFBB85cd46C14F2",
|
|
22559
23151
|
"proxyAddress": "0x269f871c80b50a5cF34cDfCfEC11460adA4D66f1",
|
|
@@ -22634,6 +23226,12 @@ var chainlinkFeeds = {
|
|
|
22634
23226
|
"decimals": 8,
|
|
22635
23227
|
"name": "MKR / USD"
|
|
22636
23228
|
},
|
|
23229
|
+
{
|
|
23230
|
+
"contractAddress": "0xe9cf7cF5827e45407448B50cDC0aed5C798037A4",
|
|
23231
|
+
"proxyAddress": "0x14E5FC91Ddb3f97C33013Cc9fA74F54062Ad1Aa1",
|
|
23232
|
+
"decimals": 8,
|
|
23233
|
+
"name": "WLFI / USD"
|
|
23234
|
+
},
|
|
22637
23235
|
{
|
|
22638
23236
|
"contractAddress": "0xf17CB308606999DF25F5d4B9f74bD9fe47A5b3b3",
|
|
22639
23237
|
"proxyAddress": "0xAbE7a3643615Ed32d3431e11E0Ee5A486Cb27d48",
|
|
@@ -22720,6 +23318,12 @@ var chainlinkFeeds = {
|
|
|
22720
23318
|
"decimals": 8,
|
|
22721
23319
|
"name": "sUSDe / USD"
|
|
22722
23320
|
},
|
|
23321
|
+
{
|
|
23322
|
+
"contractAddress": "0x070c58467E2a9b55B094936F500c297C84020c68",
|
|
23323
|
+
"proxyAddress": "0x8158d24603296Ce54ba903c7D5299E3B6744b555",
|
|
23324
|
+
"decimals": 1,
|
|
23325
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
23326
|
+
},
|
|
22723
23327
|
{
|
|
22724
23328
|
"contractAddress": "0x0C1272d2aC652D10d03bb4dEB0D31F15ea3EAb2b",
|
|
22725
23329
|
"proxyAddress": "0xD702DD976Fb76Fffc2D3963D037dfDae5b04E593",
|
|
@@ -22762,6 +23366,18 @@ var chainlinkFeeds = {
|
|
|
22762
23366
|
"decimals": 8,
|
|
22763
23367
|
"name": "STETH / USD"
|
|
22764
23368
|
},
|
|
23369
|
+
{
|
|
23370
|
+
"contractAddress": "0x1343bCF0AD22235f5673B4C172b43401b31e95F8",
|
|
23371
|
+
"proxyAddress": "0xc3cda94d924Eb5c1b0b64e05F01487d30dA3f235",
|
|
23372
|
+
"decimals": 1,
|
|
23373
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
23374
|
+
},
|
|
23375
|
+
{
|
|
23376
|
+
"contractAddress": "0x137b5b4502a65C15171a0Ce784483Aa82c740c5b",
|
|
23377
|
+
"proxyAddress": "0xfBe83018d075bDD6AffBe85E5F1E37f0b43bf1F6",
|
|
23378
|
+
"decimals": 3,
|
|
23379
|
+
"name": "Real GDP \u2014 Level"
|
|
23380
|
+
},
|
|
22765
23381
|
{
|
|
22766
23382
|
"contractAddress": "0x13f11f2139C10A48eCD7A6A14d804f90b2cFC89A",
|
|
22767
23383
|
"proxyAddress": "0xc19d58652d6BfC6Db6FB3691eDA6Aa7f3379E4E9",
|
|
@@ -22840,12 +23456,6 @@ var chainlinkFeeds = {
|
|
|
22840
23456
|
"decimals": 18,
|
|
22841
23457
|
"name": "Synthetix Aggregator Issued Synths"
|
|
22842
23458
|
},
|
|
22843
|
-
{
|
|
22844
|
-
"contractAddress": "0x2559AFace3EdBF4F233f01C26dD2F86B6deA4b25",
|
|
22845
|
-
"proxyAddress": "0xA45881b63ff9BE3F9a3439CA0c002686e65a8ED5",
|
|
22846
|
-
"decimals": 8,
|
|
22847
|
-
"name": "USDM / USD"
|
|
22848
|
-
},
|
|
22849
23459
|
{
|
|
22850
23460
|
"contractAddress": "0x25F99e20f894DAF1BD5008fC41B11195b433d1e4",
|
|
22851
23461
|
"proxyAddress": "0x089730f866C6D478398ce1632C7C38677c475EC1",
|
|
@@ -22876,6 +23486,12 @@ var chainlinkFeeds = {
|
|
|
22876
23486
|
"decimals": 8,
|
|
22877
23487
|
"name": "ALGO / USD"
|
|
22878
23488
|
},
|
|
23489
|
+
{
|
|
23490
|
+
"contractAddress": "0x2b6efc1eA650d5D566D1d4A7C1BE988bEF60A559",
|
|
23491
|
+
"proxyAddress": "0xA369969F522Fda5Ce1D3823d07A393C27b74f723",
|
|
23492
|
+
"decimals": 1,
|
|
23493
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
23494
|
+
},
|
|
22879
23495
|
{
|
|
22880
23496
|
"contractAddress": "0x326698A9b7152b45CDB70aE33331c69305C039ea",
|
|
22881
23497
|
"proxyAddress": "0x59F075967F0abB7E9FA623CbaAb7560704D67D15",
|
|
@@ -23110,6 +23726,12 @@ var chainlinkFeeds = {
|
|
|
23110
23726
|
"decimals": 18,
|
|
23111
23727
|
"name": "wstETH-stETH Exchange Rate"
|
|
23112
23728
|
},
|
|
23729
|
+
{
|
|
23730
|
+
"contractAddress": "0x6cF3c03cc87b7fbA793d6cFcA6B36173a757D48E",
|
|
23731
|
+
"proxyAddress": "0xE036C2B215B2533BCE1c9D0436728cE8ABE5665D",
|
|
23732
|
+
"decimals": 3,
|
|
23733
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
23734
|
+
},
|
|
23113
23735
|
{
|
|
23114
23736
|
"contractAddress": "0x6f0D003A0743F5acea5680B1D128bd433B07ffCE",
|
|
23115
23737
|
"proxyAddress": "0xEEDF0B095B5dfe75F3881Cb26c19DA209A27463a",
|
|
@@ -23134,6 +23756,12 @@ var chainlinkFeeds = {
|
|
|
23134
23756
|
"decimals": 8,
|
|
23135
23757
|
"name": "XAU / USD"
|
|
23136
23758
|
},
|
|
23759
|
+
{
|
|
23760
|
+
"contractAddress": "0x79D80df3432A4352b5CA2f4ed8262c2A0D63CA1e",
|
|
23761
|
+
"proxyAddress": "0x3E75C48A27b54dEEc3381689CfA9Ce41Ca55C050",
|
|
23762
|
+
"decimals": 3,
|
|
23763
|
+
"name": "PCE Price Index \u2014 Level"
|
|
23764
|
+
},
|
|
23137
23765
|
{
|
|
23138
23766
|
"contractAddress": "0x7A18889f137B593f4E03C0A698A4360f43d1731c",
|
|
23139
23767
|
"proxyAddress": "0x805a61D54bb686e57F02D1EC96A1491C7aF40893",
|
|
@@ -23670,6 +24298,12 @@ var chainlinkFeeds = {
|
|
|
23670
24298
|
"decimals": 8,
|
|
23671
24299
|
"name": "COIN / USD"
|
|
23672
24300
|
},
|
|
24301
|
+
{
|
|
24302
|
+
"contractAddress": "0x19ca88988De97Ab06a5aA74A0e87f5c11cb85fFd",
|
|
24303
|
+
"proxyAddress": "0x83B8DF906c631dD7460Ac875Dc02A62db1dcD37A",
|
|
24304
|
+
"decimals": 18,
|
|
24305
|
+
"name": "YUSD-USD Exchange Rate"
|
|
24306
|
+
},
|
|
23673
24307
|
{
|
|
23674
24308
|
"contractAddress": "0x1CCd2D51CeB8DbaC8070c6AAefB331f77703f368",
|
|
23675
24309
|
"proxyAddress": "0x2e1C3b6Fcae47b20Dd343D9354F7B1140a1E6B27",
|
|
@@ -23922,6 +24556,12 @@ var chainlinkFeeds = {
|
|
|
23922
24556
|
"decimals": 8,
|
|
23923
24557
|
"name": "SPELL / USD"
|
|
23924
24558
|
},
|
|
24559
|
+
{
|
|
24560
|
+
"contractAddress": "0x5c60391E1Be7c43b106Da2e6575b73A8b30eDC35",
|
|
24561
|
+
"proxyAddress": "0x08CA3ac4dE41F2791e8A247859d637a8977473D7",
|
|
24562
|
+
"decimals": 18,
|
|
24563
|
+
"name": "SUSD1+-USD1 Exchange Rate"
|
|
24564
|
+
},
|
|
23925
24565
|
{
|
|
23926
24566
|
"contractAddress": "0x5e54baAfaa95D7Cc131Ee5C162aB7cEfA7D9bB7A",
|
|
23927
24567
|
"proxyAddress": "0xa679C72a97B654CFfF58aB704de3BA15Cde89B07",
|
|
@@ -23940,6 +24580,12 @@ var chainlinkFeeds = {
|
|
|
23940
24580
|
"decimals": 8,
|
|
23941
24581
|
"name": "C98 / USD"
|
|
23942
24582
|
},
|
|
24583
|
+
{
|
|
24584
|
+
"contractAddress": "0x61cfCa48C17dD57ddabf909e059979067738682F",
|
|
24585
|
+
"proxyAddress": "0x68ff0d4499c68Cf4471143930422ae8F17f6Cd58",
|
|
24586
|
+
"decimals": 18,
|
|
24587
|
+
"name": "xSolvBTC NAV"
|
|
24588
|
+
},
|
|
23943
24589
|
{
|
|
23944
24590
|
"contractAddress": "0x638Ec95A8bDe3144Ba69498D07C20C0b7b779887",
|
|
23945
24591
|
"proxyAddress": "0x7E728dFA6bCa9023d9aBeE759fDF56BEAb8aC7aD",
|
|
@@ -24078,6 +24724,12 @@ var chainlinkFeeds = {
|
|
|
24078
24724
|
"decimals": 8,
|
|
24079
24725
|
"name": "WOO / USD"
|
|
24080
24726
|
},
|
|
24727
|
+
{
|
|
24728
|
+
"contractAddress": "0x8FDb1b2f55dEE293569337F5a8fCf587Cc10bA1A",
|
|
24729
|
+
"proxyAddress": "0xA40a0dC23D3A821fF5Ea9E23080B74DAC031158d",
|
|
24730
|
+
"decimals": 18,
|
|
24731
|
+
"name": "WSTUSR-STUSR Exchange Rate"
|
|
24732
|
+
},
|
|
24081
24733
|
{
|
|
24082
24734
|
"contractAddress": "0x8c434b25C0940f65577C59FB20796b67686AB548",
|
|
24083
24735
|
"proxyAddress": "0x6b25F7f189c3f26d3caC43b754578b67Fc8d952A",
|
|
@@ -24120,6 +24772,12 @@ var chainlinkFeeds = {
|
|
|
24120
24772
|
"decimals": 8,
|
|
24121
24773
|
"name": "AUD / USD"
|
|
24122
24774
|
},
|
|
24775
|
+
{
|
|
24776
|
+
"contractAddress": "0x993Ac25963E772829eb9d77e0283B46A3C200d89",
|
|
24777
|
+
"proxyAddress": "0x8fCC2d2973e3740c40aF00d030725A429cd24b57",
|
|
24778
|
+
"decimals": 8,
|
|
24779
|
+
"name": "TREE / USD"
|
|
24780
|
+
},
|
|
24123
24781
|
{
|
|
24124
24782
|
"contractAddress": "0x9D5763ca9a0BeC8bfC11603F37edA91Edca0CF2c",
|
|
24125
24783
|
"proxyAddress": "0x058316f8Bb13aCD442ee7A216C7b60CFB4Ea1B53",
|
|
@@ -24270,6 +24928,12 @@ var chainlinkFeeds = {
|
|
|
24270
24928
|
"decimals": 8,
|
|
24271
24929
|
"name": "JPM / USD"
|
|
24272
24930
|
},
|
|
24931
|
+
{
|
|
24932
|
+
"contractAddress": "0xE8E834A995E428eDcf4A8D321a917DCfe945c987",
|
|
24933
|
+
"proxyAddress": "0xD3F669EF5C364C14d353F46b1D1a048A846e00f1",
|
|
24934
|
+
"decimals": 8,
|
|
24935
|
+
"name": "WLFI / USD"
|
|
24936
|
+
},
|
|
24273
24937
|
{
|
|
24274
24938
|
"contractAddress": "0xEe38B8F8B17Baa11ca558a3214E3261527a044cf",
|
|
24275
24939
|
"proxyAddress": "0x20123C6ebd45c6496102BeEA86e1a6616Ca547c6",
|
|
@@ -24748,6 +25412,12 @@ var chainlinkFeeds = {
|
|
|
24748
25412
|
"decimals": 8,
|
|
24749
25413
|
"name": "WBTC / USD"
|
|
24750
25414
|
},
|
|
25415
|
+
{
|
|
25416
|
+
"contractAddress": "0x04864A3B353C0e15daF0719dAc8a75fC59f93251",
|
|
25417
|
+
"proxyAddress": "0xD2D1BdD220C35C27f70a2bE1eD6462cECAc76384",
|
|
25418
|
+
"decimals": 8,
|
|
25419
|
+
"name": "VanEck SMH MID iNAV"
|
|
25420
|
+
},
|
|
24751
25421
|
{
|
|
24752
25422
|
"contractAddress": "0x068b080722Eb04527B6ce15cde08D805c5934D5e",
|
|
24753
25423
|
"proxyAddress": "0x8CE3cAc0E6635ce04783709ca3CC4F5fc5304299",
|
|
@@ -24766,6 +25436,12 @@ var chainlinkFeeds = {
|
|
|
24766
25436
|
"decimals": 8,
|
|
24767
25437
|
"name": "QUICK / USD"
|
|
24768
25438
|
},
|
|
25439
|
+
{
|
|
25440
|
+
"contractAddress": "0x0BCa9d88c216EB35d34Fd642701cFaFc01cfA28d",
|
|
25441
|
+
"proxyAddress": "0x2A5e28b4F9Ecb01807CeEC25F7b0fcCafF3F6721",
|
|
25442
|
+
"decimals": 18,
|
|
25443
|
+
"name": "wstPOL-POL Exchange Rate"
|
|
25444
|
+
},
|
|
24769
25445
|
{
|
|
24770
25446
|
"contractAddress": "0x0bd714b38F0f15746f682Ed76ac5e2faA85A0088",
|
|
24771
25447
|
"proxyAddress": "0x461c7B8D370a240DdB46B402748381C3210136b3",
|
|
@@ -25252,6 +25928,12 @@ var chainlinkFeeds = {
|
|
|
25252
25928
|
"decimals": 8,
|
|
25253
25929
|
"name": "XRP / USD"
|
|
25254
25930
|
},
|
|
25931
|
+
{
|
|
25932
|
+
"contractAddress": "0x913dd0a902447c66b701F09eC71C97d9E218596c",
|
|
25933
|
+
"proxyAddress": "0x6b20c92A1D73A9232383DEcD698Ff559eFa0c31A",
|
|
25934
|
+
"decimals": 18,
|
|
25935
|
+
"name": "RYT Polygon Proof of Reserves"
|
|
25936
|
+
},
|
|
25255
25937
|
{
|
|
25256
25938
|
"contractAddress": "0x925cB7879e13f28e5dc43E0AF00Cf1141401B0B8",
|
|
25257
25939
|
"proxyAddress": "0xe71A04ACe06e2667c7e1c802E998CBf44A6bf53C",
|
|
@@ -25704,6 +26386,12 @@ var chainlinkFeeds = {
|
|
|
25704
26386
|
"decimals": 18,
|
|
25705
26387
|
"name": "wstkscUSD / stkscUSD Exchange Rate"
|
|
25706
26388
|
},
|
|
26389
|
+
{
|
|
26390
|
+
"contractAddress": "0x39C2123c9333B8e9f5C20837cb60388BafbF3f41",
|
|
26391
|
+
"proxyAddress": "0xD83083D9D899fB185CcaA8EC63F0582A2970373E",
|
|
26392
|
+
"decimals": 3,
|
|
26393
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
26394
|
+
},
|
|
25707
26395
|
{
|
|
25708
26396
|
"contractAddress": "0x43F845f2b2D065EAB3c1BC9d16bc7c4214f323eC",
|
|
25709
26397
|
"proxyAddress": "0x5e7B8000f967ada54eDb8696d21cCFEB7eC36EC6",
|
|
@@ -25758,6 +26446,12 @@ var chainlinkFeeds = {
|
|
|
25758
26446
|
"decimals": 18,
|
|
25759
26447
|
"name": "beS / S Exchange Rate"
|
|
25760
26448
|
},
|
|
26449
|
+
{
|
|
26450
|
+
"contractAddress": "0x8a81D34b9A5EBd2b1a94ee4Bf47e5c43c67C22Dd",
|
|
26451
|
+
"proxyAddress": "0xB8deBF17f62838F56e4abc923aef4ad4716C105B",
|
|
26452
|
+
"decimals": 1,
|
|
26453
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
26454
|
+
},
|
|
25761
26455
|
{
|
|
25762
26456
|
"contractAddress": "0x901696563727e64DAD3e263efa3a100c4B8180ea",
|
|
25763
26457
|
"proxyAddress": "0xACE5e348a341a740004304c2c228Af1A4581920F",
|
|
@@ -25770,6 +26464,18 @@ var chainlinkFeeds = {
|
|
|
25770
26464
|
"decimals": 8,
|
|
25771
26465
|
"name": "EUR / USD"
|
|
25772
26466
|
},
|
|
26467
|
+
{
|
|
26468
|
+
"contractAddress": "0xA3c29ff79Ba1D36CFa12227D23ddDf33adb2C030",
|
|
26469
|
+
"proxyAddress": "0xba7e8ea9B592c0E6731000b9a186581224a09f69",
|
|
26470
|
+
"decimals": 3,
|
|
26471
|
+
"name": "PCE Price Index \u2014 Level"
|
|
26472
|
+
},
|
|
26473
|
+
{
|
|
26474
|
+
"contractAddress": "0xA41b06FC160520f50931269eF0593082af55a7e6",
|
|
26475
|
+
"proxyAddress": "0x852aE0B1Af1aAeDB0fC4428B4B24420780976ca8",
|
|
26476
|
+
"decimals": 1,
|
|
26477
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
26478
|
+
},
|
|
25773
26479
|
{
|
|
25774
26480
|
"contractAddress": "0xB70b802953462312A47c857b940991108F8d43De",
|
|
25775
26481
|
"proxyAddress": "0x790181e93e9F4Eedb5b864860C12e4d2CffFe73B",
|
|
@@ -25800,6 +26506,12 @@ var chainlinkFeeds = {
|
|
|
25800
26506
|
"decimals": 18,
|
|
25801
26507
|
"name": "wstkscETH / stkscETH Exchange Rate"
|
|
25802
26508
|
},
|
|
26509
|
+
{
|
|
26510
|
+
"contractAddress": "0xD0c541D957388BFe9F8491E9A6d9841e47C9F55A",
|
|
26511
|
+
"proxyAddress": "0xA1d23D3FE32Ef45774D0f2170a7BEf21da09566b",
|
|
26512
|
+
"decimals": 3,
|
|
26513
|
+
"name": "Real GDP - Level"
|
|
26514
|
+
},
|
|
25803
26515
|
{
|
|
25804
26516
|
"contractAddress": "0xE7DA1DCCb395C6485002b9f72cbf6625e74eF5af",
|
|
25805
26517
|
"proxyAddress": "0xdB17996a889706Bd67771dEa59E0Bf9453aF0CE4",
|
|
@@ -25818,6 +26530,18 @@ var chainlinkFeeds = {
|
|
|
25818
26530
|
"decimals": 18,
|
|
25819
26531
|
"name": "wanS / anS Exchange Rate"
|
|
25820
26532
|
},
|
|
26533
|
+
{
|
|
26534
|
+
"contractAddress": "0xF8542c818fA99c13FaBFBBF0c19c8234C8E0FE06",
|
|
26535
|
+
"proxyAddress": "0x791b0Ece46914A7995CEbe6a62d6Be8A3c7b7FAF",
|
|
26536
|
+
"decimals": 1,
|
|
26537
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
26538
|
+
},
|
|
26539
|
+
{
|
|
26540
|
+
"contractAddress": "0xFC1415403EbB0c693f9a7844b92aD2Ff24775C65",
|
|
26541
|
+
"proxyAddress": "0x7f9506FcBBc9881a316a0CacD0ae6958EE2b5c7d",
|
|
26542
|
+
"decimals": 18,
|
|
26543
|
+
"name": "WRSETH-ETH Exchange Rate"
|
|
26544
|
+
},
|
|
25821
26545
|
{
|
|
25822
26546
|
"contractAddress": "0xFa045796b34E514836edd857bBBaf93f313332B1",
|
|
25823
26547
|
"proxyAddress": "0xB5882f52428d10C99BbF56539C02820dda809Ccf",
|
|
@@ -25886,12 +26610,36 @@ var chainlinkFeeds = {
|
|
|
25886
26610
|
}
|
|
25887
26611
|
],
|
|
25888
26612
|
"324": [
|
|
26613
|
+
{
|
|
26614
|
+
"contractAddress": "0x0b0BdF8a0d4aa1d26DB9Ee294FD06260f05f32Ea",
|
|
26615
|
+
"proxyAddress": "0x11353117EB9cd5179Bb7F54BB22d8274dc4f1db7",
|
|
26616
|
+
"decimals": 8,
|
|
26617
|
+
"name": "USD1 / USD"
|
|
26618
|
+
},
|
|
26619
|
+
{
|
|
26620
|
+
"contractAddress": "0x12C543B198a6f5Ce68B19C776661A118A01579Eb",
|
|
26621
|
+
"proxyAddress": "0x2CfAb79113c81ebD672bC77c5B88Fc803b64cA77",
|
|
26622
|
+
"decimals": 3,
|
|
26623
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
26624
|
+
},
|
|
25889
26625
|
{
|
|
25890
26626
|
"contractAddress": "0x14B50fb1E41a0ab1d10844610442BBb21c25Ba10",
|
|
25891
26627
|
"proxyAddress": "0x600E54Fc4cF6148Cd6696A3D37F5f672829BF7C2",
|
|
25892
26628
|
"decimals": 18,
|
|
25893
26629
|
"name": "ezETH / ETH"
|
|
25894
26630
|
},
|
|
26631
|
+
{
|
|
26632
|
+
"contractAddress": "0x15c0CA3A6A7FB0634EBB228f4562aaBAdBcB5e73",
|
|
26633
|
+
"proxyAddress": "0x6E2Eb2F1E5d31Db83B6982a3E753F8615565fD1f",
|
|
26634
|
+
"decimals": 1,
|
|
26635
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
26636
|
+
},
|
|
26637
|
+
{
|
|
26638
|
+
"contractAddress": "0x1c1b05629D10dbF3A18a9A2843b357b86d2b332d",
|
|
26639
|
+
"proxyAddress": "0xC7Bd1Ea3ec9D08C3068a63b7bd39799061bbb787",
|
|
26640
|
+
"decimals": 1,
|
|
26641
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
26642
|
+
},
|
|
25895
26643
|
{
|
|
25896
26644
|
"contractAddress": "0x20561e34CD999C3A4aC0564da21Ef38232970C6C",
|
|
25897
26645
|
"proxyAddress": "0x7a6333CaC589e9B11b1fEC190a5828272A2893B5",
|
|
@@ -25952,6 +26700,12 @@ var chainlinkFeeds = {
|
|
|
25952
26700
|
"decimals": 8,
|
|
25953
26701
|
"name": "USDC / USD"
|
|
25954
26702
|
},
|
|
26703
|
+
{
|
|
26704
|
+
"contractAddress": "0x60feE434cd142D001B00E70d10D2D5c9A6AF83E3",
|
|
26705
|
+
"proxyAddress": "0x43b29AF5d5527ebe35c4788810D11BdbA9205669",
|
|
26706
|
+
"decimals": 1,
|
|
26707
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
26708
|
+
},
|
|
25955
26709
|
{
|
|
25956
26710
|
"contractAddress": "0x693Fc964496DD2951e9c5A4Beea713eA256c14b6",
|
|
25957
26711
|
"proxyAddress": "0x93A08A9D592101938D4a63c86d0989d7018c00D9",
|
|
@@ -25982,6 +26736,12 @@ var chainlinkFeeds = {
|
|
|
25982
26736
|
"decimals": 8,
|
|
25983
26737
|
"name": "DAI / USD"
|
|
25984
26738
|
},
|
|
26739
|
+
{
|
|
26740
|
+
"contractAddress": "0x97460913a0829432000bD64E0da2FC87986A6B17",
|
|
26741
|
+
"proxyAddress": "0x372A10990183E99FB29D4905b71f807ca5474827",
|
|
26742
|
+
"decimals": 3,
|
|
26743
|
+
"name": "Real GDP \u2014 Level"
|
|
26744
|
+
},
|
|
25985
26745
|
{
|
|
25986
26746
|
"contractAddress": "0xB3a51Fd02D9193209678f82077786f74040e6583",
|
|
25987
26747
|
"proxyAddress": "0x2cC24D99500a134ea7f78736b5C329C84599fb1B",
|
|
@@ -26006,6 +26766,12 @@ var chainlinkFeeds = {
|
|
|
26006
26766
|
"decimals": 18,
|
|
26007
26767
|
"name": "Fidelity USD NAV"
|
|
26008
26768
|
},
|
|
26769
|
+
{
|
|
26770
|
+
"contractAddress": "0xE0aEFE3cc2a4F3e861f8f99a7Df8d21c9CAd8C98",
|
|
26771
|
+
"proxyAddress": "0xFc325A8E212319855906C9d02d7795C06baa5fBD",
|
|
26772
|
+
"decimals": 3,
|
|
26773
|
+
"name": "PCE Price Index \u2014 Level"
|
|
26774
|
+
},
|
|
26009
26775
|
{
|
|
26010
26776
|
"contractAddress": "0xE45a3ab1a1CEDC47f704f83Ef7e28B9BB6b0594a",
|
|
26011
26777
|
"proxyAddress": "0x4Cba285c15e3B540C474A114a7b135193e4f1EA6",
|
|
@@ -26024,12 +26790,6 @@ var chainlinkFeeds = {
|
|
|
26024
26790
|
"decimals": 8,
|
|
26025
26791
|
"name": "TRUMP / USD"
|
|
26026
26792
|
},
|
|
26027
|
-
{
|
|
26028
|
-
"contractAddress": "0xF8c164F824F330B7534153F4b1aC6934A7BF44Df",
|
|
26029
|
-
"proxyAddress": "0x6Ab6c24f9312a6cB458761143D373A8f11573C4B",
|
|
26030
|
-
"decimals": 8,
|
|
26031
|
-
"name": "USDM / USD"
|
|
26032
|
-
},
|
|
26033
26793
|
{
|
|
26034
26794
|
"contractAddress": "0xa8a68eb87DF28D21Bb301aaDeA9437eb8bABDE40",
|
|
26035
26795
|
"proxyAddress": "0xB615075979AE1836B476F651f1eB79f0Cd3956a9",
|
|
@@ -26288,6 +27048,12 @@ var chainlinkFeeds = {
|
|
|
26288
27048
|
"decimals": 8,
|
|
26289
27049
|
"name": "USDC / USD"
|
|
26290
27050
|
},
|
|
27051
|
+
{
|
|
27052
|
+
"contractAddress": "0x26B58128cf3ec5A5D33B91dE1FBB30eb506c5ed3",
|
|
27053
|
+
"proxyAddress": "0x8A6D34330E8F61364a62899fD0a8F4C4021e3296",
|
|
27054
|
+
"decimals": 1,
|
|
27055
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
27056
|
+
},
|
|
26291
27057
|
{
|
|
26292
27058
|
"contractAddress": "0x3601200E59D94C41904C91cAb65023F3501a06b6",
|
|
26293
27059
|
"proxyAddress": "0x5871AdBEEdAD531C68A8FD32fE86f07d6b4C645d",
|
|
@@ -26312,18 +27078,54 @@ var chainlinkFeeds = {
|
|
|
26312
27078
|
"decimals": 18,
|
|
26313
27079
|
"name": "mETH / ETH"
|
|
26314
27080
|
},
|
|
27081
|
+
{
|
|
27082
|
+
"contractAddress": "0x5322FD76c5002a9ead0353fF78C22f43c2F68Bb9",
|
|
27083
|
+
"proxyAddress": "0x5fc69E6bA39D9150D41B4FFBDa3Deb1b9Bd4611A",
|
|
27084
|
+
"decimals": 3,
|
|
27085
|
+
"name": "Real GDP - Level"
|
|
27086
|
+
},
|
|
26315
27087
|
{
|
|
26316
27088
|
"contractAddress": "0x5Df8fA6329dcE7528ec1d00C31A0F877D13ecff1",
|
|
26317
27089
|
"proxyAddress": "0x02959651ED50f9866BF39D29884dF245D03FdC51",
|
|
26318
27090
|
"decimals": 18,
|
|
26319
27091
|
"name": "Calculated cmETH / ETH"
|
|
26320
27092
|
},
|
|
27093
|
+
{
|
|
27094
|
+
"contractAddress": "0x7A9BFC7B172a782Bd6AF20A1383F32696D6aa4f9",
|
|
27095
|
+
"proxyAddress": "0x80C42686a5F953d3c629cb5a35BCC86B1Ddd21e3",
|
|
27096
|
+
"decimals": 18,
|
|
27097
|
+
"name": "Calculated cmETH / USD"
|
|
27098
|
+
},
|
|
26321
27099
|
{
|
|
26322
27100
|
"contractAddress": "0x874effca5376D434d49021B3638d1e1BC214EC27",
|
|
26323
27101
|
"proxyAddress": "0x73b15e19b247263D03D7938f1356304b7B330Ff0",
|
|
26324
27102
|
"decimals": 18,
|
|
26325
27103
|
"name": "Calculated FBTC / USD"
|
|
26326
27104
|
},
|
|
27105
|
+
{
|
|
27106
|
+
"contractAddress": "0x9059Abe9ac035c30cbB90CA4faDEc3994b7dd04d",
|
|
27107
|
+
"proxyAddress": "0x4F923DaC0871d29E6147C27Fb7f53bEf13267E31",
|
|
27108
|
+
"decimals": 3,
|
|
27109
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
27110
|
+
},
|
|
27111
|
+
{
|
|
27112
|
+
"contractAddress": "0xA07fb33e15BB21B42857199dE713d4acbD26f335",
|
|
27113
|
+
"proxyAddress": "0x663Fa56307caa30f0C1a2d20D550E13ED85AE78d",
|
|
27114
|
+
"decimals": 1,
|
|
27115
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
27116
|
+
},
|
|
27117
|
+
{
|
|
27118
|
+
"contractAddress": "0xA6c3773588efDd9cBDf9e42ab3696d776b573409",
|
|
27119
|
+
"proxyAddress": "0x7b7EAf6DBA9b1B3796CF9060517D3D0b2EBA39Fc",
|
|
27120
|
+
"decimals": 3,
|
|
27121
|
+
"name": "PCE Price Index \u2014 Level"
|
|
27122
|
+
},
|
|
27123
|
+
{
|
|
27124
|
+
"contractAddress": "0xB0436272C6eE7E51EEc4072818BD0C23326D55f8",
|
|
27125
|
+
"proxyAddress": "0xaAA8b026379A2C670330F94d0e35dd5550c26EC1",
|
|
27126
|
+
"decimals": 1,
|
|
27127
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
27128
|
+
},
|
|
26327
27129
|
{
|
|
26328
27130
|
"contractAddress": "0xB16d5c70A9c062EF1604a517E4b80dE74670448D",
|
|
26329
27131
|
"proxyAddress": "0x6d5110FB8F6a65c46B89a64C9ac7E3542D31AbA3",
|
|
@@ -26542,6 +27344,12 @@ var chainlinkFeeds = {
|
|
|
26542
27344
|
"decimals": 8,
|
|
26543
27345
|
"name": "PHP / USD"
|
|
26544
27346
|
},
|
|
27347
|
+
{
|
|
27348
|
+
"contractAddress": "0x2a87b8BC32Abf977c713785E6389F6FaB9C5b555",
|
|
27349
|
+
"proxyAddress": "0x65623109aA4561AD3cfF503542083548CeD7e085",
|
|
27350
|
+
"decimals": 3,
|
|
27351
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
27352
|
+
},
|
|
26545
27353
|
{
|
|
26546
27354
|
"contractAddress": "0x3177D9723D68D900B3c74DaA6C484992142BF856",
|
|
26547
27355
|
"proxyAddress": "0x2330aaE3bca5F05169d5f4597964D44522F62930",
|
|
@@ -26566,6 +27374,12 @@ var chainlinkFeeds = {
|
|
|
26566
27374
|
"decimals": 18,
|
|
26567
27375
|
"name": "inwstETH / wstETH Exchange Rate"
|
|
26568
27376
|
},
|
|
27377
|
+
{
|
|
27378
|
+
"contractAddress": "0x36ef9EE769dCea734A14d0745AF7Af14969Aa5fD",
|
|
27379
|
+
"proxyAddress": "0x491a921c41d6a97C57426E0c0108a231cd6E5f60",
|
|
27380
|
+
"decimals": 8,
|
|
27381
|
+
"name": "SUI / USD"
|
|
27382
|
+
},
|
|
26569
27383
|
{
|
|
26570
27384
|
"contractAddress": "0x3A6D121bF125Fc0909babC708E0Ca1fe4A02d2a4",
|
|
26571
27385
|
"proxyAddress": "0x5213eBB69743b85644dbB6E25cdF994aFBb8cF31",
|
|
@@ -26600,13 +27414,7 @@ var chainlinkFeeds = {
|
|
|
26600
27414
|
"contractAddress": "0x45867eb09bB39766eBCee7fF9dCDFb6f6CC6f8DA",
|
|
26601
27415
|
"proxyAddress": "0x0F8E057D1D7b282EF968D26E9cB432617dF52519",
|
|
26602
27416
|
"decimals": 8,
|
|
26603
|
-
"name": "cbBTC Reserves"
|
|
26604
|
-
},
|
|
26605
|
-
{
|
|
26606
|
-
"contractAddress": "0x47c2FE5038bD59A3a80DA6026201F07b0eD76575",
|
|
26607
|
-
"proxyAddress": "0xF7742A6f36e9936CeA0E976bF6CD3930C1178775",
|
|
26608
|
-
"decimals": 8,
|
|
26609
|
-
"name": "USDM / USD"
|
|
27417
|
+
"name": "cbBTC Reserves"
|
|
26610
27418
|
},
|
|
26611
27419
|
{
|
|
26612
27420
|
"contractAddress": "0x484Cc23Fee336291E3C8803cF27e16B9BEe68744",
|
|
@@ -26650,6 +27458,12 @@ var chainlinkFeeds = {
|
|
|
26650
27458
|
"decimals": 8,
|
|
26651
27459
|
"name": "cbBTC / USD"
|
|
26652
27460
|
},
|
|
27461
|
+
{
|
|
27462
|
+
"contractAddress": "0x52baE0b6d130E1F10d48c1675AF852F28E653418",
|
|
27463
|
+
"proxyAddress": "0x18A3fcA54FaC5B05837205bA4b823fc56191F793",
|
|
27464
|
+
"decimals": 3,
|
|
27465
|
+
"name": "PCE Price Index \u2014 Level"
|
|
27466
|
+
},
|
|
26653
27467
|
{
|
|
26654
27468
|
"contractAddress": "0x52d743436F6bA414050bD8869C8bF6537C355A00",
|
|
26655
27469
|
"proxyAddress": "0x30A76F4E688Cf52f4A06D7AAd987A7037f3Ae6f7",
|
|
@@ -26770,6 +27584,12 @@ var chainlinkFeeds = {
|
|
|
26770
27584
|
"decimals": 8,
|
|
26771
27585
|
"name": "LINK / USD"
|
|
26772
27586
|
},
|
|
27587
|
+
{
|
|
27588
|
+
"contractAddress": "0x72c2E05dC38b2AE47d8F87C9B99c264D9fD46A10",
|
|
27589
|
+
"proxyAddress": "0x17738F7dacFc1De7d06f22cC52211EBf68744dBA",
|
|
27590
|
+
"decimals": 18,
|
|
27591
|
+
"name": "xSolvBTC NAV"
|
|
27592
|
+
},
|
|
26773
27593
|
{
|
|
26774
27594
|
"contractAddress": "0x735326Bcc0479e3F23eD65DC83310d63eBA6250D",
|
|
26775
27595
|
"proxyAddress": "0xe3971Ed6F1A5903321479Ef3148B5950c0612075",
|
|
@@ -26998,12 +27818,30 @@ var chainlinkFeeds = {
|
|
|
26998
27818
|
"decimals": 8,
|
|
26999
27819
|
"name": "CHF / USD"
|
|
27000
27820
|
},
|
|
27821
|
+
{
|
|
27822
|
+
"contractAddress": "0xC87569d17C0640f9F921C91351C832833ad26Cef",
|
|
27823
|
+
"proxyAddress": "0xe0eda54fC1362C0d7d0ff855E4fCEA79916Fe094",
|
|
27824
|
+
"decimals": 1,
|
|
27825
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
27826
|
+
},
|
|
27001
27827
|
{
|
|
27002
27828
|
"contractAddress": "0xCa1a4BdF7f9f8F8F281E311028dEa7e472a7A194",
|
|
27003
27829
|
"proxyAddress": "0x4e7dB2f9a28348AB48a968dd4217D565D1F15Ba4",
|
|
27004
27830
|
"decimals": 18,
|
|
27005
27831
|
"name": "ynETHx / ETH Exchange Rate"
|
|
27006
27832
|
},
|
|
27833
|
+
{
|
|
27834
|
+
"contractAddress": "0xCb374B34B6b74a0b6d0d4Ef6B73E07F299387957",
|
|
27835
|
+
"proxyAddress": "0x0df397aFE00085C138a99eFB39C498e08eB95aD1",
|
|
27836
|
+
"decimals": 3,
|
|
27837
|
+
"name": "Real GDP \u2014 Level"
|
|
27838
|
+
},
|
|
27839
|
+
{
|
|
27840
|
+
"contractAddress": "0xCd867f3962c108ea2F90828a58f22D202dEAf913",
|
|
27841
|
+
"proxyAddress": "0x2a18E2d46Cb067b69e0759dB39b16597fC42D962",
|
|
27842
|
+
"decimals": 1,
|
|
27843
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
27844
|
+
},
|
|
27007
27845
|
{
|
|
27008
27846
|
"contractAddress": "0xD0407a6524C7d9075E0b040dCEf4696129B2C3B4",
|
|
27009
27847
|
"proxyAddress": "0xeDC243c7E3c1A9dAf067C90641D2346d2694d2e5",
|
|
@@ -27148,6 +27986,12 @@ var chainlinkFeeds = {
|
|
|
27148
27986
|
"decimals": 8,
|
|
27149
27987
|
"name": "YFI / USD"
|
|
27150
27988
|
},
|
|
27989
|
+
{
|
|
27990
|
+
"contractAddress": "0xdD24Cd0F5243800a7b29Decd58736cbEa92AbBc0",
|
|
27991
|
+
"proxyAddress": "0xe2b3688371130f333443428Cf03f27Ce0378F9dC",
|
|
27992
|
+
"decimals": 1,
|
|
27993
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
27994
|
+
},
|
|
27151
27995
|
{
|
|
27152
27996
|
"contractAddress": "0xe09bE26CF556F7211c16B75BE9fB4DB433A0d37E",
|
|
27153
27997
|
"proxyAddress": "0x06bdFe07E71C476157FC025d3cCD4BBe08e83EF9",
|
|
@@ -27222,6 +28066,12 @@ var chainlinkFeeds = {
|
|
|
27222
28066
|
"decimals": 0,
|
|
27223
28067
|
"name": "EZETH/ETH-ExRate-mainnet-production"
|
|
27224
28068
|
},
|
|
28069
|
+
{
|
|
28070
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28071
|
+
"proxyAddress": null,
|
|
28072
|
+
"decimals": 18,
|
|
28073
|
+
"name": "IDR/USDT-Datalink-CexPrice-mainnet-production"
|
|
28074
|
+
},
|
|
27225
28075
|
{
|
|
27226
28076
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27227
28077
|
"proxyAddress": null,
|
|
@@ -27342,6 +28192,18 @@ var chainlinkFeeds = {
|
|
|
27342
28192
|
"decimals": 18,
|
|
27343
28193
|
"name": "PAIN/USD-RefPrice-mainnet-production"
|
|
27344
28194
|
},
|
|
28195
|
+
{
|
|
28196
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28197
|
+
"proxyAddress": null,
|
|
28198
|
+
"decimals": 18,
|
|
28199
|
+
"name": "BRBTC/USD-Datalink-DexPrice-mainnet-production"
|
|
28200
|
+
},
|
|
28201
|
+
{
|
|
28202
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28203
|
+
"proxyAddress": null,
|
|
28204
|
+
"decimals": 18,
|
|
28205
|
+
"name": "KTA/USD-Streams-DexPrice-mainnet-production"
|
|
28206
|
+
},
|
|
27345
28207
|
{
|
|
27346
28208
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27347
28209
|
"proxyAddress": null,
|
|
@@ -27414,6 +28276,12 @@ var chainlinkFeeds = {
|
|
|
27414
28276
|
"decimals": 18,
|
|
27415
28277
|
"name": "SYN/USD-RefPrice-mainnet-production"
|
|
27416
28278
|
},
|
|
28279
|
+
{
|
|
28280
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28281
|
+
"proxyAddress": null,
|
|
28282
|
+
"decimals": 18,
|
|
28283
|
+
"name": "METAX/USD-Streams-CexPrice-mainnet-production"
|
|
28284
|
+
},
|
|
27417
28285
|
{
|
|
27418
28286
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27419
28287
|
"proxyAddress": null,
|
|
@@ -27438,6 +28306,12 @@ var chainlinkFeeds = {
|
|
|
27438
28306
|
"decimals": 18,
|
|
27439
28307
|
"name": "BAT/USD-RefPrice-mainnet-staging"
|
|
27440
28308
|
},
|
|
28309
|
+
{
|
|
28310
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28311
|
+
"proxyAddress": null,
|
|
28312
|
+
"decimals": 18,
|
|
28313
|
+
"name": "ZORA/USD-Streams-CexPrice-mainnet-production"
|
|
28314
|
+
},
|
|
27441
28315
|
{
|
|
27442
28316
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27443
28317
|
"proxyAddress": null,
|
|
@@ -27456,6 +28330,12 @@ var chainlinkFeeds = {
|
|
|
27456
28330
|
"decimals": 18,
|
|
27457
28331
|
"name": "GLV [WETH-USDC]/USD-RefPrice-mainnet-production"
|
|
27458
28332
|
},
|
|
28333
|
+
{
|
|
28334
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28335
|
+
"proxyAddress": null,
|
|
28336
|
+
"decimals": 18,
|
|
28337
|
+
"name": "CRCLX/USD-Streams-CexPrice-mainnet-production"
|
|
28338
|
+
},
|
|
27459
28339
|
{
|
|
27460
28340
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27461
28341
|
"proxyAddress": null,
|
|
@@ -27558,6 +28438,12 @@ var chainlinkFeeds = {
|
|
|
27558
28438
|
"decimals": 18,
|
|
27559
28439
|
"name": "FLR/USD-RefPrice-mainnet-production"
|
|
27560
28440
|
},
|
|
28441
|
+
{
|
|
28442
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28443
|
+
"proxyAddress": null,
|
|
28444
|
+
"decimals": 18,
|
|
28445
|
+
"name": "BTR/USD-Streams-CexPrice-mainnet-production"
|
|
28446
|
+
},
|
|
27561
28447
|
{
|
|
27562
28448
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27563
28449
|
"proxyAddress": null,
|
|
@@ -27618,6 +28504,12 @@ var chainlinkFeeds = {
|
|
|
27618
28504
|
"decimals": 18,
|
|
27619
28505
|
"name": "NEO/USD-RefPrice-mainnet-production"
|
|
27620
28506
|
},
|
|
28507
|
+
{
|
|
28508
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28509
|
+
"proxyAddress": null,
|
|
28510
|
+
"decimals": 18,
|
|
28511
|
+
"name": "HOODX/USD-Streams-CexPrice-mainnet-production"
|
|
28512
|
+
},
|
|
27621
28513
|
{
|
|
27622
28514
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27623
28515
|
"proxyAddress": null,
|
|
@@ -27678,12 +28570,24 @@ var chainlinkFeeds = {
|
|
|
27678
28570
|
"decimals": 18,
|
|
27679
28571
|
"name": "AXL/USD-RefPrice-mainnet-production"
|
|
27680
28572
|
},
|
|
28573
|
+
{
|
|
28574
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28575
|
+
"proxyAddress": null,
|
|
28576
|
+
"decimals": 18,
|
|
28577
|
+
"name": "USDF/USD-Streams-DexPrice-mainnet-production"
|
|
28578
|
+
},
|
|
27681
28579
|
{
|
|
27682
28580
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27683
28581
|
"proxyAddress": null,
|
|
27684
28582
|
"decimals": 18,
|
|
27685
28583
|
"name": "CTC/USD-RefPrice-mainnet-production"
|
|
27686
28584
|
},
|
|
28585
|
+
{
|
|
28586
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28587
|
+
"proxyAddress": null,
|
|
28588
|
+
"decimals": 18,
|
|
28589
|
+
"name": "WLFI/USD-Streams-CexPrice-mainnet-production"
|
|
28590
|
+
},
|
|
27687
28591
|
{
|
|
27688
28592
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27689
28593
|
"proxyAddress": null,
|
|
@@ -27714,6 +28618,12 @@ var chainlinkFeeds = {
|
|
|
27714
28618
|
"decimals": 18,
|
|
27715
28619
|
"name": "ROSE/USD-RefPrice-mainnet-production"
|
|
27716
28620
|
},
|
|
28621
|
+
{
|
|
28622
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28623
|
+
"proxyAddress": null,
|
|
28624
|
+
"decimals": 18,
|
|
28625
|
+
"name": "PROMPT/USD-Streams-CexPrice-mainnet-production"
|
|
28626
|
+
},
|
|
27717
28627
|
{
|
|
27718
28628
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27719
28629
|
"proxyAddress": null,
|
|
@@ -27756,6 +28666,12 @@ var chainlinkFeeds = {
|
|
|
27756
28666
|
"decimals": 18,
|
|
27757
28667
|
"name": "AERGO/USD-RefPrice-mainnet-production"
|
|
27758
28668
|
},
|
|
28669
|
+
{
|
|
28670
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28671
|
+
"proxyAddress": null,
|
|
28672
|
+
"decimals": 18,
|
|
28673
|
+
"name": "AMZNX/USD-Streams-CexPrice-mainnet-production"
|
|
28674
|
+
},
|
|
27759
28675
|
{
|
|
27760
28676
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27761
28677
|
"proxyAddress": null,
|
|
@@ -27798,6 +28714,12 @@ var chainlinkFeeds = {
|
|
|
27798
28714
|
"decimals": 18,
|
|
27799
28715
|
"name": "HBAR/USD-RefPrice-mainnet-production"
|
|
27800
28716
|
},
|
|
28717
|
+
{
|
|
28718
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28719
|
+
"proxyAddress": null,
|
|
28720
|
+
"decimals": 18,
|
|
28721
|
+
"name": "MSTRX/USD-Streams-CexPrice-mainnet-production"
|
|
28722
|
+
},
|
|
27801
28723
|
{
|
|
27802
28724
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
27803
28725
|
"proxyAddress": null,
|
|
@@ -28050,6 +28972,18 @@ var chainlinkFeeds = {
|
|
|
28050
28972
|
"decimals": 18,
|
|
28051
28973
|
"name": "ZBTC/USD-RefPrice-mainnet-production"
|
|
28052
28974
|
},
|
|
28975
|
+
{
|
|
28976
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28977
|
+
"proxyAddress": null,
|
|
28978
|
+
"decimals": 18,
|
|
28979
|
+
"name": "NVDAX/USD-Streams-CexPrice-mainnet-production"
|
|
28980
|
+
},
|
|
28981
|
+
{
|
|
28982
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28983
|
+
"proxyAddress": null,
|
|
28984
|
+
"decimals": 18,
|
|
28985
|
+
"name": "QQQX/USD-Streams-CexPrice-mainnet-production"
|
|
28986
|
+
},
|
|
28053
28987
|
{
|
|
28054
28988
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28055
28989
|
"proxyAddress": null,
|
|
@@ -28128,6 +29062,12 @@ var chainlinkFeeds = {
|
|
|
28128
29062
|
"decimals": 18,
|
|
28129
29063
|
"name": "GLV [BTC-USDC]/USD-RefPrice-mainnet-staging"
|
|
28130
29064
|
},
|
|
29065
|
+
{
|
|
29066
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29067
|
+
"proxyAddress": null,
|
|
29068
|
+
"decimals": 18,
|
|
29069
|
+
"name": "MANYU/USD-Streams-DexPrice-mainnet-production"
|
|
29070
|
+
},
|
|
28131
29071
|
{
|
|
28132
29072
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28133
29073
|
"proxyAddress": null,
|
|
@@ -28206,6 +29146,12 @@ var chainlinkFeeds = {
|
|
|
28206
29146
|
"decimals": 18,
|
|
28207
29147
|
"name": "KAVA/USD-RefPrice-mainnet-production"
|
|
28208
29148
|
},
|
|
29149
|
+
{
|
|
29150
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29151
|
+
"proxyAddress": null,
|
|
29152
|
+
"decimals": 18,
|
|
29153
|
+
"name": "TSLAX/USD-Streams-CexPrice-mainnet-production"
|
|
29154
|
+
},
|
|
28209
29155
|
{
|
|
28210
29156
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28211
29157
|
"proxyAddress": null,
|
|
@@ -28290,6 +29236,12 @@ var chainlinkFeeds = {
|
|
|
28290
29236
|
"decimals": 18,
|
|
28291
29237
|
"name": "KAS/USD-RefPrice-mainnet-production"
|
|
28292
29238
|
},
|
|
29239
|
+
{
|
|
29240
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29241
|
+
"proxyAddress": null,
|
|
29242
|
+
"decimals": 18,
|
|
29243
|
+
"name": "AAPLX/USD-Streams-CexPrice-mainnet-production"
|
|
29244
|
+
},
|
|
28293
29245
|
{
|
|
28294
29246
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28295
29247
|
"proxyAddress": null,
|
|
@@ -28356,6 +29308,24 @@ var chainlinkFeeds = {
|
|
|
28356
29308
|
"decimals": 18,
|
|
28357
29309
|
"name": "RVN/USD-RefPrice-mainnet-production"
|
|
28358
29310
|
},
|
|
29311
|
+
{
|
|
29312
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29313
|
+
"proxyAddress": null,
|
|
29314
|
+
"decimals": 18,
|
|
29315
|
+
"name": "USX/USD-Streams-DexPrice-mainnet-production"
|
|
29316
|
+
},
|
|
29317
|
+
{
|
|
29318
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29319
|
+
"proxyAddress": null,
|
|
29320
|
+
"decimals": 18,
|
|
29321
|
+
"name": "WETH.UNISWAP/USD-Streams-DexPrice-mainnet-production"
|
|
29322
|
+
},
|
|
29323
|
+
{
|
|
29324
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29325
|
+
"proxyAddress": null,
|
|
29326
|
+
"decimals": 18,
|
|
29327
|
+
"name": "SPYX/USD-Streams-CexPrice-mainnet-production"
|
|
29328
|
+
},
|
|
28359
29329
|
{
|
|
28360
29330
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28361
29331
|
"proxyAddress": null,
|
|
@@ -28374,6 +29344,12 @@ var chainlinkFeeds = {
|
|
|
28374
29344
|
"decimals": 18,
|
|
28375
29345
|
"name": "MNT/USD-RefPrice-mainnet-production"
|
|
28376
29346
|
},
|
|
29347
|
+
{
|
|
29348
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29349
|
+
"proxyAddress": null,
|
|
29350
|
+
"decimals": 18,
|
|
29351
|
+
"name": "COINX/USD-Streams-CexPrice-mainnet-production"
|
|
29352
|
+
},
|
|
28377
29353
|
{
|
|
28378
29354
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28379
29355
|
"proxyAddress": null,
|
|
@@ -28446,12 +29422,6 @@ var chainlinkFeeds = {
|
|
|
28446
29422
|
"decimals": 18,
|
|
28447
29423
|
"name": "IP/USD-RefPrice-mainnet-production"
|
|
28448
29424
|
},
|
|
28449
|
-
{
|
|
28450
|
-
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28451
|
-
"proxyAddress": null,
|
|
28452
|
-
"decimals": 18,
|
|
28453
|
-
"name": "ZKL/USD-RefPrice-mainnet-production-dead"
|
|
28454
|
-
},
|
|
28455
29425
|
{
|
|
28456
29426
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28457
29427
|
"proxyAddress": null,
|
|
@@ -28560,6 +29530,12 @@ var chainlinkFeeds = {
|
|
|
28560
29530
|
"decimals": 18,
|
|
28561
29531
|
"name": "SOL/USDT-Binance-FundingRate-mainnet-staging"
|
|
28562
29532
|
},
|
|
29533
|
+
{
|
|
29534
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29535
|
+
"proxyAddress": null,
|
|
29536
|
+
"decimals": 18,
|
|
29537
|
+
"name": "BTC/USDT-Datalink-Hyperliquid-FundingRate-mainnet-production"
|
|
29538
|
+
},
|
|
28563
29539
|
{
|
|
28564
29540
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28565
29541
|
"proxyAddress": null,
|
|
@@ -28572,12 +29548,30 @@ var chainlinkFeeds = {
|
|
|
28572
29548
|
"decimals": 18,
|
|
28573
29549
|
"name": "ETH/USDT-Binance-FundingRate-mainnet-production"
|
|
28574
29550
|
},
|
|
29551
|
+
{
|
|
29552
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29553
|
+
"proxyAddress": null,
|
|
29554
|
+
"decimals": 18,
|
|
29555
|
+
"name": "ETH/USDT-Datalink-Hyperliquid-FundingRate-mainnet-production"
|
|
29556
|
+
},
|
|
29557
|
+
{
|
|
29558
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29559
|
+
"proxyAddress": null,
|
|
29560
|
+
"decimals": 18,
|
|
29561
|
+
"name": "ETH/USDT-Datalink-Bybit-FundingRate-mainnet-production"
|
|
29562
|
+
},
|
|
28575
29563
|
{
|
|
28576
29564
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28577
29565
|
"proxyAddress": null,
|
|
28578
29566
|
"decimals": 18,
|
|
28579
29567
|
"name": "AERGO/USDT-Binance-FundingRate-mainnet-staging"
|
|
28580
29568
|
},
|
|
29569
|
+
{
|
|
29570
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29571
|
+
"proxyAddress": null,
|
|
29572
|
+
"decimals": 18,
|
|
29573
|
+
"name": "BTC/USDT-Datalink-Bybit-FundingRate-mainnet-production"
|
|
29574
|
+
},
|
|
28581
29575
|
{
|
|
28582
29576
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28583
29577
|
"proxyAddress": null,
|
|
@@ -28596,6 +29590,12 @@ var chainlinkFeeds = {
|
|
|
28596
29590
|
"decimals": 18,
|
|
28597
29591
|
"name": "BTC-ETH-SOL-USDC-USDT/USD-RefPrice-mainnet-production"
|
|
28598
29592
|
},
|
|
29593
|
+
{
|
|
29594
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29595
|
+
"proxyAddress": null,
|
|
29596
|
+
"decimals": 10,
|
|
29597
|
+
"name": "MEVBTC/BTC-Streams-ExchangeRate-mainnet-production"
|
|
29598
|
+
},
|
|
28599
29599
|
{
|
|
28600
29600
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28601
29601
|
"proxyAddress": null,
|
|
@@ -28608,6 +29608,24 @@ var chainlinkFeeds = {
|
|
|
28608
29608
|
"decimals": 0,
|
|
28609
29609
|
"name": "SYRUPUSDC/USDC-ExRate-mainnet-production"
|
|
28610
29610
|
},
|
|
29611
|
+
{
|
|
29612
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29613
|
+
"proxyAddress": null,
|
|
29614
|
+
"decimals": 0,
|
|
29615
|
+
"name": "SUSDC/USD-Streams-ExchangeRate-mainnet-production"
|
|
29616
|
+
},
|
|
29617
|
+
{
|
|
29618
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29619
|
+
"proxyAddress": null,
|
|
29620
|
+
"decimals": 10,
|
|
29621
|
+
"name": "RLP/USD-Streams-ExchangeRate-mainnet-production"
|
|
29622
|
+
},
|
|
29623
|
+
{
|
|
29624
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29625
|
+
"proxyAddress": null,
|
|
29626
|
+
"decimals": 0,
|
|
29627
|
+
"name": "SUSDF/USDF-Streams-ExchangeRate-mainnet-production"
|
|
29628
|
+
},
|
|
28611
29629
|
{
|
|
28612
29630
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28613
29631
|
"proxyAddress": null,
|
|
@@ -28632,6 +29650,18 @@ var chainlinkFeeds = {
|
|
|
28632
29650
|
"decimals": 0,
|
|
28633
29651
|
"name": "UNIBTC/BTC-ExRate-mainnet-production"
|
|
28634
29652
|
},
|
|
29653
|
+
{
|
|
29654
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29655
|
+
"proxyAddress": null,
|
|
29656
|
+
"decimals": 0,
|
|
29657
|
+
"name": "WSRUSD/RUSD-Streams-ExchangeRate-mainnet-production"
|
|
29658
|
+
},
|
|
29659
|
+
{
|
|
29660
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29661
|
+
"proxyAddress": null,
|
|
29662
|
+
"decimals": 10,
|
|
29663
|
+
"name": "USR/USD-Streams-ExchangeRate-mainnet-production"
|
|
29664
|
+
},
|
|
28635
29665
|
{
|
|
28636
29666
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28637
29667
|
"proxyAddress": null,
|
|
@@ -28812,6 +29842,12 @@ var chainlinkFeeds = {
|
|
|
28812
29842
|
"decimals": 18,
|
|
28813
29843
|
"name": "AGG/USD-Streams-EquityPrice-Timestamped-mainnet-production"
|
|
28814
29844
|
},
|
|
29845
|
+
{
|
|
29846
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29847
|
+
"proxyAddress": null,
|
|
29848
|
+
"decimals": 18,
|
|
29849
|
+
"name": "BMNR/USD-Streams-EquityPrice-Timestamped-mainnet-production"
|
|
29850
|
+
},
|
|
28815
29851
|
{
|
|
28816
29852
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28817
29853
|
"proxyAddress": null,
|
|
@@ -28830,6 +29866,12 @@ var chainlinkFeeds = {
|
|
|
28830
29866
|
"decimals": 18,
|
|
28831
29867
|
"name": "KO/USD-Streams-EquityPrice-Timestamped-mainnet-production"
|
|
28832
29868
|
},
|
|
29869
|
+
{
|
|
29870
|
+
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29871
|
+
"proxyAddress": null,
|
|
29872
|
+
"decimals": 18,
|
|
29873
|
+
"name": "PEP/USD-Streams-Equity-Timestamped-mainnet-production"
|
|
29874
|
+
},
|
|
28833
29875
|
{
|
|
28834
29876
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
28835
29877
|
"proxyAddress": null,
|
|
@@ -29158,7 +30200,7 @@ var chainlinkFeeds = {
|
|
|
29158
30200
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
29159
30201
|
"proxyAddress": null,
|
|
29160
30202
|
"decimals": 18,
|
|
29161
|
-
"name": "
|
|
30203
|
+
"name": "TSLAx/USD-Datalink-Backed-TotalReturnMultiplier-Timestamped-mainnet-production"
|
|
29162
30204
|
},
|
|
29163
30205
|
{
|
|
29164
30206
|
"contractAddress": "0x0000000000000000000000000000000000000000",
|
|
@@ -29232,12 +30274,24 @@ var chainlinkFeeds = {
|
|
|
29232
30274
|
"decimals": 8,
|
|
29233
30275
|
"name": "HYPE / USD"
|
|
29234
30276
|
},
|
|
30277
|
+
{
|
|
30278
|
+
"contractAddress": "0x0D390bF7C43D9Ac7Ea848AE4C9ce3798A83384D2",
|
|
30279
|
+
"proxyAddress": "0x6BC7fF3C21f005684ef834FBA4d88459e988CcdC",
|
|
30280
|
+
"decimals": 18,
|
|
30281
|
+
"name": "WSTUSR-STUSR Exchange Rate"
|
|
30282
|
+
},
|
|
29235
30283
|
{
|
|
29236
30284
|
"contractAddress": "0x0a58c18EeBAA6C8BBa1F0aAb6C7C7721A07C6fC3",
|
|
29237
30285
|
"proxyAddress": "0xD0E31451f58d3991045D68C479ea80D37e418851",
|
|
29238
30286
|
"decimals": 8,
|
|
29239
30287
|
"name": "GLV [WETH-USDC]-USD"
|
|
29240
30288
|
},
|
|
30289
|
+
{
|
|
30290
|
+
"contractAddress": "0x0cA784A2A7Fa84f69021aacbf481bA899e79E732",
|
|
30291
|
+
"proxyAddress": "0x4b13Dd76De990Db9A2Dab58D35C2c02E5e3AE848",
|
|
30292
|
+
"decimals": 8,
|
|
30293
|
+
"name": "WLFI / USD"
|
|
30294
|
+
},
|
|
29241
30295
|
{
|
|
29242
30296
|
"contractAddress": "0x0ce05dcbD07ac17528fA47f9752b233f00E6c29b",
|
|
29243
30297
|
"proxyAddress": "0x866fa212dfc5AAf321379874eCe95631F6d12e00",
|
|
@@ -29274,6 +30328,12 @@ var chainlinkFeeds = {
|
|
|
29274
30328
|
"decimals": 8,
|
|
29275
30329
|
"name": "USD1 / USD"
|
|
29276
30330
|
},
|
|
30331
|
+
{
|
|
30332
|
+
"contractAddress": "0x16C9299D2089Ba2e0FA7cdC082710Ad31A83B8c3",
|
|
30333
|
+
"proxyAddress": "0xE9Bd4Ca2CDacb56cd06c9C4C5231e69c33340B3c",
|
|
30334
|
+
"decimals": 8,
|
|
30335
|
+
"name": "USDG / USD"
|
|
30336
|
+
},
|
|
29277
30337
|
{
|
|
29278
30338
|
"contractAddress": "0x17298e460F18f1380fe5Ed68985A566949B91d20",
|
|
29279
30339
|
"proxyAddress": "0x17d8D87dF3E279c737568aB0C5cC3fF750aB763e",
|
|
@@ -29406,6 +30466,12 @@ var chainlinkFeeds = {
|
|
|
29406
30466
|
"decimals": 18,
|
|
29407
30467
|
"name": "ezETH / ETH"
|
|
29408
30468
|
},
|
|
30469
|
+
{
|
|
30470
|
+
"contractAddress": "0x329301Ccd96Fd45bFaeD8CEc37cb4A9C0bC76119",
|
|
30471
|
+
"proxyAddress": "0xb966F82183E41208f594586BBF04bb6163571C48",
|
|
30472
|
+
"decimals": 18,
|
|
30473
|
+
"name": "RYT Arbitrum / Proof of Reserves"
|
|
30474
|
+
},
|
|
29409
30475
|
{
|
|
29410
30476
|
"contractAddress": "0x331480b3C79f16018704A83847db1e29d8cdce14",
|
|
29411
30477
|
"proxyAddress": "0xfb010c715Ff2B85DB9c896f0C030bF9329638905",
|
|
@@ -30438,6 +31504,12 @@ var chainlinkFeeds = {
|
|
|
30438
31504
|
"decimals": 8,
|
|
30439
31505
|
"name": "CVX / USD"
|
|
30440
31506
|
},
|
|
31507
|
+
{
|
|
31508
|
+
"contractAddress": "0x3eD9d8146a32B3390B373bBDFF0ede7361568C4e",
|
|
31509
|
+
"proxyAddress": "0x926Eed7973EBc57a8767659C5b35b9a0bAB6302f",
|
|
31510
|
+
"decimals": 3,
|
|
31511
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
31512
|
+
},
|
|
30441
31513
|
{
|
|
30442
31514
|
"contractAddress": "0x41230419afFF6c7fFecF715fA57958D53F803De9",
|
|
30443
31515
|
"proxyAddress": "0x3c786e934F23375Ca345C9b8D5aD54838796E8e7",
|
|
@@ -30486,12 +31558,6 @@ var chainlinkFeeds = {
|
|
|
30486
31558
|
"decimals": 18,
|
|
30487
31559
|
"name": "agETH / ETH Exchange Rate"
|
|
30488
31560
|
},
|
|
30489
|
-
{
|
|
30490
|
-
"contractAddress": "0x48fd0a91FF0660dbb9882c538184c0c0bb25A115",
|
|
30491
|
-
"proxyAddress": "0xC3534C27E3DE2ae861EB38889a1c8dCfEa4Cb39d",
|
|
30492
|
-
"decimals": 18,
|
|
30493
|
-
"name": "rswETH / ETH"
|
|
30494
|
-
},
|
|
30495
31561
|
{
|
|
30496
31562
|
"contractAddress": "0x4948e89a367D296559A4AD211D958908B6EA592f",
|
|
30497
31563
|
"proxyAddress": "0x9BC7E5a6f1EED1C3217d2c63ad680DF83D84a906",
|
|
@@ -31662,6 +32728,12 @@ var chainlinkFeeds = {
|
|
|
31662
32728
|
"decimals": 8,
|
|
31663
32729
|
"name": "GRT / USD"
|
|
31664
32730
|
},
|
|
32731
|
+
{
|
|
32732
|
+
"contractAddress": "0x778356313A7419EEc9d0762bF15795a771E0Cd36",
|
|
32733
|
+
"proxyAddress": "0x5Fb8E23065C362080E540e01e0bd4119B6cB53fe",
|
|
32734
|
+
"decimals": 1,
|
|
32735
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
32736
|
+
},
|
|
31665
32737
|
{
|
|
31666
32738
|
"contractAddress": "0x77b911DBe147ED5b4554997860D6362A5652fC91",
|
|
31667
32739
|
"proxyAddress": "0xCDA67618e51762235eacA373894F0C79256768fa",
|
|
@@ -31782,6 +32854,12 @@ var chainlinkFeeds = {
|
|
|
31782
32854
|
"decimals": 8,
|
|
31783
32855
|
"name": "SOL / USD"
|
|
31784
32856
|
},
|
|
32857
|
+
{
|
|
32858
|
+
"contractAddress": "0x8aFe9B0e7c131b6a7E749d6e967751f40e4dF5d6",
|
|
32859
|
+
"proxyAddress": "0xAE8B4179389059A735821A77417eACcA60f3e4B4",
|
|
32860
|
+
"decimals": 18,
|
|
32861
|
+
"name": "xSolvBTC NAV"
|
|
32862
|
+
},
|
|
31785
32863
|
{
|
|
31786
32864
|
"contractAddress": "0x8b48E1A576d47Eb8BfE13d54d30aC2251C9F1A8A",
|
|
31787
32865
|
"proxyAddress": "0x0C997958ccE7A0403AEA7E34d14bbaDA897B5bb3",
|
|
@@ -31914,6 +32992,12 @@ var chainlinkFeeds = {
|
|
|
31914
32992
|
"decimals": 8,
|
|
31915
32993
|
"name": "MNT / USD"
|
|
31916
32994
|
},
|
|
32995
|
+
{
|
|
32996
|
+
"contractAddress": "0xBC81b4E883375c387db454aCaE322196Ae07a481",
|
|
32997
|
+
"proxyAddress": "0x326fA29b208DE897981C78827b8ffDbfa355590b",
|
|
32998
|
+
"decimals": 3,
|
|
32999
|
+
"name": "Real GDP \u2014 Level"
|
|
33000
|
+
},
|
|
31917
33001
|
{
|
|
31918
33002
|
"contractAddress": "0xBFf434a1B44677D4ce302da64d84bB4d305c0D49",
|
|
31919
33003
|
"proxyAddress": "0xded2c52b75B24732e9107377B7Ba93eC1fFa4BAf",
|
|
@@ -32082,6 +33166,12 @@ var chainlinkFeeds = {
|
|
|
32082
33166
|
"decimals": 18,
|
|
32083
33167
|
"name": "LINK / ETH"
|
|
32084
33168
|
},
|
|
33169
|
+
{
|
|
33170
|
+
"contractAddress": "0xa3403Cbd8Db989ED2204A51F9f70945Bf5b2CFb7",
|
|
33171
|
+
"proxyAddress": "0xDC1a8F77Cdc46D1Fb7F22F94dFCA4dDBf566fA23",
|
|
33172
|
+
"decimals": 1,
|
|
33173
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
33174
|
+
},
|
|
32085
33175
|
{
|
|
32086
33176
|
"contractAddress": "0xa44BCD128E99188565c4849cdfFEea9C773f74ec",
|
|
32087
33177
|
"proxyAddress": "0x04180965a782E487d0632013ABa488A472243542",
|
|
@@ -32238,12 +33328,6 @@ var chainlinkFeeds = {
|
|
|
32238
33328
|
"decimals": 8,
|
|
32239
33329
|
"name": "USDD / USD"
|
|
32240
33330
|
},
|
|
32241
|
-
{
|
|
32242
|
-
"contractAddress": "0xdDB2962ACFAc3755f946727450E41131068384FE",
|
|
32243
|
-
"proxyAddress": "0x24EA2671671c33D66e9854eC06e42E5D3ac1f764",
|
|
32244
|
-
"decimals": 8,
|
|
32245
|
-
"name": "USDM / USD"
|
|
32246
|
-
},
|
|
32247
33331
|
{
|
|
32248
33332
|
"contractAddress": "0xdecCf98Ab543E6fAca8E22dB33445c7DDc855df0",
|
|
32249
33333
|
"proxyAddress": "0x82BA56a2fADF9C14f17D08bc51bDA0bDB83A8934",
|
|
@@ -32292,6 +33376,12 @@ var chainlinkFeeds = {
|
|
|
32292
33376
|
"decimals": 8,
|
|
32293
33377
|
"name": "GM BTC/USD [WBTC-WBTC]"
|
|
32294
33378
|
},
|
|
33379
|
+
{
|
|
33380
|
+
"contractAddress": "0xeA84B5A70175A98DF02A85bdC6f9191c753130D5",
|
|
33381
|
+
"proxyAddress": "0x552c92c0C09A73d569Ab52FF4C17a153C3472BE3",
|
|
33382
|
+
"decimals": 1,
|
|
33383
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
33384
|
+
},
|
|
32295
33385
|
{
|
|
32296
33386
|
"contractAddress": "0xeC3dfE4FF480C64A6F78b43Fa9963567d35A2cA9",
|
|
32297
33387
|
"proxyAddress": "0xfB3264D1129824933a52374c2C1696F4470D041e",
|
|
@@ -32334,6 +33424,12 @@ var chainlinkFeeds = {
|
|
|
32334
33424
|
"decimals": 8,
|
|
32335
33425
|
"name": "GM ETH/USD [wETH-wETH]"
|
|
32336
33426
|
},
|
|
33427
|
+
{
|
|
33428
|
+
"contractAddress": "0xf0e892f66173d37Ed7Fb0794C704330C0ac3bd22",
|
|
33429
|
+
"proxyAddress": "0x066Ba4567C40cB315EAd257Bd86585bb4a74004f",
|
|
33430
|
+
"decimals": 3,
|
|
33431
|
+
"name": "PCE Price Index \u2014 Level"
|
|
33432
|
+
},
|
|
32337
33433
|
{
|
|
32338
33434
|
"contractAddress": "0xf6bACC7750c23A34b996A355A6E78b17Fc4BaEdC",
|
|
32339
33435
|
"proxyAddress": "0x383b3624478124697BEF675F07cA37570b73992f",
|
|
@@ -32680,6 +33776,18 @@ var chainlinkFeeds = {
|
|
|
32680
33776
|
"decimals": 8,
|
|
32681
33777
|
"name": "SGD / USD"
|
|
32682
33778
|
},
|
|
33779
|
+
{
|
|
33780
|
+
"contractAddress": "0x3D4C272Ef16e19D84BA1ce15ce21571c994A4C5c",
|
|
33781
|
+
"proxyAddress": "0x3Eb06AE1Ef3adE7B529Fcce522611c6A044697cC",
|
|
33782
|
+
"decimals": 1,
|
|
33783
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
33784
|
+
},
|
|
33785
|
+
{
|
|
33786
|
+
"contractAddress": "0x3d055bd7140dDe26AaB5fD00EB25Ac97b511Df75",
|
|
33787
|
+
"proxyAddress": "0x665Fa131DE7af7606c785F26e66d07cA43a274D9",
|
|
33788
|
+
"decimals": 3,
|
|
33789
|
+
"name": "Real GDP - Level"
|
|
33790
|
+
},
|
|
32683
33791
|
{
|
|
32684
33792
|
"contractAddress": "0x3de683f981469069D0d5C30b0C7763ceC543221d",
|
|
32685
33793
|
"proxyAddress": "0x86442E3a98558357d46E6182F4b262f76c4fa26F",
|
|
@@ -32704,6 +33812,12 @@ var chainlinkFeeds = {
|
|
|
32704
33812
|
"decimals": 8,
|
|
32705
33813
|
"name": "AUSD / USD"
|
|
32706
33814
|
},
|
|
33815
|
+
{
|
|
33816
|
+
"contractAddress": "0x50110aA52b0686E8dD7E85cbd0a956c99e526b5C",
|
|
33817
|
+
"proxyAddress": "0x273e7833604F74a6f80f6B25568D29DE33570e99",
|
|
33818
|
+
"decimals": 1,
|
|
33819
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
33820
|
+
},
|
|
32707
33821
|
{
|
|
32708
33822
|
"contractAddress": "0x5049D7927BB160267bDdA22ADD6Bd85e21eFFE77",
|
|
32709
33823
|
"proxyAddress": "0x4Cf57DC9028187b9DAaF773c8ecA941036989238",
|
|
@@ -32740,6 +33854,12 @@ var chainlinkFeeds = {
|
|
|
32740
33854
|
"decimals": 18,
|
|
32741
33855
|
"name": "LINK.e Proof of Reserves"
|
|
32742
33856
|
},
|
|
33857
|
+
{
|
|
33858
|
+
"contractAddress": "0x61a7956EBDa4356c2482aF3B9f59b6255ECfCa1C",
|
|
33859
|
+
"proxyAddress": "0x982057Fd0A53d52E558A722ba53Ad95E702Da0dF",
|
|
33860
|
+
"decimals": 3,
|
|
33861
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
33862
|
+
},
|
|
32743
33863
|
{
|
|
32744
33864
|
"contractAddress": "0x64922B570edf432defD4d3C5647269727a667EDa",
|
|
32745
33865
|
"proxyAddress": "0x2dD517B2f9ba49CedB0573131FD97a5AC19ff648",
|
|
@@ -32890,6 +34010,12 @@ var chainlinkFeeds = {
|
|
|
32890
34010
|
"decimals": 18,
|
|
32891
34011
|
"name": "syrupUSDC-USDC Exchange Rate"
|
|
32892
34012
|
},
|
|
34013
|
+
{
|
|
34014
|
+
"contractAddress": "0xB0BE176247438D0142785421Fb558E035cC30e63",
|
|
34015
|
+
"proxyAddress": "0x962Aba596fe6842D644c51b2F112190e6B6e94B4",
|
|
34016
|
+
"decimals": 3,
|
|
34017
|
+
"name": "PCE Price Index \u2014 Level"
|
|
34018
|
+
},
|
|
32893
34019
|
{
|
|
32894
34020
|
"contractAddress": "0xC3e5dDD4f98cDFfaF77685e340FF5c32d7282C5C",
|
|
32895
34021
|
"proxyAddress": "0xD73a74314AcCb53b30cAfDA0cb61c9772B57C4a2",
|
|
@@ -33058,6 +34184,12 @@ var chainlinkFeeds = {
|
|
|
33058
34184
|
"decimals": 8,
|
|
33059
34185
|
"name": "EmCH Reserves"
|
|
33060
34186
|
},
|
|
34187
|
+
{
|
|
34188
|
+
"contractAddress": "0xeF64D0B43E579559771695758178f6AfA0045102",
|
|
34189
|
+
"proxyAddress": "0x9A9587Da4Fd5DD3C9AD47C12aFeec5073C8cFc2a",
|
|
34190
|
+
"decimals": 1,
|
|
34191
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
34192
|
+
},
|
|
33061
34193
|
{
|
|
33062
34194
|
"contractAddress": "0xf52BF03f3f406BAAADE542b3D2D5CeCfFf1754E6",
|
|
33063
34195
|
"proxyAddress": "0x63769951E4cfDbDC653dD9BBde63D2Ce0746e5F2",
|
|
@@ -33102,12 +34234,30 @@ var chainlinkFeeds = {
|
|
|
33102
34234
|
"decimals": 18,
|
|
33103
34235
|
"name": "weETH / ETH"
|
|
33104
34236
|
},
|
|
34237
|
+
{
|
|
34238
|
+
"contractAddress": "0x2884F3d4fE39cD5c77b00900127a538Bc3Bb548B",
|
|
34239
|
+
"proxyAddress": "0x8b7fAC4A99daDa67C661D4854B2284c7A64722f4",
|
|
34240
|
+
"decimals": 3,
|
|
34241
|
+
"name": "PCE Price Index \u2014 Level"
|
|
34242
|
+
},
|
|
34243
|
+
{
|
|
34244
|
+
"contractAddress": "0x32a7438FD4F6Fc2D1174A3b701caE2f9103AeaD4",
|
|
34245
|
+
"proxyAddress": "0x1E2286815B3D628128fbaa0F213fD53Dea9E015E",
|
|
34246
|
+
"decimals": 3,
|
|
34247
|
+
"name": "Real GDP \u2014 Level"
|
|
34248
|
+
},
|
|
33105
34249
|
{
|
|
33106
34250
|
"contractAddress": "0x347C78C807b982F4354264be49110A0F6b3DBC82",
|
|
33107
34251
|
"proxyAddress": "0x5C5Ee01b351b7ef0b16Cfd59E93F743E0679d7bC",
|
|
33108
34252
|
"decimals": 18,
|
|
33109
34253
|
"name": "agETH-ETH Exchange Rate"
|
|
33110
34254
|
},
|
|
34255
|
+
{
|
|
34256
|
+
"contractAddress": "0x391F84f0a7eD1e8B35890a0ad220aF41b56bc278",
|
|
34257
|
+
"proxyAddress": "0xe5aCa1a31aD6fC61E30Ab8E4a19a9445884A1EDE",
|
|
34258
|
+
"decimals": 1,
|
|
34259
|
+
"name": "PCE Price Index \u2014 Percent Change (Annual Rate)"
|
|
34260
|
+
},
|
|
33111
34261
|
{
|
|
33112
34262
|
"contractAddress": "0x4475f62Aa9090A391b5970e96B1146186209CeeE",
|
|
33113
34263
|
"proxyAddress": "0x4C2f2CD982DD7fF2a607dcEB0B30fae8208D7156",
|
|
@@ -33145,10 +34295,16 @@ var chainlinkFeeds = {
|
|
|
33145
34295
|
"name": "xSolvBTC NAV"
|
|
33146
34296
|
},
|
|
33147
34297
|
{
|
|
33148
|
-
"contractAddress": "
|
|
33149
|
-
"proxyAddress": "
|
|
33150
|
-
"decimals":
|
|
33151
|
-
"name": "
|
|
34298
|
+
"contractAddress": "0x700E6178eE7b594A6CC1f3dF6105042355051fB1",
|
|
34299
|
+
"proxyAddress": "0xdAad34260E4105702278F225d3d20C453d12065e",
|
|
34300
|
+
"decimals": 1,
|
|
34301
|
+
"name": "Real GDP \u2014 Percent Change (Annual Rate)"
|
|
34302
|
+
},
|
|
34303
|
+
{
|
|
34304
|
+
"contractAddress": "0x82B6a73008c8f73df744847209e3399bc514f8c0",
|
|
34305
|
+
"proxyAddress": "0x9165802Ea199C36F85D53A6F71Da6AF5a6EA8951",
|
|
34306
|
+
"decimals": 3,
|
|
34307
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Level"
|
|
33152
34308
|
},
|
|
33153
34309
|
{
|
|
33154
34310
|
"contractAddress": "0x854d46002b2524239b81Ef783AB47CAbd5b9AD4e",
|
|
@@ -33162,12 +34318,24 @@ var chainlinkFeeds = {
|
|
|
33162
34318
|
"decimals": 18,
|
|
33163
34319
|
"name": "instETH / ETH Exchange Rate"
|
|
33164
34320
|
},
|
|
34321
|
+
{
|
|
34322
|
+
"contractAddress": "0x90946FCe1e3b248466160475340A753Aa4C17562",
|
|
34323
|
+
"proxyAddress": "0x8d6ceb62Ce510935792BE737e30f9f61082b72b3",
|
|
34324
|
+
"decimals": 1,
|
|
34325
|
+
"name": "Real Final Sales to Private Domestic Purchasers \u2014 Percent Change (Annual Rate)"
|
|
34326
|
+
},
|
|
33165
34327
|
{
|
|
33166
34328
|
"contractAddress": "0x917cab79F9132A0417EBa7B23866B90a8eeeA2D5",
|
|
33167
34329
|
"proxyAddress": "0xc4194f19E3a0836F6B998394445C6535c50604Ce",
|
|
33168
34330
|
"decimals": 18,
|
|
33169
34331
|
"name": "LINK / ETH"
|
|
33170
34332
|
},
|
|
34333
|
+
{
|
|
34334
|
+
"contractAddress": "0x92b4B8511059Ade8e1B8145Ca66c9EEED8323263",
|
|
34335
|
+
"proxyAddress": "0xEEDF0B095B5dfe75F3881Cb26c19DA209A27463a",
|
|
34336
|
+
"decimals": 18,
|
|
34337
|
+
"name": "wrsETH-ETH Exchange Rate"
|
|
34338
|
+
},
|
|
33171
34339
|
{
|
|
33172
34340
|
"contractAddress": "0xA6F72813b20758F08923b48926DF1BA54782F9FF",
|
|
33173
34341
|
"proxyAddress": "0xAADAa473C1bDF7317ec07c915680Af29DeBfdCb5",
|
|
@@ -33489,6 +34657,8 @@ var chainlinkFeeds = {
|
|
|
33489
34657
|
var hyperRPCSupportedNetworks = [
|
|
33490
34658
|
1,
|
|
33491
34659
|
10,
|
|
34660
|
+
14,
|
|
34661
|
+
30,
|
|
33492
34662
|
42,
|
|
33493
34663
|
50,
|
|
33494
34664
|
51,
|
|
@@ -33498,28 +34668,55 @@ var hyperRPCSupportedNetworks = [
|
|
|
33498
34668
|
130,
|
|
33499
34669
|
137,
|
|
33500
34670
|
146,
|
|
34671
|
+
148,
|
|
34672
|
+
169,
|
|
34673
|
+
204,
|
|
33501
34674
|
250,
|
|
34675
|
+
252,
|
|
34676
|
+
255,
|
|
33502
34677
|
288,
|
|
33503
34678
|
324,
|
|
34679
|
+
341,
|
|
33504
34680
|
480,
|
|
34681
|
+
841,
|
|
33505
34682
|
999,
|
|
33506
34683
|
1101,
|
|
33507
34684
|
1135,
|
|
33508
34685
|
1284,
|
|
34686
|
+
1287,
|
|
33509
34687
|
1301,
|
|
34688
|
+
1750,
|
|
34689
|
+
1868,
|
|
34690
|
+
1923,
|
|
34691
|
+
2741,
|
|
33510
34692
|
2818,
|
|
34693
|
+
4200,
|
|
33511
34694
|
4201,
|
|
34695
|
+
5e3,
|
|
34696
|
+
5115,
|
|
34697
|
+
5330,
|
|
34698
|
+
5845,
|
|
34699
|
+
5920,
|
|
34700
|
+
5921,
|
|
33512
34701
|
6342,
|
|
34702
|
+
7e3,
|
|
33513
34703
|
7560,
|
|
33514
34704
|
8453,
|
|
33515
34705
|
9889,
|
|
33516
34706
|
10143,
|
|
33517
34707
|
10200,
|
|
33518
34708
|
17e3,
|
|
34709
|
+
17864,
|
|
34710
|
+
33111,
|
|
34711
|
+
34443,
|
|
33519
34712
|
42161,
|
|
34713
|
+
42170,
|
|
34714
|
+
42220,
|
|
33520
34715
|
43113,
|
|
33521
34716
|
43114,
|
|
34717
|
+
48900,
|
|
33522
34718
|
50104,
|
|
34719
|
+
57073,
|
|
33523
34720
|
59144,
|
|
33524
34721
|
80002,
|
|
33525
34722
|
80084,
|
|
@@ -33530,12 +34727,14 @@ var hyperRPCSupportedNetworks = [
|
|
|
33530
34727
|
98866,
|
|
33531
34728
|
421614,
|
|
33532
34729
|
534352,
|
|
34730
|
+
696969,
|
|
33533
34731
|
7225878,
|
|
33534
34732
|
7777777,
|
|
33535
34733
|
11155111,
|
|
33536
34734
|
11155420,
|
|
33537
34735
|
168587773,
|
|
33538
34736
|
531050104,
|
|
34737
|
+
1313161554,
|
|
33539
34738
|
1313161567,
|
|
33540
34739
|
16666e5
|
|
33541
34740
|
];
|
|
@@ -34575,9 +35774,11 @@ export {
|
|
|
34575
35774
|
IAToken_ABI,
|
|
34576
35775
|
IAaveOracle_ABI,
|
|
34577
35776
|
IAaveV3ConfigEngine_ABI,
|
|
35777
|
+
IAccessControl_ABI,
|
|
34578
35778
|
IAuthorizedForwarder_ABI,
|
|
34579
35779
|
ICollector_ABI,
|
|
34580
35780
|
IDualAggregator_ABI,
|
|
35781
|
+
IERC1967_ABI,
|
|
34581
35782
|
IERC20Metadata_ABI,
|
|
34582
35783
|
IERC20_ABI,
|
|
34583
35784
|
IEmissionManager_ABI,
|
|
@@ -34592,8 +35793,10 @@ export {
|
|
|
34592
35793
|
IUmbrella_ABI,
|
|
34593
35794
|
IWrappedTokenGatewayV3_ABI,
|
|
34594
35795
|
LTV_PRECISION,
|
|
35796
|
+
Ownable_ABI,
|
|
34595
35797
|
PayloadState,
|
|
34596
35798
|
ProposalState,
|
|
35799
|
+
ProxyAdmin_ABI,
|
|
34597
35800
|
RAY,
|
|
34598
35801
|
SECONDS_PER_YEAR,
|
|
34599
35802
|
SelfdestructCheckState,
|