@bgd-labs/toolbox 0.0.51 → 0.0.53
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 +629 -181
- package/dist/index.d.ts +629 -181
- package/dist/index.js +764 -205
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +764 -205
- package/dist/index.mjs.map +1 -1
- package/dist/node.js +764 -205
- package/dist/node.js.map +1 -1
- package/dist/node.mjs +764 -205
- package/dist/node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -395,7 +395,19 @@ type BlockscoutStyleSourceCode = {
|
|
|
395
395
|
EVMVersion: string;
|
|
396
396
|
OptimizationUsed: string;
|
|
397
397
|
};
|
|
398
|
-
declare function getSourceCode(params: GetSourceCodeParams): Promise<
|
|
398
|
+
declare function getSourceCode(params: GetSourceCodeParams): Promise<BlockscoutStyleSourceCode | {
|
|
399
|
+
SourceCode: any;
|
|
400
|
+
ABI: any;
|
|
401
|
+
CompilerVersion: any;
|
|
402
|
+
ContractName: any;
|
|
403
|
+
EVMVersion: any;
|
|
404
|
+
Implementation: any;
|
|
405
|
+
Library: any;
|
|
406
|
+
LicenseType: any;
|
|
407
|
+
OptimizationUsed: any;
|
|
408
|
+
Proxy: any;
|
|
409
|
+
Runs: any;
|
|
410
|
+
}>;
|
|
399
411
|
declare function parseEtherscanStyleSourceCode(sourceCode: string): StandardJsonInput;
|
|
400
412
|
declare function parseBlockscoutStyleSourceCode(sourceCode: BlockscoutStyleSourceCode): StandardJsonInput;
|
|
401
413
|
|
|
@@ -743,7 +755,7 @@ declare const publicRPCs: {
|
|
|
743
755
|
readonly 9745: "https://rpc.plasma.to";
|
|
744
756
|
readonly 57073: "https://ink-public.nodies.app";
|
|
745
757
|
};
|
|
746
|
-
declare const alchemySupportedChainIds: (1 | 10 | 56 | 100 | 137 | 146 | 324 |
|
|
758
|
+
declare const alchemySupportedChainIds: (1 | 10 | 56 | 100 | 137 | 146 | 324 | 5000 | 8453 | 42161 | 42220 | 43113 | 43114 | 59144 | 80002 | 84532 | 421614 | 534351 | 534352 | 11155111 | 11155420 | 1088 | 9745 | 57073 | 250 | 1868 | 60808 | 1666600000 | 4002 | 1101 | 196)[];
|
|
747
759
|
declare const getNetworkEnv: (chainId: SupportedChainIds) => "RPC_BNB" | "RPC_CELO" | "RPC_METIS" | "RPC_BOB" | "RPC_BASE" | "RPC_SCROLL" | "RPC_MAINNET" | "RPC_POLYGON" | "RPC_POLYGON_AMOY" | "RPC_AVALANCHE" | "RPC_AVALANCHE_FUJI" | "RPC_ARBITRUM" | "RPC_ARBITRUM_SEPOLIA" | "RPC_FANTOM" | "RPC_FANTOM_TESTNET" | "RPC_OPTIMISM" | "RPC_OPTIMISM_SEPOLIA" | "RPC_HARMONY" | "RPC_SEPOLIA" | "RPC_SCROLL_SEPOLIA" | "RPC_SONIC" | "RPC_MANTLE" | "RPC_BASE_SEPOLIA" | "RPC_GNOSIS" | "RPC_ZKEVM" | "RPC_ZKSYNC" | "RPC_LINEA" | "RPC_INK" | "RPC_SONEIUM" | "RPC_PLASMA" | "RPC_XLAYER";
|
|
748
760
|
declare function getExplicitRPC(chainId: SupportedChainIds): string;
|
|
749
761
|
declare function getAlchemyRPC(chainId: SupportedChainIds, alchemyKey: string): string;
|
|
@@ -915,7 +927,6 @@ declare const alchemyNetworkMap: {
|
|
|
915
927
|
readonly 146: "sonic-mainnet";
|
|
916
928
|
readonly 204: "opbnb-mainnet";
|
|
917
929
|
readonly 232: "lens-mainnet";
|
|
918
|
-
readonly 250: "fantom-mainnet";
|
|
919
930
|
readonly 252: "frax-mainnet";
|
|
920
931
|
readonly 300: "zksync-sepolia";
|
|
921
932
|
readonly 324: "zksync-mainnet";
|
|
@@ -940,6 +951,7 @@ declare const alchemyNetworkMap: {
|
|
|
940
951
|
readonly 1946: "soneium-minato";
|
|
941
952
|
readonly 2020: "ronin-mainnet";
|
|
942
953
|
readonly 2021: "ronin-saigon";
|
|
954
|
+
readonly 2201: "stable-testnet";
|
|
943
955
|
readonly 2442: "polygonzkevm-cardona";
|
|
944
956
|
readonly 2523: "frax-sepolia";
|
|
945
957
|
readonly 2741: "abstract-mainnet";
|
|
@@ -955,6 +967,7 @@ declare const alchemyNetworkMap: {
|
|
|
955
967
|
readonly 5371: "settlus-mainnet";
|
|
956
968
|
readonly 5373: "settlus-septestnet";
|
|
957
969
|
readonly 5611: "opbnb-testnet";
|
|
970
|
+
readonly 6343: "megaeth-testnet";
|
|
958
971
|
readonly 6900: "anime-sepolia";
|
|
959
972
|
readonly 7000: "zetachain-mainnet";
|
|
960
973
|
readonly 7001: "zetachain-testnet";
|
|
@@ -994,12 +1007,14 @@ declare const alchemyNetworkMap: {
|
|
|
994
1007
|
readonly 81457: "blast-mainnet";
|
|
995
1008
|
readonly 84532: "base-sepolia";
|
|
996
1009
|
readonly 421614: "arb-sepolia";
|
|
1010
|
+
readonly 510525: "clankermon-mainnet";
|
|
997
1011
|
readonly 534351: "scroll-sepolia";
|
|
998
1012
|
readonly 534352: "scroll-mainnet";
|
|
999
1013
|
readonly 560048: "eth-hoodi";
|
|
1000
1014
|
readonly 685685: "gensyn-testnet";
|
|
1001
1015
|
readonly 763373: "ink-sepolia";
|
|
1002
1016
|
readonly 808813: "bob-sepolia";
|
|
1017
|
+
readonly 5042002: "arc-testnet";
|
|
1003
1018
|
readonly 6985385: "humanity-mainnet";
|
|
1004
1019
|
readonly 7777777: "zora-mainnet";
|
|
1005
1020
|
readonly 11142220: "celo-sepolia";
|
|
@@ -1010,10 +1025,12 @@ declare const alchemyNetworkMap: {
|
|
|
1010
1025
|
readonly 241320161: "xmtp-testnet";
|
|
1011
1026
|
readonly 351243127: "xmtp-ropsten";
|
|
1012
1027
|
readonly 666666666: "degen-mainnet";
|
|
1028
|
+
readonly 728126428: "tron-mainnet";
|
|
1013
1029
|
readonly 994873017: "lumia-prism";
|
|
1014
1030
|
readonly 999999999: "zora-sepolia";
|
|
1015
1031
|
readonly 2030232745: "lumia-beam";
|
|
1016
|
-
readonly
|
|
1032
|
+
readonly 3448148188: "tron-testnet";
|
|
1033
|
+
readonly null: "aptos-testnet";
|
|
1017
1034
|
};
|
|
1018
1035
|
|
|
1019
1036
|
declare const quicknodeNetworkMap: {
|
|
@@ -1109,10 +1126,6 @@ declare const etherscanExplorers: {
|
|
|
1109
1126
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1110
1127
|
readonly explorer: "https://optimistic.etherscan.io/";
|
|
1111
1128
|
};
|
|
1112
|
-
readonly 25: {
|
|
1113
|
-
readonly api: "https://api.etherscan.io/v2/api";
|
|
1114
|
-
readonly explorer: "https://cronoscan.com/";
|
|
1115
|
-
};
|
|
1116
1129
|
readonly 50: {
|
|
1117
1130
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1118
1131
|
readonly explorer: "https://xdcscan.com/";
|
|
@@ -1177,10 +1190,6 @@ declare const etherscanExplorers: {
|
|
|
1177
1190
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1178
1191
|
readonly explorer: "https://testnet.bttcscan.com/";
|
|
1179
1192
|
};
|
|
1180
|
-
readonly 1101: {
|
|
1181
|
-
readonly api: "https://api.etherscan.io/v2/api";
|
|
1182
|
-
readonly explorer: "https://zkevm.polygonscan.com/";
|
|
1183
|
-
};
|
|
1184
1193
|
readonly 1284: {
|
|
1185
1194
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1186
1195
|
readonly explorer: "https://moonbeam.moonscan.io/";
|
|
@@ -1213,13 +1222,9 @@ declare const etherscanExplorers: {
|
|
|
1213
1222
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1214
1223
|
readonly explorer: "https://sepolia.swellchainscan.io/";
|
|
1215
1224
|
};
|
|
1216
|
-
readonly
|
|
1225
|
+
readonly 2523: {
|
|
1217
1226
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1218
|
-
readonly explorer: "https://
|
|
1219
|
-
};
|
|
1220
|
-
readonly 2522: {
|
|
1221
|
-
readonly api: "https://api.etherscan.io/v2/api";
|
|
1222
|
-
readonly explorer: "https://holesky.fraxscan.com/";
|
|
1227
|
+
readonly explorer: "https://hoodi.fraxscan.com/";
|
|
1223
1228
|
};
|
|
1224
1229
|
readonly 2741: {
|
|
1225
1230
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
@@ -1293,10 +1298,6 @@ declare const etherscanExplorers: {
|
|
|
1293
1298
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1294
1299
|
readonly explorer: "https://testnet.memecorescan.io/";
|
|
1295
1300
|
};
|
|
1296
|
-
readonly 44787: {
|
|
1297
|
-
readonly api: "https://api.etherscan.io/v2/api";
|
|
1298
|
-
readonly explorer: "https://alfajores.celoscan.io/";
|
|
1299
|
-
};
|
|
1300
1301
|
readonly 50104: {
|
|
1301
1302
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1302
1303
|
readonly explorer: "https://sophscan.xyz/";
|
|
@@ -1333,9 +1334,9 @@ declare const etherscanExplorers: {
|
|
|
1333
1334
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1334
1335
|
readonly explorer: "https://taikoscan.io/";
|
|
1335
1336
|
};
|
|
1336
|
-
readonly
|
|
1337
|
+
readonly 167013: {
|
|
1337
1338
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1338
|
-
readonly explorer: "https://
|
|
1339
|
+
readonly explorer: "https://hoodi.taikoscan.io/";
|
|
1339
1340
|
};
|
|
1340
1341
|
readonly 421614: {
|
|
1341
1342
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
@@ -1353,10 +1354,18 @@ declare const etherscanExplorers: {
|
|
|
1353
1354
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1354
1355
|
readonly explorer: "https://hoodi.etherscan.io/";
|
|
1355
1356
|
};
|
|
1357
|
+
readonly 737373: {
|
|
1358
|
+
readonly api: "https://api.etherscan.io/v2/api";
|
|
1359
|
+
readonly explorer: "https://bokuto.katanascan.com/";
|
|
1360
|
+
};
|
|
1356
1361
|
readonly 747474: {
|
|
1357
1362
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1358
1363
|
readonly explorer: "https://katanascan.com/";
|
|
1359
1364
|
};
|
|
1365
|
+
readonly 11142220: {
|
|
1366
|
+
readonly api: "https://api.etherscan.io/v2/api";
|
|
1367
|
+
readonly explorer: "https://sepolia.celoscan.io/";
|
|
1368
|
+
};
|
|
1360
1369
|
readonly 11155111: {
|
|
1361
1370
|
readonly api: "https://api.etherscan.io/v2/api";
|
|
1362
1371
|
readonly explorer: "https://sepolia.etherscan.io/";
|
|
@@ -1540,10 +1549,6 @@ declare const routescanExplorers: {
|
|
|
1540
1549
|
readonly api: "https://api.routescan.io/v2/network/testnet/evm/2233/etherscan";
|
|
1541
1550
|
readonly explorer: "2233.routescan.io";
|
|
1542
1551
|
};
|
|
1543
|
-
readonly 2368: {
|
|
1544
|
-
readonly api: "https://api.routescan.io/v2/network/testnet/evm/2368/etherscan";
|
|
1545
|
-
readonly explorer: "2368.routescan.io";
|
|
1546
|
-
};
|
|
1547
1552
|
readonly 2522: {
|
|
1548
1553
|
readonly api: "https://api.routescan.io/v2/network/testnet/evm/2522/etherscan";
|
|
1549
1554
|
readonly explorer: "2522.routescan.io";
|
|
@@ -1644,10 +1649,6 @@ declare const routescanExplorers: {
|
|
|
1644
1649
|
readonly api: "https://api.routescan.io/v2/network/testnet/evm/6911/etherscan";
|
|
1645
1650
|
readonly explorer: "6911.routescan.io";
|
|
1646
1651
|
};
|
|
1647
|
-
readonly 7171: {
|
|
1648
|
-
readonly api: "https://api.routescan.io/v2/network/mainnet/evm/7171/etherscan";
|
|
1649
|
-
readonly explorer: "7171.routescan.io";
|
|
1650
|
-
};
|
|
1651
1652
|
readonly 7894: {
|
|
1652
1653
|
readonly api: "https://api.routescan.io/v2/network/testnet/evm/7894/etherscan";
|
|
1653
1654
|
readonly explorer: "7894.routescan.io";
|
|
@@ -1764,10 +1765,6 @@ declare const routescanExplorers: {
|
|
|
1764
1765
|
readonly api: "https://api.routescan.io/v2/network/mainnet/evm/34443/etherscan";
|
|
1765
1766
|
readonly explorer: "34443.routescan.io";
|
|
1766
1767
|
};
|
|
1767
|
-
readonly 42069: {
|
|
1768
|
-
readonly api: "https://api.routescan.io/v2/network/mainnet/evm/42069/etherscan";
|
|
1769
|
-
readonly explorer: "42069.routescan.io";
|
|
1770
|
-
};
|
|
1771
1768
|
readonly 42161: {
|
|
1772
1769
|
readonly api: "https://api.routescan.io/v2/network/mainnet/evm/42161/etherscan";
|
|
1773
1770
|
readonly explorer: "42161.routescan.io";
|
|
@@ -1936,6 +1933,10 @@ declare const routescanExplorers: {
|
|
|
1936
1933
|
readonly api: "https://api.routescan.io/v2/network/testnet/evm/167009/etherscan";
|
|
1937
1934
|
readonly explorer: "167009.routescan.io";
|
|
1938
1935
|
};
|
|
1936
|
+
readonly 167013: {
|
|
1937
|
+
readonly api: "https://api.routescan.io/v2/network/testnet/evm/167013/etherscan";
|
|
1938
|
+
readonly explorer: "167013.routescan.io";
|
|
1939
|
+
};
|
|
1939
1940
|
readonly 173750: {
|
|
1940
1941
|
readonly api: "https://api.routescan.io/v2/network/testnet/evm/173750/etherscan";
|
|
1941
1942
|
readonly explorer: "173750.routescan.io";
|
|
@@ -3300,8 +3301,8 @@ declare const blockscoutExplorers: {
|
|
|
3300
3301
|
readonly explorer: "https://testnet3.cypherscan.ai/";
|
|
3301
3302
|
};
|
|
3302
3303
|
readonly 10200: {
|
|
3303
|
-
readonly api: "https://gnosis.blockscout.com/api";
|
|
3304
|
-
readonly explorer: "https://gnosis.blockscout.com/";
|
|
3304
|
+
readonly api: "https://gnosis-chiado.blockscout.com/api";
|
|
3305
|
+
readonly explorer: "https://gnosis-chiado.blockscout.com/";
|
|
3305
3306
|
};
|
|
3306
3307
|
readonly 10245: {
|
|
3307
3308
|
readonly api: "https://capxscan.com/api";
|
|
@@ -3895,6 +3896,10 @@ declare const blockscoutExplorers: {
|
|
|
3895
3896
|
readonly api: "https://testnet.deelance.com/api";
|
|
3896
3897
|
readonly explorer: "https://testnet.deelance.com/";
|
|
3897
3898
|
};
|
|
3899
|
+
readonly 478549: {
|
|
3900
|
+
readonly api: "https://explorer.mintrax.network/api";
|
|
3901
|
+
readonly explorer: "https://explorer.mintrax.network";
|
|
3902
|
+
};
|
|
3898
3903
|
readonly 490000: {
|
|
3899
3904
|
readonly api: "https://explorer.auto-evm.taurus.autonomys.xyz/api";
|
|
3900
3905
|
readonly explorer: "https://explorer.auto-evm.taurus.autonomys.xyz/";
|
|
@@ -4335,10 +4340,10 @@ declare const chainlinkFeeds: {
|
|
|
4335
4340
|
readonly decimals: 18;
|
|
4336
4341
|
readonly name: "FIL / ETH";
|
|
4337
4342
|
}, {
|
|
4338
|
-
readonly contractAddress: "
|
|
4339
|
-
readonly proxyAddress: "
|
|
4343
|
+
readonly contractAddress: "0x04d81C346252E31Ee888393AF6E2037a9a4d70Af";
|
|
4344
|
+
readonly proxyAddress: "0x5ed77a9D9b7cc80E9d0D7711024AF38C2643C1c4";
|
|
4340
4345
|
readonly decimals: 8;
|
|
4341
|
-
readonly name: "
|
|
4346
|
+
readonly name: "VBILL NAV - Aave LlamaGuard";
|
|
4342
4347
|
}, {
|
|
4343
4348
|
readonly contractAddress: "0x05581918Dad3F026169593863F7A52bBBE08Ef5E";
|
|
4344
4349
|
readonly proxyAddress: "0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1";
|
|
@@ -4364,11 +4369,6 @@ declare const chainlinkFeeds: {
|
|
|
4364
4369
|
readonly proxyAddress: "0xD6aA3D25116d8dA79Ea0246c4826EB951872e02e";
|
|
4365
4370
|
readonly decimals: 18;
|
|
4366
4371
|
readonly name: "UNI / ETH";
|
|
4367
|
-
}, {
|
|
4368
|
-
readonly contractAddress: "0x09C711d45998AB5d9235AEcAa8bF909Df066e45e";
|
|
4369
|
-
readonly proxyAddress: "0x771cf56aE75bC907193177237b423A9DA831280A";
|
|
4370
|
-
readonly decimals: 8;
|
|
4371
|
-
readonly name: "NEIRO / USD";
|
|
4372
4372
|
}, {
|
|
4373
4373
|
readonly contractAddress: "0x0B539d864C16398DcC7353521C62186380dE6B56";
|
|
4374
4374
|
readonly proxyAddress: "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46";
|
|
@@ -4394,11 +4394,6 @@ declare const chainlinkFeeds: {
|
|
|
4394
4394
|
readonly proxyAddress: "0x5c9C449BbC9a6075A2c061dF312a35fd1E05fF22";
|
|
4395
4395
|
readonly decimals: 18;
|
|
4396
4396
|
readonly name: "weETH / ETH";
|
|
4397
|
-
}, {
|
|
4398
|
-
readonly contractAddress: "0x0a11E4A9bc9bc81B5D98951e770B558D9cAA63B1";
|
|
4399
|
-
readonly proxyAddress: "0x1E41Ef40AC148706c114534E8192Ca608f80fC48";
|
|
4400
|
-
readonly decimals: 6;
|
|
4401
|
-
readonly name: "JAAA NAV - Aave LlamaRisk";
|
|
4402
4397
|
}, {
|
|
4403
4398
|
readonly contractAddress: "0x0b83B36bDb49E5010c2AeE53b3cbD131Fd24261C";
|
|
4404
4399
|
readonly proxyAddress: "0x0d16d4528239e9ee52fa531af613AcdB23D88c94";
|
|
@@ -4499,6 +4494,11 @@ declare const chainlinkFeeds: {
|
|
|
4499
4494
|
readonly proxyAddress: "0x01435677FB11763550905594A16B645847C1d0F3";
|
|
4500
4495
|
readonly decimals: 8;
|
|
4501
4496
|
readonly name: "KRW / USD";
|
|
4497
|
+
}, {
|
|
4498
|
+
readonly contractAddress: "0x267D0DD05fbc989565C521e0B8882f61027FF32A";
|
|
4499
|
+
readonly proxyAddress: "0xde49c7B5C0E54b1624ED21C7D88bA6593d444Aa0";
|
|
4500
|
+
readonly decimals: 6;
|
|
4501
|
+
readonly name: "USTB NAV - Aave LlamaGuard";
|
|
4502
4502
|
}, {
|
|
4503
4503
|
readonly contractAddress: "0x26ae9b951F84e6c28f58a92133C30e312D42e0Fe";
|
|
4504
4504
|
readonly proxyAddress: "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4";
|
|
@@ -4524,6 +4524,11 @@ declare const chainlinkFeeds: {
|
|
|
4524
4524
|
readonly proxyAddress: "0x72AFAECF99C9d9C8215fF44C77B94B99C28741e8";
|
|
4525
4525
|
readonly decimals: 18;
|
|
4526
4526
|
readonly name: "1INCH / ETH";
|
|
4527
|
+
}, {
|
|
4528
|
+
readonly contractAddress: "0x2d7Cd12f24bD28684847bF3e4317899a4Db53c58";
|
|
4529
|
+
readonly proxyAddress: "0x19e2d716288751c5A59deaB61af012D5DF895962";
|
|
4530
|
+
readonly decimals: 6;
|
|
4531
|
+
readonly name: "USCC NAV - Aave LlamaGuard";
|
|
4527
4532
|
}, {
|
|
4528
4533
|
readonly contractAddress: "0x2f28300Feef2Fe3F279E2A1cBb1f8be69e06Be85";
|
|
4529
4534
|
readonly proxyAddress: "0xF05D9B6C08757EAcb1fbec18e36A1B7566a13DEB";
|
|
@@ -4539,6 +4544,11 @@ declare const chainlinkFeeds: {
|
|
|
4539
4544
|
readonly proxyAddress: "0xDC530D9457755926550b59e8ECcdaE7624181557";
|
|
4540
4545
|
readonly decimals: 18;
|
|
4541
4546
|
readonly name: "LINK / ETH";
|
|
4547
|
+
}, {
|
|
4548
|
+
readonly contractAddress: "0x340da77451114685d07b9D1D2a686d1C9eA891BF";
|
|
4549
|
+
readonly proxyAddress: "0x1e4A7099B1aadb303378C496A256697dFE452F51";
|
|
4550
|
+
readonly decimals: 18;
|
|
4551
|
+
readonly name: "DTA Live Simulation";
|
|
4542
4552
|
}, {
|
|
4543
4553
|
readonly contractAddress: "0x347b3886BdC7242Ae7f5f00398e801c8bfA8F52C";
|
|
4544
4554
|
readonly proxyAddress: "0x6Df09E975c830ECae5bd4eD9d90f3A95a4f88012";
|
|
@@ -4575,10 +4585,10 @@ declare const chainlinkFeeds: {
|
|
|
4575
4585
|
readonly decimals: 8;
|
|
4576
4586
|
readonly name: "PYUSD / USD";
|
|
4577
4587
|
}, {
|
|
4578
|
-
readonly contractAddress: "
|
|
4579
|
-
readonly proxyAddress: "
|
|
4580
|
-
readonly decimals:
|
|
4581
|
-
readonly name: "
|
|
4588
|
+
readonly contractAddress: "0x3C405e1FE8a6BE5d9b714B8C88Ad913F236B1639";
|
|
4589
|
+
readonly proxyAddress: "0xE8E65Fb9116875012F5990Ecaab290B3531DbeB9";
|
|
4590
|
+
readonly decimals: 8;
|
|
4591
|
+
readonly name: "USYC NAV - Aave LlamaGuard";
|
|
4582
4592
|
}, {
|
|
4583
4593
|
readonly contractAddress: "0x3D01b1956d6745Bd77Fb432F448E802145E4aeF1";
|
|
4584
4594
|
readonly proxyAddress: "0x2b94a8B3E478a2984A0b50a4bB0F19827Ad0cef3";
|
|
@@ -4594,6 +4604,11 @@ declare const chainlinkFeeds: {
|
|
|
4594
4604
|
readonly proxyAddress: "0x5c29868C58b6e15e2b962943278969Ab6a7D3212";
|
|
4595
4605
|
readonly decimals: 8;
|
|
4596
4606
|
readonly name: "LBTC / BTC";
|
|
4607
|
+
}, {
|
|
4608
|
+
readonly contractAddress: "0x3a8E8491236368a582b651786bEdA49BD5c3BA7B";
|
|
4609
|
+
readonly proxyAddress: "0x1E41Ef40AC148706c114534E8192Ca608f80fC48";
|
|
4610
|
+
readonly decimals: 6;
|
|
4611
|
+
readonly name: "JAAA NAV - Aave LlamaGuard";
|
|
4597
4612
|
}, {
|
|
4598
4613
|
readonly contractAddress: "0x3eC38C31bD2b83C6749b09D61a1C4e53748AEeF4";
|
|
4599
4614
|
readonly proxyAddress: "0x617689cAB8329d57fEa64f4C086190E6797b8B5e";
|
|
@@ -4604,6 +4619,11 @@ declare const chainlinkFeeds: {
|
|
|
4604
4619
|
readonly proxyAddress: "0xcBe87Dc0Cf9d807848a3E703B01A90B28eCFb2a7";
|
|
4605
4620
|
readonly decimals: 8;
|
|
4606
4621
|
readonly name: "cbBTC Reserves";
|
|
4622
|
+
}, {
|
|
4623
|
+
readonly contractAddress: "0x4121670dab724c82696622738670e1b37C15BCbD";
|
|
4624
|
+
readonly proxyAddress: "0x13376a8e614FBc0942F62fA57E8938FD8AB6a2A1";
|
|
4625
|
+
readonly decimals: 8;
|
|
4626
|
+
readonly name: "CRDT NAV";
|
|
4607
4627
|
}, {
|
|
4608
4628
|
readonly contractAddress: "0x42C8Cb3565254006eFE97D60EdD2093d8f4ba35E";
|
|
4609
4629
|
readonly proxyAddress: "0x936B31C428C29713343E05D631e69304f5cF5f49";
|
|
@@ -4619,6 +4639,11 @@ declare const chainlinkFeeds: {
|
|
|
4619
4639
|
readonly proxyAddress: "0x759bBC1be8F90eE6457C44abc7d443842a976d02";
|
|
4620
4640
|
readonly decimals: 8;
|
|
4621
4641
|
readonly name: "RSR / USD";
|
|
4642
|
+
}, {
|
|
4643
|
+
readonly contractAddress: "0x45639C11F5a920fc84cDf92cf54f7AAE0dD0c6f2";
|
|
4644
|
+
readonly proxyAddress: "0xa20623070413d42a5C01Db2c8111640DD7A5A03a";
|
|
4645
|
+
readonly decimals: 18;
|
|
4646
|
+
readonly name: "USTC / ETH";
|
|
4622
4647
|
}, {
|
|
4623
4648
|
readonly contractAddress: "0x458138Fc0D67027E9A6778ef40a6ffC318c69061";
|
|
4624
4649
|
readonly proxyAddress: "0x203e994f3908cF886C6155c31742557D82c9B4a2";
|
|
@@ -4778,6 +4803,11 @@ declare const chainlinkFeeds: {
|
|
|
4778
4803
|
readonly proxyAddress: "0x171e3Ec9377FeBad8d26967f1B1d6383Ae037997";
|
|
4779
4804
|
readonly decimals: 18;
|
|
4780
4805
|
readonly name: "SUSD1+-USD1 Exchange Rate";
|
|
4806
|
+
}, {
|
|
4807
|
+
readonly contractAddress: "0x61E946986F43C68EB8F6bDf24DfdB2185f13e35A";
|
|
4808
|
+
readonly proxyAddress: "0xE33592594f72Cc7ec8a05788be8E8455746C3a32";
|
|
4809
|
+
readonly decimals: 8;
|
|
4810
|
+
readonly name: "DOLA / USD";
|
|
4781
4811
|
}, {
|
|
4782
4812
|
readonly contractAddress: "0x62a897c3e81d809c7444BB63D7D51E1F2EbB6C3D";
|
|
4783
4813
|
readonly proxyAddress: "0x9B4a96210bc8D9D55b1908B465D8B0de68B7fF83";
|
|
@@ -4866,10 +4896,11 @@ declare const chainlinkFeeds: {
|
|
|
4866
4896
|
readonly decimals: 18;
|
|
4867
4897
|
readonly name: "KNC / ETH";
|
|
4868
4898
|
}, {
|
|
4869
|
-
readonly contractAddress: "
|
|
4870
|
-
readonly proxyAddress: "
|
|
4871
|
-
readonly decimals:
|
|
4872
|
-
readonly name: "
|
|
4899
|
+
readonly contractAddress: "0x757EB2AF32c76621FEAE483c6458C04ba19906Ba";
|
|
4900
|
+
readonly proxyAddress: "0xe108E75d6bA28F14EA51F24F886c0B6BBeca575a";
|
|
4901
|
+
readonly decimals: 8;
|
|
4902
|
+
readonly name: "USDT / USD";
|
|
4903
|
+
readonly secondaryProxyAddress: "0x023dfc789db466DD5C900DC04706727a3A9Cf3DE";
|
|
4873
4904
|
}, {
|
|
4874
4905
|
readonly contractAddress: "0x75c4B587EC408A4B5877f69F532221A0991d8e09";
|
|
4875
4906
|
readonly proxyAddress: "0x34ad75691e25A8E9b681AAA85dbeB7ef6561B42c";
|
|
@@ -4901,6 +4932,12 @@ declare const chainlinkFeeds: {
|
|
|
4901
4932
|
readonly decimals: 8;
|
|
4902
4933
|
readonly name: "ETH / USD";
|
|
4903
4934
|
readonly secondaryProxyAddress: "0x5424384B256154046E9667dDFaaa5e550145215e";
|
|
4935
|
+
}, {
|
|
4936
|
+
readonly contractAddress: "0x7d06199061Da586dAFc5D18fd1AeeAf18ae7593b";
|
|
4937
|
+
readonly proxyAddress: "0x84E045745ED829c5b778aBB17104FC2600020850";
|
|
4938
|
+
readonly decimals: 8;
|
|
4939
|
+
readonly name: "USDC / USD";
|
|
4940
|
+
readonly secondaryProxyAddress: "0x37be050e75C7F0a80F0E8abBFC2c4Ff826728cAa";
|
|
4904
4941
|
}, {
|
|
4905
4942
|
readonly contractAddress: "0x7d4E742018fb52E48b08BE73d041C18B21de6Fb5";
|
|
4906
4943
|
readonly proxyAddress: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419";
|
|
@@ -4921,11 +4958,6 @@ declare const chainlinkFeeds: {
|
|
|
4921
4958
|
readonly proxyAddress: "0x2a638b1203a3B62FF003598B7165Fc5cd5b13B00";
|
|
4922
4959
|
readonly decimals: 18;
|
|
4923
4960
|
readonly name: "SWELL / ETH";
|
|
4924
|
-
}, {
|
|
4925
|
-
readonly contractAddress: "0x816F26DB1086548881217694cfC8A1F915B62D11";
|
|
4926
|
-
readonly proxyAddress: "0x2DE7E4a9488488e0058B95854CC2f7955B35dC9b";
|
|
4927
|
-
readonly decimals: 18;
|
|
4928
|
-
readonly name: "FTM / ETH";
|
|
4929
4961
|
}, {
|
|
4930
4962
|
readonly contractAddress: "0x81Fa0A005D9b9d5Bdf7e71b05EBA57B1c1fE3756";
|
|
4931
4963
|
readonly proxyAddress: "0xeD9960f685C3c4d6aa937E56169a41C19D0aC9c6";
|
|
@@ -4991,6 +5023,12 @@ declare const chainlinkFeeds: {
|
|
|
4991
5023
|
readonly proxyAddress: "0xD10aBbC76679a20055E167BB80A24ac851b37056";
|
|
4992
5024
|
readonly decimals: 8;
|
|
4993
5025
|
readonly name: "APE / USD";
|
|
5026
|
+
}, {
|
|
5027
|
+
readonly contractAddress: "0x89301AEed1d812B1902d25964c2206d9Fd8F3bF0";
|
|
5028
|
+
readonly proxyAddress: "0x450Ce81a7D1648ec2dcb996985c4F2ecEcbFEE96";
|
|
5029
|
+
readonly decimals: 8;
|
|
5030
|
+
readonly name: "M / USD";
|
|
5031
|
+
readonly secondaryProxyAddress: "0x7d63D6054d1cedb8f1A5618b3E2Ec0C363B40F6d";
|
|
4994
5032
|
}, {
|
|
4995
5033
|
readonly contractAddress: "0x8F73090a7c58B8BDcC9A93cBB6816e5cC4f01E8c";
|
|
4996
5034
|
readonly proxyAddress: "0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD";
|
|
@@ -5056,11 +5094,6 @@ declare const chainlinkFeeds: {
|
|
|
5056
5094
|
readonly proxyAddress: "0x86cF33a451dE9dc61a2862FD94FF4ad4Bd65A5d2";
|
|
5057
5095
|
readonly decimals: 8;
|
|
5058
5096
|
readonly name: "GRT / USD";
|
|
5059
|
-
}, {
|
|
5060
|
-
readonly contractAddress: "0x961e0E0f63e4E1eF2F8e93579195371af39A4f2D";
|
|
5061
|
-
readonly proxyAddress: "0xa20623070413d42a5C01Db2c8111640DD7A5A03a";
|
|
5062
|
-
readonly decimals: 18;
|
|
5063
|
-
readonly name: "UST / ETH";
|
|
5064
5097
|
}, {
|
|
5065
5098
|
readonly contractAddress: "0x966Dad3B93C207A9EE3a79C336145e013C5cD3fc";
|
|
5066
5099
|
readonly proxyAddress: "0xb49f677943BC038e9857d61E7d053CaA2C1734C1";
|
|
@@ -5101,21 +5134,11 @@ declare const chainlinkFeeds: {
|
|
|
5101
5134
|
readonly proxyAddress: "0xB06A26DF4Ab5853AaCCF2d21FAa00B82362684C3";
|
|
5102
5135
|
readonly decimals: 1;
|
|
5103
5136
|
readonly name: "Real Final Sales to Private Domestic Purchasers — Percent Change (Annual Rate)";
|
|
5104
|
-
}, {
|
|
5105
|
-
readonly contractAddress: "0x99BC071f317BEF648E5e84f7E0600423360C0Cd1";
|
|
5106
|
-
readonly proxyAddress: "0xad4A9bED9a5E2c1c9a6E43D35Db53c83873dd901";
|
|
5107
|
-
readonly decimals: 18;
|
|
5108
|
-
readonly name: "STBT Proof of Reserves";
|
|
5109
5137
|
}, {
|
|
5110
5138
|
readonly contractAddress: "0x9Bc91f0E55b0d6509F65fd8C4b34b89F23AEfA35";
|
|
5111
5139
|
readonly proxyAddress: "0xF0985f7E2CaBFf22CecC5a71282a89582c382EFE";
|
|
5112
5140
|
readonly decimals: 18;
|
|
5113
5141
|
readonly name: "FTT / ETH";
|
|
5114
|
-
}, {
|
|
5115
|
-
readonly contractAddress: "0x9C838bE86802377A2847EDB416755f79c7CaE8D8";
|
|
5116
|
-
readonly proxyAddress: "0xE8E65Fb9116875012F5990Ecaab290B3531DbeB9";
|
|
5117
|
-
readonly decimals: 8;
|
|
5118
|
-
readonly name: "USYC NAV - Aave LlamaRisk";
|
|
5119
5142
|
}, {
|
|
5120
5143
|
readonly contractAddress: "0x9E3AABA3B04264DD009437F48eBFD70713dd0667";
|
|
5121
5144
|
readonly proxyAddress: "0xAcFCF155a0de611414C510D43446c27a4EE6a758";
|
|
@@ -5126,11 +5149,6 @@ declare const chainlinkFeeds: {
|
|
|
5126
5149
|
readonly proxyAddress: "0x3C7dB4D25deAb7c89660512C5494Dc9A3FC40f78";
|
|
5127
5150
|
readonly decimals: 18;
|
|
5128
5151
|
readonly name: "PHP / USD";
|
|
5129
|
-
}, {
|
|
5130
|
-
readonly contractAddress: "0x9d5dcBFe48C516A1De7A2Be7981F70545Fc118Dd";
|
|
5131
|
-
readonly proxyAddress: "0xde49c7B5C0E54b1624ED21C7D88bA6593d444Aa0";
|
|
5132
|
-
readonly decimals: 6;
|
|
5133
|
-
readonly name: "USTB NAV - Aave LlamaRisk";
|
|
5134
5152
|
}, {
|
|
5135
5153
|
readonly contractAddress: "0x9df238BE059572d7211F1a1a5fEe609F979AAD2d";
|
|
5136
5154
|
readonly proxyAddress: "0x7bB7bF4ca536DbC49545704BFAcaa13633D18718";
|
|
@@ -5147,6 +5165,11 @@ declare const chainlinkFeeds: {
|
|
|
5147
5165
|
readonly proxyAddress: "0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3";
|
|
5148
5166
|
readonly decimals: 8;
|
|
5149
5167
|
readonly name: "JPY / USD";
|
|
5168
|
+
}, {
|
|
5169
|
+
readonly contractAddress: "0xA0cd5ba4B03fE29C9448652eE0aA1B10739aB22D";
|
|
5170
|
+
readonly proxyAddress: "0x66C0dB1A21047f0c156d2F39b33B1A47E9fE4583";
|
|
5171
|
+
readonly decimals: 18;
|
|
5172
|
+
readonly name: "CASH+ NAV";
|
|
5150
5173
|
}, {
|
|
5151
5174
|
readonly contractAddress: "0xA216602297953BDE22582E7B2D5633d2F404d798";
|
|
5152
5175
|
readonly proxyAddress: "0x7f0347903F413a6C4c540f39145E2a2249639931";
|
|
@@ -5373,6 +5396,11 @@ declare const chainlinkFeeds: {
|
|
|
5373
5396
|
readonly proxyAddress: "0x8350b7De6a6a2C1368E7D4Bd968190e13E354297";
|
|
5374
5397
|
readonly decimals: 8;
|
|
5375
5398
|
readonly name: "TBTC / USD";
|
|
5399
|
+
}, {
|
|
5400
|
+
readonly contractAddress: "0xE1f7a8C74661A188FE6F340777CFbc5F5654628B";
|
|
5401
|
+
readonly proxyAddress: "0x83BefF09647663136A00cF2C30Ed948FeaffA2a6";
|
|
5402
|
+
readonly decimals: 8;
|
|
5403
|
+
readonly name: "M Reserves";
|
|
5376
5404
|
}, {
|
|
5377
5405
|
readonly contractAddress: "0xE5490FcdFe66b1680f2b4c09f81149f0C285a2E3";
|
|
5378
5406
|
readonly proxyAddress: "0x60cbE8D88EF519cF3C62414D76f50818D211fea1";
|
|
@@ -5581,16 +5609,16 @@ declare const chainlinkFeeds: {
|
|
|
5581
5609
|
readonly proxyAddress: "0x269f871c80b50a5cF34cDfCfEC11460adA4D66f1";
|
|
5582
5610
|
readonly decimals: 8;
|
|
5583
5611
|
readonly name: "goUSD Reserves";
|
|
5612
|
+
}, {
|
|
5613
|
+
readonly contractAddress: "0xcf8683fFdFC4b871DF35D05bc763F239612e7272";
|
|
5614
|
+
readonly proxyAddress: "0x23adce82907D20c509101E2Af0723A9e16224EFb";
|
|
5615
|
+
readonly decimals: 6;
|
|
5616
|
+
readonly name: "JTRSY NAV - Aave LlamaGuard";
|
|
5584
5617
|
}, {
|
|
5585
5618
|
readonly contractAddress: "0xd22697ca59B59D21C2B60F9668d3b58d816B3724";
|
|
5586
5619
|
readonly proxyAddress: "0xBc8f5e8B47D69fa10A4B64eC5B45b466f81B77CA";
|
|
5587
5620
|
readonly decimals: 8;
|
|
5588
5621
|
readonly name: "Secured Overnight Financing Rate";
|
|
5589
|
-
}, {
|
|
5590
|
-
readonly contractAddress: "0xd5090674b4653240cd94eE886484ca808c6E6694";
|
|
5591
|
-
readonly proxyAddress: "0xe20CA8D7546932360e37E9D72c1a47334af57706";
|
|
5592
|
-
readonly decimals: 18;
|
|
5593
|
-
readonly name: "AMPL / USD";
|
|
5594
5622
|
}, {
|
|
5595
5623
|
readonly contractAddress: "0xd5BC4e3c7e77A5776fD9D0DDe8471B8B4aEc10f5";
|
|
5596
5624
|
readonly proxyAddress: "0x289B5036cd942e619E1Ee48670F98d214E745AAC";
|
|
@@ -5719,11 +5747,21 @@ declare const chainlinkFeeds: {
|
|
|
5719
5747
|
readonly proxyAddress: "0x05950959B6d876ae0fed1BBe5Caa2d74d8659D59";
|
|
5720
5748
|
readonly decimals: 8;
|
|
5721
5749
|
readonly name: "sUSDe / USD";
|
|
5750
|
+
}, {
|
|
5751
|
+
readonly contractAddress: "0x067c8e71158C902Da7eD51712095663Aa90cFB0c";
|
|
5752
|
+
readonly proxyAddress: "0xa29660E9B69da3399141cBDDFb819451b1d530Ae";
|
|
5753
|
+
readonly decimals: 6;
|
|
5754
|
+
readonly name: "Virtune XRP ETP / Proof of Reserves";
|
|
5722
5755
|
}, {
|
|
5723
5756
|
readonly contractAddress: "0x070c58467E2a9b55B094936F500c297C84020c68";
|
|
5724
5757
|
readonly proxyAddress: "0x8158d24603296Ce54ba903c7D5299E3B6744b555";
|
|
5725
5758
|
readonly decimals: 1;
|
|
5726
5759
|
readonly name: "PCE Price Index — Percent Change (Annual Rate)";
|
|
5760
|
+
}, {
|
|
5761
|
+
readonly contractAddress: "0x084a31e46d1cf4A301442A704FD6Db5c6848A668";
|
|
5762
|
+
readonly proxyAddress: "0x895eAD698bc4C34ad2863a20932f0d5E7896F11c";
|
|
5763
|
+
readonly decimals: 9;
|
|
5764
|
+
readonly name: "Virtune Staked Solana ETP / Proof of Reserves";
|
|
5727
5765
|
}, {
|
|
5728
5766
|
readonly contractAddress: "0x0C1272d2aC652D10d03bb4dEB0D31F15ea3EAb2b";
|
|
5729
5767
|
readonly proxyAddress: "0xD702DD976Fb76Fffc2D3963D037dfDae5b04E593";
|
|
@@ -5879,11 +5917,6 @@ declare const chainlinkFeeds: {
|
|
|
5879
5917
|
readonly proxyAddress: "0x48f2EcF0Bd180239AEF474a9da945F2e2d41daA3";
|
|
5880
5918
|
readonly decimals: 8;
|
|
5881
5919
|
readonly name: "APT / USD";
|
|
5882
|
-
}, {
|
|
5883
|
-
readonly contractAddress: "0x381FA26795F866c7FE760C0cca682f0f2563ad56";
|
|
5884
|
-
readonly proxyAddress: "0x0f2Ed59657e391746C1a097BDa98F2aBb94b1120";
|
|
5885
|
-
readonly decimals: 8;
|
|
5886
|
-
readonly name: "VELO / USD";
|
|
5887
5920
|
}, {
|
|
5888
5921
|
readonly contractAddress: "0x384547665C7BF2bb7927E67A8a321E9a0c91Fe59";
|
|
5889
5922
|
readonly proxyAddress: "0x89178957E9bD07934d7792fFc0CF39f11c8C2B1F";
|
|
@@ -5924,6 +5957,11 @@ declare const chainlinkFeeds: {
|
|
|
5924
5957
|
readonly proxyAddress: "0x607b417DF51e0E1ed3A12fDb7FC0e8307ED250F3";
|
|
5925
5958
|
readonly decimals: 8;
|
|
5926
5959
|
readonly name: "MKR / USD";
|
|
5960
|
+
}, {
|
|
5961
|
+
readonly contractAddress: "0x4713B96931c490F1B66D25cc2ac96Eb0AAFa2ac3";
|
|
5962
|
+
readonly proxyAddress: "0x0f2Ed59657e391746C1a097BDa98F2aBb94b1120";
|
|
5963
|
+
readonly decimals: 8;
|
|
5964
|
+
readonly name: "VELODROME / USD";
|
|
5927
5965
|
}, {
|
|
5928
5966
|
readonly contractAddress: "0x491A63E35688F90780fE57610679D0cfb91a43Fe";
|
|
5929
5967
|
readonly proxyAddress: "0x30F6ffb911ac7B9aDF471f28366ce1826C05776e";
|
|
@@ -6049,6 +6087,11 @@ declare const chainlinkFeeds: {
|
|
|
6049
6087
|
readonly proxyAddress: "0x39be70E93D2D285C9E71be7f70FC5a45A7777B14";
|
|
6050
6088
|
readonly decimals: 8;
|
|
6051
6089
|
readonly name: "AUD / USD";
|
|
6090
|
+
}, {
|
|
6091
|
+
readonly contractAddress: "0x6B89879aC4c699d89673BD2ff3464916fB10Cf65";
|
|
6092
|
+
readonly proxyAddress: "0xcFdb47A0c2CBF1eBED49b03BC6D15954C81004dB";
|
|
6093
|
+
readonly decimals: 18;
|
|
6094
|
+
readonly name: "YETH-ETH Exchange Rate";
|
|
6052
6095
|
}, {
|
|
6053
6096
|
readonly contractAddress: "0x6D95344ba8d22a7d1C5BF1822ed80A70f411740a";
|
|
6054
6097
|
readonly proxyAddress: "0x5cdC797acCBf57EE2363Fed9701262Abc87a232e";
|
|
@@ -6159,6 +6202,11 @@ declare const chainlinkFeeds: {
|
|
|
6159
6202
|
readonly proxyAddress: "0xC6066533917f034Cf610c08e1fe5e9c7eADe0f54";
|
|
6160
6203
|
readonly decimals: 8;
|
|
6161
6204
|
readonly name: "DOGE / USD";
|
|
6205
|
+
}, {
|
|
6206
|
+
readonly contractAddress: "0x8d486D0E63cc20df15C9426A0Ff74f0F2BD5a709";
|
|
6207
|
+
readonly proxyAddress: "0xFCdb9EaD2F752AD002Cdf8FcB08Caac4A3402375";
|
|
6208
|
+
readonly decimals: 0;
|
|
6209
|
+
readonly name: "AAVE Network Emergency Count (Optimism)";
|
|
6162
6210
|
}, {
|
|
6163
6211
|
readonly contractAddress: "0x903F58eE6d6c3c2Ca26427c8F917F6aE515827B1";
|
|
6164
6212
|
readonly proxyAddress: "0x64Ecf089a6594Be781908D5a26FC8fA6CB08A2C7";
|
|
@@ -6344,11 +6392,21 @@ declare const chainlinkFeeds: {
|
|
|
6344
6392
|
readonly proxyAddress: "0x464A1515ADc20de946f8d0DEB99cead8CEAE310d";
|
|
6345
6393
|
readonly decimals: 18;
|
|
6346
6394
|
readonly name: "LINK / ETH";
|
|
6395
|
+
}, {
|
|
6396
|
+
readonly contractAddress: "0xE8A9ddc8F8c9632B3CdB49481D87ac0e2B81A837";
|
|
6397
|
+
readonly proxyAddress: "0xa9d0B1F1D7b5C4129b27EcE9a4562B32dB33343C";
|
|
6398
|
+
readonly decimals: 18;
|
|
6399
|
+
readonly name: "Virtune Avalanche ETP / Proof of Reserves";
|
|
6347
6400
|
}, {
|
|
6348
6401
|
readonly contractAddress: "0xF030366b47eB1a9b14AD570381d29647E40955Af";
|
|
6349
6402
|
readonly proxyAddress: "0x28e67BAeEB5dE7A788f3Dde6CF6ee491369Bb3Fa";
|
|
6350
6403
|
readonly decimals: 8;
|
|
6351
6404
|
readonly name: "DOT / USD";
|
|
6405
|
+
}, {
|
|
6406
|
+
readonly contractAddress: "0xF46ef0157B8ccD16340f6e4DD841F20cc180bF91";
|
|
6407
|
+
readonly proxyAddress: "0x0C194aE5819c4631c58A2849051b269e57A3B657";
|
|
6408
|
+
readonly decimals: 18;
|
|
6409
|
+
readonly name: "YBTC-BTC Exchange Rate";
|
|
6352
6410
|
}, {
|
|
6353
6411
|
readonly contractAddress: "0xa2a740744C8222d15B6343B71951a68f8Fcc69b7";
|
|
6354
6412
|
readonly proxyAddress: "0x6f6cED6B096708C1276056fdBdb7BbDe07Ca462C";
|
|
@@ -6735,6 +6793,11 @@ declare const chainlinkFeeds: {
|
|
|
6735
6793
|
readonly proxyAddress: "0x12bf0C3f7D5aca9E711930d704dA2774358d9210";
|
|
6736
6794
|
readonly decimals: 8;
|
|
6737
6795
|
readonly name: "KAVA / USD";
|
|
6796
|
+
}, {
|
|
6797
|
+
readonly contractAddress: "0x4DCda6E12E11dA8656dCE2fcC743fc98B0bfb469";
|
|
6798
|
+
readonly proxyAddress: "0xad2388190FCDc5f1d17ef5cB3106E8b781C9193d";
|
|
6799
|
+
readonly decimals: 18;
|
|
6800
|
+
readonly name: "CASH+ NAV";
|
|
6738
6801
|
}, {
|
|
6739
6802
|
readonly contractAddress: "0x4b09a53349F9a59015521406CE580fD2E40d4E36";
|
|
6740
6803
|
readonly proxyAddress: "0x9ef1B8c0E4F7dc8bF5719Ea496883DC6401d5b2e";
|
|
@@ -6805,6 +6868,11 @@ declare const chainlinkFeeds: {
|
|
|
6805
6868
|
readonly proxyAddress: "0x889158E39628C0397DC54B84F6b1cbe0AaEb7FFc";
|
|
6806
6869
|
readonly decimals: 8;
|
|
6807
6870
|
readonly name: "C98 / USD";
|
|
6871
|
+
}, {
|
|
6872
|
+
readonly contractAddress: "0x619d639011C49ABCa05680e87A3cAA56Aef58Ae8";
|
|
6873
|
+
readonly proxyAddress: "0x21042b1b70602ae936E74d34F012aafE578dAf04";
|
|
6874
|
+
readonly decimals: 6;
|
|
6875
|
+
readonly name: "JAAA NAV";
|
|
6808
6876
|
}, {
|
|
6809
6877
|
readonly contractAddress: "0x61cfCa48C17dD57ddabf909e059979067738682F";
|
|
6810
6878
|
readonly proxyAddress: "0x68ff0d4499c68Cf4471143930422ae8F17f6Cd58";
|
|
@@ -6825,6 +6893,11 @@ declare const chainlinkFeeds: {
|
|
|
6825
6893
|
readonly proxyAddress: "0xD164a1559e78B9e6eacb12B2E627F31d2f603C0f";
|
|
6826
6894
|
readonly decimals: 18;
|
|
6827
6895
|
readonly name: "ezETH / ETH";
|
|
6896
|
+
}, {
|
|
6897
|
+
readonly contractAddress: "0x67AF9BF189380E91bF59a4EA0c7cCd9B710d6786";
|
|
6898
|
+
readonly proxyAddress: "0x337B4889fed5557595c37a45c1BB9b057cC670AE";
|
|
6899
|
+
readonly decimals: 18;
|
|
6900
|
+
readonly name: "YETH-ETH Exchange Rate";
|
|
6828
6901
|
}, {
|
|
6829
6902
|
readonly contractAddress: "0x696D72992Bc7a8D776E52c27ae68c5Bb6b695158";
|
|
6830
6903
|
readonly proxyAddress: "0x1CcaD765D39Aa2060eB4f6dD94e5874db786C16f";
|
|
@@ -6920,11 +6993,6 @@ declare const chainlinkFeeds: {
|
|
|
6920
6993
|
readonly proxyAddress: "0xE188A9875af525d25334d75F3327863B2b8cd0F1";
|
|
6921
6994
|
readonly decimals: 8;
|
|
6922
6995
|
readonly name: "SXP / USD";
|
|
6923
|
-
}, {
|
|
6924
|
-
readonly contractAddress: "0x8BA079abb76AEFF5C3592c540a3Ea1Da79DFf7ef";
|
|
6925
|
-
readonly proxyAddress: "0xe2A47e87C0f4134c8D06A41975F6860468b2F925";
|
|
6926
|
-
readonly decimals: 8;
|
|
6927
|
-
readonly name: "FTM / USD";
|
|
6928
6996
|
}, {
|
|
6929
6997
|
readonly contractAddress: "0x8C328f0Deca45Eb4D1d3c36d06f77815E11b6791";
|
|
6930
6998
|
readonly proxyAddress: "0x02Bfe714e78E2Ad1bb1C2beE93eC8dc5423B66d4";
|
|
@@ -7020,6 +7088,11 @@ declare const chainlinkFeeds: {
|
|
|
7020
7088
|
readonly proxyAddress: "0x964261740356cB4aaD0C3D2003Ce808A4176a46d";
|
|
7021
7089
|
readonly decimals: 8;
|
|
7022
7090
|
readonly name: "CHF / USD";
|
|
7091
|
+
}, {
|
|
7092
|
+
readonly contractAddress: "0xB129eBe516ee88C1dDA86b79FB9333C7E16f990E";
|
|
7093
|
+
readonly proxyAddress: "0x19995C3f82Ea476ae6c635BBbcb81c43030089eb";
|
|
7094
|
+
readonly decimals: 18;
|
|
7095
|
+
readonly name: "WSRUSD-RUSD Exchange Rate";
|
|
7023
7096
|
}, {
|
|
7024
7097
|
readonly contractAddress: "0xB239fBE4A78521023A4D2CA0069EfE04F49ca4B1";
|
|
7025
7098
|
readonly proxyAddress: "0xDE1952A1bF53f8E558cc761ad2564884E55B2c6F";
|
|
@@ -7120,6 +7193,11 @@ declare const chainlinkFeeds: {
|
|
|
7120
7193
|
readonly proxyAddress: "0xD3F669EF5C364C14d353F46b1D1a048A846e00f1";
|
|
7121
7194
|
readonly decimals: 8;
|
|
7122
7195
|
readonly name: "WLFI / USD";
|
|
7196
|
+
}, {
|
|
7197
|
+
readonly contractAddress: "0xEb2Fb95866285e731E2666669Cb6C362C3Ad06CD";
|
|
7198
|
+
readonly proxyAddress: "0xE9736eB458b0741e781E460228b9e5291488F7cE";
|
|
7199
|
+
readonly decimals: 8;
|
|
7200
|
+
readonly name: "MUSD / USD";
|
|
7123
7201
|
}, {
|
|
7124
7202
|
readonly contractAddress: "0xEe38B8F8B17Baa11ca558a3214E3261527a044cf";
|
|
7125
7203
|
readonly proxyAddress: "0x20123C6ebd45c6496102BeEA86e1a6616Ca547c6";
|
|
@@ -7140,6 +7218,11 @@ declare const chainlinkFeeds: {
|
|
|
7140
7218
|
readonly proxyAddress: "0xdF4Dd957a84F798acFADd448badd2D8b9bC99047";
|
|
7141
7219
|
readonly decimals: 8;
|
|
7142
7220
|
readonly name: "HIGH / USD";
|
|
7221
|
+
}, {
|
|
7222
|
+
readonly contractAddress: "0xFA3072f7c8EACD26bd37b2743319d4A59401BAea";
|
|
7223
|
+
readonly proxyAddress: "0xfD5D618c3Ee64c6716876B02e26690811DF86508";
|
|
7224
|
+
readonly decimals: 6;
|
|
7225
|
+
readonly name: "JTRSY NAV";
|
|
7143
7226
|
}, {
|
|
7144
7227
|
readonly contractAddress: "0xFE0b7A81528776e6ED1456B81620b1551EcD3Bc9";
|
|
7145
7228
|
readonly proxyAddress: "0x2a548935a323Bb7329a5E3F1667B979f16Bc890b";
|
|
@@ -7170,11 +7253,6 @@ declare const chainlinkFeeds: {
|
|
|
7170
7253
|
readonly proxyAddress: "0xc4429B539397a3166eF3ef132c29e34715a3ABb4";
|
|
7171
7254
|
readonly decimals: 8;
|
|
7172
7255
|
readonly name: "Calculated BNBx / USD";
|
|
7173
|
-
}, {
|
|
7174
|
-
readonly contractAddress: "0xaAE06edcF9c064f2F73cA264b6aB6a8d86F023C2";
|
|
7175
|
-
readonly proxyAddress: "0x38393201952f2764E04B290af9df427217D56B41";
|
|
7176
|
-
readonly decimals: 8;
|
|
7177
|
-
readonly name: "LINA / USD";
|
|
7178
7256
|
}, {
|
|
7179
7257
|
readonly contractAddress: "0xaB5bade5d88dD07da54d5df87d05d67fAfe977a0";
|
|
7180
7258
|
readonly proxyAddress: "0x5974855ce31EE8E1fff2e76591CbF83D7110F151";
|
|
@@ -7295,6 +7373,11 @@ declare const chainlinkFeeds: {
|
|
|
7295
7373
|
readonly proxyAddress: "0xed93F3764334788f2f6628b30e505fe1fc5d1D7b";
|
|
7296
7374
|
readonly decimals: 18;
|
|
7297
7375
|
readonly name: "EOS / BNB";
|
|
7376
|
+
}, {
|
|
7377
|
+
readonly contractAddress: "0xee4d561AB9A05599c13AC5AB807fb538b6832570";
|
|
7378
|
+
readonly proxyAddress: "0x0776362fF16beA8858e4F6bCA8d351941B75EbA1";
|
|
7379
|
+
readonly decimals: 18;
|
|
7380
|
+
readonly name: "YBTC-BTC Exchange Rate";
|
|
7298
7381
|
}, {
|
|
7299
7382
|
readonly contractAddress: "0xf0A05b001A5cAf01870E7C6C2745621B153dC14b";
|
|
7300
7383
|
readonly proxyAddress: "0x86896fEB19D8A607c3b11f2aF50A0f239Bd71CD0";
|
|
@@ -7632,11 +7715,6 @@ declare const chainlinkFeeds: {
|
|
|
7632
7715
|
readonly proxyAddress: "0xf9184b8E5da48C19fA4E06f83f77742e748cca96";
|
|
7633
7716
|
readonly decimals: 8;
|
|
7634
7717
|
readonly name: "AMZN / USD";
|
|
7635
|
-
}, {
|
|
7636
|
-
readonly contractAddress: "0x29Bb8Eb15A325D69FeC2A1E311EEF58df3AF1202";
|
|
7637
|
-
readonly proxyAddress: "0x9b88d07B2354eF5f4579690356818e07371c7BeD";
|
|
7638
|
-
readonly decimals: 8;
|
|
7639
|
-
readonly name: "AGEUR / USD";
|
|
7640
7718
|
}, {
|
|
7641
7719
|
readonly contractAddress: "0x2AeBE03d31e904AdE377f651F9A75519d5d61135";
|
|
7642
7720
|
readonly proxyAddress: "0xbaf9327b6564454F4a3364C33eFeEf032b4b4444";
|
|
@@ -7697,6 +7775,11 @@ declare const chainlinkFeeds: {
|
|
|
7697
7775
|
readonly proxyAddress: "0x171b16562EA3476F5C61d1b8dad031DbA0768545";
|
|
7698
7776
|
readonly decimals: 8;
|
|
7699
7777
|
readonly name: "MXN / USD";
|
|
7778
|
+
}, {
|
|
7779
|
+
readonly contractAddress: "0x3F50946E432D9E6cf0fD3Ab84E352c6223f4C7d2";
|
|
7780
|
+
readonly proxyAddress: "0x70c69A2756AB7911EbD15DF88E1D4989BC4109d7";
|
|
7781
|
+
readonly decimals: 8;
|
|
7782
|
+
readonly name: "RDNT / USD";
|
|
7700
7783
|
}, {
|
|
7701
7784
|
readonly contractAddress: "0x3Fe9c5D69C4857a1b38A6e11C374BfEa2042C952";
|
|
7702
7785
|
readonly proxyAddress: "0xF7F291042F6Cbc4deC0Ad75c17786511a530dbe8";
|
|
@@ -7957,6 +8040,11 @@ declare const chainlinkFeeds: {
|
|
|
7957
8040
|
readonly proxyAddress: "0x785ba89291f676b5386652eB12b30cF361020694";
|
|
7958
8041
|
readonly decimals: 8;
|
|
7959
8042
|
readonly name: "XRP / USD";
|
|
8043
|
+
}, {
|
|
8044
|
+
readonly contractAddress: "0x8fD4d4c037d8650FaAa5F664102b1af991B80164";
|
|
8045
|
+
readonly proxyAddress: "0xAc4193Cf0F28937f54BaB591e5FBdeB5c5D05a2f";
|
|
8046
|
+
readonly decimals: 18;
|
|
8047
|
+
readonly name: "YBTC-BTC Exchange Rate";
|
|
7960
8048
|
}, {
|
|
7961
8049
|
readonly contractAddress: "0x913dd0a902447c66b701F09eC71C97d9E218596c";
|
|
7962
8050
|
readonly proxyAddress: "0x6b20c92A1D73A9232383DEcD698Ff559eFa0c31A";
|
|
@@ -8002,6 +8090,11 @@ declare const chainlinkFeeds: {
|
|
|
8002
8090
|
readonly proxyAddress: "0xd78325DcA0F90F0FFe53cCeA1B02Bb12E1bf8FdB";
|
|
8003
8091
|
readonly decimals: 8;
|
|
8004
8092
|
readonly name: "TRY / USD";
|
|
8093
|
+
}, {
|
|
8094
|
+
readonly contractAddress: "0x9E46Fe078D48FedD6850769e6b632087120F906D";
|
|
8095
|
+
readonly proxyAddress: "0x718Bc433B74C591EBAfC13703CD9bDfcffD5B2A9";
|
|
8096
|
+
readonly decimals: 18;
|
|
8097
|
+
readonly name: "YETH-ETH Exchange Rate";
|
|
8005
8098
|
}, {
|
|
8006
8099
|
readonly contractAddress: "0x9F8BE614411168952D53F37d915B57a8327ED887";
|
|
8007
8100
|
readonly proxyAddress: "0xbF90A5D9B6EE9019028dbFc2a9E50056d5252894";
|
|
@@ -8132,6 +8225,11 @@ declare const chainlinkFeeds: {
|
|
|
8132
8225
|
readonly proxyAddress: "0x3710abeb1A0Fc7C2EC59C26c8DAA7a448ff6125A";
|
|
8133
8226
|
readonly decimals: 8;
|
|
8134
8227
|
readonly name: "SHIB / USD";
|
|
8228
|
+
}, {
|
|
8229
|
+
readonly contractAddress: "0xFDE309545743faDcD64a44A792cbdDE8F5A4d11e";
|
|
8230
|
+
readonly proxyAddress: "0x9b88d07B2354eF5f4579690356818e07371c7BeD";
|
|
8231
|
+
readonly decimals: 8;
|
|
8232
|
+
readonly name: "EURA / USD";
|
|
8135
8233
|
}, {
|
|
8136
8234
|
readonly contractAddress: "0xFc60685f01ec3E35bfcDB4A704f51513b3738e47";
|
|
8137
8235
|
readonly proxyAddress: "0x3D49406EDd4D52Fb7FFd25485f32E073b529C924";
|
|
@@ -8288,6 +8386,11 @@ declare const chainlinkFeeds: {
|
|
|
8288
8386
|
readonly proxyAddress: "0xb1061E9ab9fC2e9e2f7a036f8e3c287D7395d671";
|
|
8289
8387
|
readonly decimals: 8;
|
|
8290
8388
|
readonly name: "GHO / USD";
|
|
8389
|
+
}, {
|
|
8390
|
+
readonly contractAddress: "0x0043D0F4fe99c1e23C30FACf485a46F3607D56Ee";
|
|
8391
|
+
readonly proxyAddress: "0x4a61dB12d0Cb4293d799ecdD82e5994B5746f850";
|
|
8392
|
+
readonly decimals: 18;
|
|
8393
|
+
readonly name: "Fraxtal sdUSD-DUSD Exchange Rate";
|
|
8291
8394
|
}, {
|
|
8292
8395
|
readonly contractAddress: "0x01dF8F64052f03c0ba20769d3152F83B9B0A19C2";
|
|
8293
8396
|
readonly proxyAddress: "0x1654Df3d2543717534eE1c38eb9aF5F0407Ec708";
|
|
@@ -8453,6 +8556,11 @@ declare const chainlinkFeeds: {
|
|
|
8453
8556
|
readonly proxyAddress: "0xA8bed2F8cddD243D894fa629bf1F845A7100ecc8";
|
|
8454
8557
|
readonly decimals: 8;
|
|
8455
8558
|
readonly name: "YBTC-BTC Exchange Rate";
|
|
8559
|
+
}, {
|
|
8560
|
+
readonly contractAddress: "0xDA366BD61066b057f1503981D11A0682dbD076e3";
|
|
8561
|
+
readonly proxyAddress: "0x0002C2AFABde457C8CF3C4ECB79a49d26ce8Ecd5";
|
|
8562
|
+
readonly decimals: 18;
|
|
8563
|
+
readonly name: "Sonic sdUSD-DUSD Exchange Rate";
|
|
8456
8564
|
}, {
|
|
8457
8565
|
readonly contractAddress: "0xE7DA1DCCb395C6485002b9f72cbf6625e74eF5af";
|
|
8458
8566
|
readonly proxyAddress: "0xdB17996a889706Bd67771dEa59E0Bf9453aF0CE4";
|
|
@@ -8699,12 +8807,22 @@ declare const chainlinkFeeds: {
|
|
|
8699
8807
|
readonly proxyAddress: "0x498232F0a52D4e94A6e0Ea93D63C07Bc63133009";
|
|
8700
8808
|
readonly decimals: 8;
|
|
8701
8809
|
readonly name: "SOL / USD";
|
|
8810
|
+
}, {
|
|
8811
|
+
readonly contractAddress: "0xd224627141587450c3ee7CBEa96465C5b25f51Cd";
|
|
8812
|
+
readonly proxyAddress: "0x1B242BEfc3008E8590Fc7aca27C74592CdEce6e3";
|
|
8813
|
+
readonly decimals: 0;
|
|
8814
|
+
readonly name: "AAVE Network Emergency Count (ZKSync)";
|
|
8702
8815
|
}];
|
|
8703
8816
|
readonly "1088": readonly [{
|
|
8704
8817
|
readonly contractAddress: "0x0F13cfAE20B3df71EEEFd67a260ECf0CF15629fA";
|
|
8705
8818
|
readonly proxyAddress: "0x51Ed8Fecf96813826F727CaBDF01b3cF6a61373e";
|
|
8706
8819
|
readonly decimals: 8;
|
|
8707
8820
|
readonly name: "BTC / USD";
|
|
8821
|
+
}, {
|
|
8822
|
+
readonly contractAddress: "0x0f05008C8DF5C789a294F22EfAA13cFd6527FE79";
|
|
8823
|
+
readonly proxyAddress: "0x576855A9C189f42AcE61B784A9c049F51937f482";
|
|
8824
|
+
readonly decimals: 0;
|
|
8825
|
+
readonly name: "AAVE Network Emergency Count (Metis)";
|
|
8708
8826
|
}, {
|
|
8709
8827
|
readonly contractAddress: "0x2d338D3b5AF189984A03c6785899Cc681aBe6C4B";
|
|
8710
8828
|
readonly proxyAddress: "0xe0351cAAE70B5AdBD0107cD5331AD1D79c4c1CA1";
|
|
@@ -8816,6 +8934,11 @@ declare const chainlinkFeeds: {
|
|
|
8816
8934
|
readonly proxyAddress: "0x316DefA0f4BA9567aF55E66212e66b4fD6646eEE";
|
|
8817
8935
|
readonly decimals: 8;
|
|
8818
8936
|
readonly name: "USR / USD";
|
|
8937
|
+
}, {
|
|
8938
|
+
readonly contractAddress: "0x6f62886C41455aDf1B9791e36EAB505283f1e094";
|
|
8939
|
+
readonly proxyAddress: "0x877654fE4da2FC54453a212aac601247b2A1B786";
|
|
8940
|
+
readonly decimals: 18;
|
|
8941
|
+
readonly name: "USR-USD Exchange Rate";
|
|
8819
8942
|
}, {
|
|
8820
8943
|
readonly contractAddress: "0x7DCcF223c077e8D1e2297d7788Bb6E62af89dFc9";
|
|
8821
8944
|
readonly proxyAddress: "0xF049354158e13F6794A3cCD236694E0e1BD9AF79";
|
|
@@ -8826,6 +8949,11 @@ declare const chainlinkFeeds: {
|
|
|
8826
8949
|
readonly proxyAddress: "0x4516fDa3259110EefAfC6fBcE266417B3F3b985a";
|
|
8827
8950
|
readonly decimals: 18;
|
|
8828
8951
|
readonly name: "wstETH / ETH";
|
|
8952
|
+
}, {
|
|
8953
|
+
readonly contractAddress: "0x9074BC1EE208CCc5d238db98ebCEaE5b9294B98D";
|
|
8954
|
+
readonly proxyAddress: "0x1A26E1197F86E8938FdFa11bA1597dE8e211a8B0";
|
|
8955
|
+
readonly decimals: 0;
|
|
8956
|
+
readonly name: "AAVE Network Emergency Count (Soneium)";
|
|
8829
8957
|
}, {
|
|
8830
8958
|
readonly contractAddress: "0x920Da28054962be155E319AE716a08e96cb9334D";
|
|
8831
8959
|
readonly proxyAddress: "0x4f80347FE3579859232e1e8E0735020C008408cB";
|
|
@@ -9013,6 +9141,12 @@ declare const chainlinkFeeds: {
|
|
|
9013
9141
|
readonly proxyAddress: "0xB88BAc61a4Ca37C43a3725912B1f472c9A5bc061";
|
|
9014
9142
|
readonly decimals: 18;
|
|
9015
9143
|
readonly name: "wstETH-stETH Exchange Rate";
|
|
9144
|
+
}, {
|
|
9145
|
+
readonly contractAddress: "0x042fc0bA0684eDE99b751b0931B6D1F590758994";
|
|
9146
|
+
readonly proxyAddress: "0x9867186e52d2F1C2c565CDA6E747101Fa56501e0";
|
|
9147
|
+
readonly decimals: 8;
|
|
9148
|
+
readonly name: "EURC / USD";
|
|
9149
|
+
readonly secondaryProxyAddress: "0x8a55b7aB579321Eb1adb54Bc770308EA0378E287";
|
|
9016
9150
|
}, {
|
|
9017
9151
|
readonly contractAddress: "0x04d3d700150E03eD1Df763363D746F0E9dEE3BDD";
|
|
9018
9152
|
readonly proxyAddress: "0xD89c7fFB39C44b17EAecd8717a75A36c19C07582";
|
|
@@ -9058,6 +9192,12 @@ declare const chainlinkFeeds: {
|
|
|
9058
9192
|
readonly proxyAddress: "0x4a595E0a62E50A2E5eC95A70c8E612F9746af006";
|
|
9059
9193
|
readonly decimals: 8;
|
|
9060
9194
|
readonly name: "USR / USD";
|
|
9195
|
+
}, {
|
|
9196
|
+
readonly contractAddress: "0x0fB39aE1d48Faf8CA5ea8DbF7e134e07386A7877";
|
|
9197
|
+
readonly proxyAddress: "0x458138Fc0D67027E9A6778ef40a6ffC318c69061";
|
|
9198
|
+
readonly decimals: 8;
|
|
9199
|
+
readonly name: "USDC / USD";
|
|
9200
|
+
readonly secondaryProxyAddress: "0x1550207eAeB590D1557a6E6C066D3d57B5A4Dc65";
|
|
9061
9201
|
}, {
|
|
9062
9202
|
readonly contractAddress: "0x11884a84125eCbC089291cA85288352feC2630de";
|
|
9063
9203
|
readonly proxyAddress: "0x311D3A3faA1d5939c681E33C2CDAc041FF388EB2";
|
|
@@ -9078,6 +9218,12 @@ declare const chainlinkFeeds: {
|
|
|
9078
9218
|
readonly proxyAddress: "0x81575495532fB311Efc5C993B612564274F0949b";
|
|
9079
9219
|
readonly decimals: 8;
|
|
9080
9220
|
readonly name: "SGD / USD";
|
|
9221
|
+
}, {
|
|
9222
|
+
readonly contractAddress: "0x137233996b6586a110bb7a753248e26CC0307b1B";
|
|
9223
|
+
readonly proxyAddress: "0x32F587986D3fb47601157c19615d568BeD0BCabc";
|
|
9224
|
+
readonly decimals: 8;
|
|
9225
|
+
readonly name: "BTC / USD";
|
|
9226
|
+
readonly secondaryProxyAddress: "0x3A932b286715abc4A86a4ACAF68A6cdD89E0d446";
|
|
9081
9227
|
}, {
|
|
9082
9228
|
readonly contractAddress: "0x1564DF754C268d6402e1d5D55C288A83ABd9f5EC";
|
|
9083
9229
|
readonly proxyAddress: "0x8004571d9f54dE016fc3D448e7AEe2d70947727A";
|
|
@@ -9138,6 +9284,11 @@ declare const chainlinkFeeds: {
|
|
|
9138
9284
|
readonly proxyAddress: "0xc5E65227fe3385B88468F9A01600017cDC9F3A12";
|
|
9139
9285
|
readonly decimals: 18;
|
|
9140
9286
|
readonly name: "LINK / ETH";
|
|
9287
|
+
}, {
|
|
9288
|
+
readonly contractAddress: "0x29633dce259AAcfccf8F26B97B05EE7fD921dE7F";
|
|
9289
|
+
readonly proxyAddress: "0x4aEE0164400FE35B6b400F2d767A618Bcb96a02D";
|
|
9290
|
+
readonly decimals: 8;
|
|
9291
|
+
readonly name: "DOLA / USD";
|
|
9141
9292
|
}, {
|
|
9142
9293
|
readonly contractAddress: "0x29a0BF5D5e677d38f7AbBd4d292895a3574796C0";
|
|
9143
9294
|
readonly proxyAddress: "0x790181e93e9F4Eedb5b864860C12e4d2CffFe73B";
|
|
@@ -9233,6 +9384,12 @@ declare const chainlinkFeeds: {
|
|
|
9233
9384
|
readonly proxyAddress: "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F";
|
|
9234
9385
|
readonly decimals: 8;
|
|
9235
9386
|
readonly name: "EUR / USD";
|
|
9387
|
+
}, {
|
|
9388
|
+
readonly contractAddress: "0x4b6F092e0e13B94fFAF2C59aAbDEb85a5342e9C1";
|
|
9389
|
+
readonly proxyAddress: "0x65B5d02E1Fff839b8B67Fa26F8540e5f11454316";
|
|
9390
|
+
readonly decimals: 8;
|
|
9391
|
+
readonly name: "AAVE / USD";
|
|
9392
|
+
readonly secondaryProxyAddress: "0xAAEbc0287EC3BF3fe56fCA1E4bcC793b219De551";
|
|
9236
9393
|
}, {
|
|
9237
9394
|
readonly contractAddress: "0x4d07037b0cFeebb796e54D88F6304675FD30EB6d";
|
|
9238
9395
|
readonly proxyAddress: "0x0594c1a01375c1151c2ca78BE4870836EbFA9846";
|
|
@@ -9318,6 +9475,12 @@ declare const chainlinkFeeds: {
|
|
|
9318
9475
|
readonly proxyAddress: "0x79cf4a31B29D69191f0b6E97916eB93FEB81E533";
|
|
9319
9476
|
readonly decimals: 8;
|
|
9320
9477
|
readonly name: "sUSDe / USD";
|
|
9478
|
+
}, {
|
|
9479
|
+
readonly contractAddress: "0x68358e8E49138E89af9d3E55Cc66Bc44f6025d0f";
|
|
9480
|
+
readonly proxyAddress: "0x1B5FEF61Ff9B690364359b03cC07E060b12Bd3C1";
|
|
9481
|
+
readonly decimals: 8;
|
|
9482
|
+
readonly name: "GHO / USD";
|
|
9483
|
+
readonly secondaryProxyAddress: "0xd8CA171B6f0F6B2a01B6B2dB7424dd72AA07a6F1";
|
|
9321
9484
|
}, {
|
|
9322
9485
|
readonly contractAddress: "0x69c6dcBaeBAa2A82Ca02350ceD0694697D21A3f1";
|
|
9323
9486
|
readonly proxyAddress: "0x46e51B8cA41d709928EdA9Ae43e42193E6CDf229";
|
|
@@ -9383,6 +9546,11 @@ declare const chainlinkFeeds: {
|
|
|
9383
9546
|
readonly proxyAddress: "0xbb9786e37D54251477EbC1325b04ACdCA18C2254";
|
|
9384
9547
|
readonly decimals: 18;
|
|
9385
9548
|
readonly name: "ultraETHs / ETH Exchange Rate";
|
|
9549
|
+
}, {
|
|
9550
|
+
readonly contractAddress: "0x7c37874298b38a1346080eE4aF33781EeBE8251B";
|
|
9551
|
+
readonly proxyAddress: "0xd9c5B59A913d75AC44EB51b7E0F3f5B58816ECAc";
|
|
9552
|
+
readonly decimals: 0;
|
|
9553
|
+
readonly name: "AAVE Network Emergency Count (Base)";
|
|
9386
9554
|
}, {
|
|
9387
9555
|
readonly contractAddress: "0x801B6E7d186370EeE854F76481643c22c7d1da99";
|
|
9388
9556
|
readonly proxyAddress: "0xdEd37FC1400B8022968441356f771639ad1B23aA";
|
|
@@ -9443,6 +9611,11 @@ declare const chainlinkFeeds: {
|
|
|
9443
9611
|
readonly proxyAddress: "0x9452Ca03474C6B704B4e102339B451D640f57f07";
|
|
9444
9612
|
readonly decimals: 18;
|
|
9445
9613
|
readonly name: "pufETH / ETH";
|
|
9614
|
+
}, {
|
|
9615
|
+
readonly contractAddress: "0x90596b0D54C36d449c5d811EA4b476Af581dB58D";
|
|
9616
|
+
readonly proxyAddress: "0xaE95742Cf839529798Bcd1610c6E0AFEBA0cBC03";
|
|
9617
|
+
readonly decimals: 18;
|
|
9618
|
+
readonly name: "YETH-ETH Exchange Rate";
|
|
9446
9619
|
}, {
|
|
9447
9620
|
readonly contractAddress: "0x9120eFBD64713BB6Ebb5c8e560e8e56aFE712eD2";
|
|
9448
9621
|
readonly proxyAddress: "0xC342785EE44b9F8a40a564200CDF14dFCefd36C3";
|
|
@@ -9508,6 +9681,12 @@ declare const chainlinkFeeds: {
|
|
|
9508
9681
|
readonly proxyAddress: "0x39C6E14CdE46D4FFD9F04Ff159e7ce8eC20E10B4";
|
|
9509
9682
|
readonly decimals: 18;
|
|
9510
9683
|
readonly name: "SUPEROETHB / ETH";
|
|
9684
|
+
}, {
|
|
9685
|
+
readonly contractAddress: "0xA7f8123688b9d7cf2f91cb926B2a3f44Cc229d0A";
|
|
9686
|
+
readonly proxyAddress: "0xE5fa3A4e4208858ADdf2CDb4e12651E89f1f1A70";
|
|
9687
|
+
readonly decimals: 8;
|
|
9688
|
+
readonly name: "USDT / USD";
|
|
9689
|
+
readonly secondaryProxyAddress: "0x203e994f3908cF886C6155c31742557D82c9B4a2";
|
|
9511
9690
|
}, {
|
|
9512
9691
|
readonly contractAddress: "0xA9BDecf007120EBb013E223d2a4EEa4C8C35e7f1";
|
|
9513
9692
|
readonly proxyAddress: "0xbC7c5023eE571e4D9C4890C90a16be05c1EEf410";
|
|
@@ -9537,7 +9716,7 @@ declare const chainlinkFeeds: {
|
|
|
9537
9716
|
readonly contractAddress: "0xC2b36eEBE261eEEC502dFE761BA8cDB0E9bC057b";
|
|
9538
9717
|
readonly proxyAddress: "0x0b68ac37a1668DAaab1882543368E076C38C40e9";
|
|
9539
9718
|
readonly decimals: 18;
|
|
9540
|
-
readonly name: "
|
|
9719
|
+
readonly name: "TETH Reserves";
|
|
9541
9720
|
}, {
|
|
9542
9721
|
readonly contractAddress: "0xC83D70E2a016AA3C51f8047EfB2329d9c7Ed6ed7";
|
|
9543
9722
|
readonly proxyAddress: "0x3A1d6444fb6a402470098E23DaD0B7E86E14252F";
|
|
@@ -9563,6 +9742,11 @@ declare const chainlinkFeeds: {
|
|
|
9563
9742
|
readonly proxyAddress: "0x2a18E2d46Cb067b69e0759dB39b16597fC42D962";
|
|
9564
9743
|
readonly decimals: 1;
|
|
9565
9744
|
readonly name: "PCE Price Index — Percent Change (Annual Rate)";
|
|
9745
|
+
}, {
|
|
9746
|
+
readonly contractAddress: "0xCe14fF0ACf4a1e7Eab6802C64D317e3fD989f3C6";
|
|
9747
|
+
readonly proxyAddress: "0x1fC950BbC12E93c15A3eEb62db978eb3cC567943";
|
|
9748
|
+
readonly decimals: 8;
|
|
9749
|
+
readonly name: "SYND / USD";
|
|
9566
9750
|
}, {
|
|
9567
9751
|
readonly contractAddress: "0xD0407a6524C7d9075E0b040dCEf4696129B2C3B4";
|
|
9568
9752
|
readonly proxyAddress: "0xeDC243c7E3c1A9dAf067C90641D2346d2694d2e5";
|
|
@@ -9578,6 +9762,12 @@ declare const chainlinkFeeds: {
|
|
|
9578
9762
|
readonly proxyAddress: "0x5218Ebeb96bD2bAFe21F9b143f5672552629ba79";
|
|
9579
9763
|
readonly decimals: 18;
|
|
9580
9764
|
readonly name: "USDO Reserves";
|
|
9765
|
+
}, {
|
|
9766
|
+
readonly contractAddress: "0xD772F6D9b7A35cb96fDdFE569964ab1C05017BF9";
|
|
9767
|
+
readonly proxyAddress: "0xa4250cE1aA15Ff4cb5E5a8655293b65694e436Ed";
|
|
9768
|
+
readonly decimals: 8;
|
|
9769
|
+
readonly name: "ETH / USD";
|
|
9770
|
+
readonly secondaryProxyAddress: "0x9dA00D23465282005DB222a441a663eE7B9dfCc8";
|
|
9581
9771
|
}, {
|
|
9582
9772
|
readonly contractAddress: "0xD8341Fd0F84d0E5755CD419969BbD3Bf73e6Ab43";
|
|
9583
9773
|
readonly proxyAddress: "0xe95e258bb6615d47515Fc849f8542dA651f12bF6";
|
|
@@ -9593,6 +9783,11 @@ declare const chainlinkFeeds: {
|
|
|
9593
9783
|
readonly proxyAddress: "0xCCADC697c55bbB68dc5bCdf8d3CBe83CdD4E071E";
|
|
9594
9784
|
readonly decimals: 8;
|
|
9595
9785
|
readonly name: "WBTC / USD";
|
|
9786
|
+
}, {
|
|
9787
|
+
readonly contractAddress: "0xE5D482092b4efDb45B118741D5529F35543e5826";
|
|
9788
|
+
readonly proxyAddress: "0xeF7541b388a77C1709a3d44BfBfC5c1ED3F0Ac94";
|
|
9789
|
+
readonly decimals: 8;
|
|
9790
|
+
readonly name: "MAMO / USD";
|
|
9596
9791
|
}, {
|
|
9597
9792
|
readonly contractAddress: "0xEA990BCCb5b4dA5023B6dc88480297405Fd222c3";
|
|
9598
9793
|
readonly proxyAddress: "0x975043adBb80fc32276CbF9Bbcfd4A601a12462D";
|
|
@@ -9613,6 +9808,11 @@ declare const chainlinkFeeds: {
|
|
|
9613
9808
|
readonly proxyAddress: "0x721F1B4dc604AEA0661Aa9982AB624e5756B31f2";
|
|
9614
9809
|
readonly decimals: 8;
|
|
9615
9810
|
readonly name: "mooBIFI / USD";
|
|
9811
|
+
}, {
|
|
9812
|
+
readonly contractAddress: "0xF929EC74AB71033792308dB7fbE82Eb87b42ac3E";
|
|
9813
|
+
readonly proxyAddress: "0x95Eba7bE2f755a298984bd714822994f1d4B6313";
|
|
9814
|
+
readonly decimals: 18;
|
|
9815
|
+
readonly name: "YBTC-BTC Exchange Rate";
|
|
9616
9816
|
}, {
|
|
9617
9817
|
readonly contractAddress: "0xFa7fafD062112455EBF576cFDf4005F5324b97E0";
|
|
9618
9818
|
readonly proxyAddress: "0x8422f3d3CAFf15Ca682939310d6A5e619AE08e57";
|
|
@@ -9623,6 +9823,11 @@ declare const chainlinkFeeds: {
|
|
|
9623
9823
|
readonly proxyAddress: "0x674e028B95330E77F5cF89834254a6Bfa806f3a2";
|
|
9624
9824
|
readonly decimals: 8;
|
|
9625
9825
|
readonly name: "ANON / USD";
|
|
9826
|
+
}, {
|
|
9827
|
+
readonly contractAddress: "0xa1336EFDD45978B8aea9CAf66c73781F5C966e6B";
|
|
9828
|
+
readonly proxyAddress: "0xf488FA1B4Ac8210bf0b2d212176ca28c48F86708";
|
|
9829
|
+
readonly decimals: 8;
|
|
9830
|
+
readonly name: "GLDY Reserves";
|
|
9626
9831
|
}, {
|
|
9627
9832
|
readonly contractAddress: "0xa1923f93B032BF2dFEDcdFD0dA93037D32C39F4D";
|
|
9628
9833
|
readonly proxyAddress: "0xFAf372CaBc765b63f6fabD436c845D965eDA1CA5";
|
|
@@ -9693,6 +9898,11 @@ declare const chainlinkFeeds: {
|
|
|
9693
9898
|
readonly proxyAddress: "0x06bdFe07E71C476157FC025d3cCD4BBe08e83EF9";
|
|
9694
9899
|
readonly decimals: 8;
|
|
9695
9900
|
readonly name: "NZD / USD";
|
|
9901
|
+
}, {
|
|
9902
|
+
readonly contractAddress: "0xe34d9Eb7b735c816BbC89F5E99ED1Aa015cC1881";
|
|
9903
|
+
readonly proxyAddress: "0x50997b806B574501cC34a2a6d845e4dc1Bd9Aa8c";
|
|
9904
|
+
readonly decimals: 8;
|
|
9905
|
+
readonly name: "AVNT / USD";
|
|
9696
9906
|
}, {
|
|
9697
9907
|
readonly contractAddress: "0xeCA1EBFb5CA472C76328f5DdE011c6CcCF2a66F4";
|
|
9698
9908
|
readonly proxyAddress: "0x4aeb6D15769EaD32D0c5Be2940F40c7CFf53801d";
|
|
@@ -9859,6 +10069,11 @@ declare const chainlinkFeeds: {
|
|
|
9859
10069
|
readonly proxyAddress: null;
|
|
9860
10070
|
readonly decimals: 18;
|
|
9861
10071
|
readonly name: "PAIN/USD-RefPrice-mainnet-production";
|
|
10072
|
+
}, {
|
|
10073
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10074
|
+
readonly proxyAddress: null;
|
|
10075
|
+
readonly decimals: 18;
|
|
10076
|
+
readonly name: "MILLI/USD-Datalink-DexPrice-mainnet-production";
|
|
9862
10077
|
}, {
|
|
9863
10078
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
9864
10079
|
readonly proxyAddress: null;
|
|
@@ -10249,11 +10464,6 @@ declare const chainlinkFeeds: {
|
|
|
10249
10464
|
readonly proxyAddress: null;
|
|
10250
10465
|
readonly decimals: 18;
|
|
10251
10466
|
readonly name: "PROMPT/USD-Streams-CexPrice-mainnet-production";
|
|
10252
|
-
}, {
|
|
10253
|
-
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10254
|
-
readonly proxyAddress: null;
|
|
10255
|
-
readonly decimals: 18;
|
|
10256
|
-
readonly name: "USD1/USD-RefPrice-mainnet-production";
|
|
10257
10467
|
}, {
|
|
10258
10468
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10259
10469
|
readonly proxyAddress: null;
|
|
@@ -10343,7 +10553,7 @@ declare const chainlinkFeeds: {
|
|
|
10343
10553
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10344
10554
|
readonly proxyAddress: null;
|
|
10345
10555
|
readonly decimals: 18;
|
|
10346
|
-
readonly name: "
|
|
10556
|
+
readonly name: "USOL/USD-Streams-CexPrice-mainnet-production";
|
|
10347
10557
|
}, {
|
|
10348
10558
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10349
10559
|
readonly proxyAddress: null;
|
|
@@ -10519,11 +10729,6 @@ declare const chainlinkFeeds: {
|
|
|
10519
10729
|
readonly proxyAddress: null;
|
|
10520
10730
|
readonly decimals: 18;
|
|
10521
10731
|
readonly name: "TNSR/USD-RefPrice-mainnet-production";
|
|
10522
|
-
}, {
|
|
10523
|
-
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10524
|
-
readonly proxyAddress: null;
|
|
10525
|
-
readonly decimals: 18;
|
|
10526
|
-
readonly name: "MYX/USD-Streams-DexPrice-mainnet-production";
|
|
10527
10732
|
}, {
|
|
10528
10733
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10529
10734
|
readonly proxyAddress: null;
|
|
@@ -10548,22 +10753,22 @@ declare const chainlinkFeeds: {
|
|
|
10548
10753
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10549
10754
|
readonly proxyAddress: null;
|
|
10550
10755
|
readonly decimals: 18;
|
|
10551
|
-
readonly name: "
|
|
10756
|
+
readonly name: "ZBTC/USD-RefPrice-mainnet-production";
|
|
10552
10757
|
}, {
|
|
10553
10758
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10554
10759
|
readonly proxyAddress: null;
|
|
10555
10760
|
readonly decimals: 18;
|
|
10556
|
-
readonly name: "
|
|
10761
|
+
readonly name: "NVDAx/USD-Streams-CexPrice-mainnet-production";
|
|
10557
10762
|
}, {
|
|
10558
10763
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10559
10764
|
readonly proxyAddress: null;
|
|
10560
10765
|
readonly decimals: 18;
|
|
10561
|
-
readonly name: "
|
|
10766
|
+
readonly name: "QQQx/USD-Streams-CexPrice-mainnet-production";
|
|
10562
10767
|
}, {
|
|
10563
10768
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10564
10769
|
readonly proxyAddress: null;
|
|
10565
10770
|
readonly decimals: 18;
|
|
10566
|
-
readonly name: "
|
|
10771
|
+
readonly name: "UBTC/USD-Streams-CexPrice-mainnet-production";
|
|
10567
10772
|
}, {
|
|
10568
10773
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10569
10774
|
readonly proxyAddress: null;
|
|
@@ -10604,11 +10809,6 @@ declare const chainlinkFeeds: {
|
|
|
10604
10809
|
readonly proxyAddress: null;
|
|
10605
10810
|
readonly decimals: 18;
|
|
10606
10811
|
readonly name: "HBAR/USD-RefPrice-mainnet-staging";
|
|
10607
|
-
}, {
|
|
10608
|
-
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10609
|
-
readonly proxyAddress: null;
|
|
10610
|
-
readonly decimals: 18;
|
|
10611
|
-
readonly name: "NEIROETH/USD-RefPrice-mainnet-staging";
|
|
10612
10812
|
}, {
|
|
10613
10813
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10614
10814
|
readonly proxyAddress: null;
|
|
@@ -10629,11 +10829,6 @@ declare const chainlinkFeeds: {
|
|
|
10629
10829
|
readonly proxyAddress: null;
|
|
10630
10830
|
readonly decimals: 18;
|
|
10631
10831
|
readonly name: "GLV [BTC-USDC]/USD-RefPrice-mainnet-staging";
|
|
10632
|
-
}, {
|
|
10633
|
-
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10634
|
-
readonly proxyAddress: null;
|
|
10635
|
-
readonly decimals: 18;
|
|
10636
|
-
readonly name: "MANYU/USD-Streams-DexPrice-mainnet-production";
|
|
10637
10832
|
}, {
|
|
10638
10833
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10639
10834
|
readonly proxyAddress: null;
|
|
@@ -10773,22 +10968,22 @@ declare const chainlinkFeeds: {
|
|
|
10773
10968
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10774
10969
|
readonly proxyAddress: null;
|
|
10775
10970
|
readonly decimals: 18;
|
|
10776
|
-
readonly name: "
|
|
10971
|
+
readonly name: "PBTC/USD-Streams-DexPrice-mainnet-production";
|
|
10777
10972
|
}, {
|
|
10778
10973
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10779
10974
|
readonly proxyAddress: null;
|
|
10780
10975
|
readonly decimals: 18;
|
|
10781
|
-
readonly name: "
|
|
10976
|
+
readonly name: "AAPLx/USD-Streams-CexPrice-mainnet-production";
|
|
10782
10977
|
}, {
|
|
10783
10978
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10784
10979
|
readonly proxyAddress: null;
|
|
10785
10980
|
readonly decimals: 18;
|
|
10786
|
-
readonly name: "
|
|
10981
|
+
readonly name: "JASMY/USD-RefPrice-mainnet-production";
|
|
10787
10982
|
}, {
|
|
10788
10983
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10789
10984
|
readonly proxyAddress: null;
|
|
10790
10985
|
readonly decimals: 18;
|
|
10791
|
-
readonly name: "
|
|
10986
|
+
readonly name: "FRAX/USD-RefPrice-mainnet-production";
|
|
10792
10987
|
}, {
|
|
10793
10988
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10794
10989
|
readonly proxyAddress: null;
|
|
@@ -10894,6 +11089,11 @@ declare const chainlinkFeeds: {
|
|
|
10894
11089
|
readonly proxyAddress: null;
|
|
10895
11090
|
readonly decimals: 18;
|
|
10896
11091
|
readonly name: "BNSOL/USD-RefPrice-mainnet-production";
|
|
11092
|
+
}, {
|
|
11093
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11094
|
+
readonly proxyAddress: null;
|
|
11095
|
+
readonly decimals: 18;
|
|
11096
|
+
readonly name: "UETH/USD-Streams-CexPrice-mainnet-production";
|
|
10897
11097
|
}, {
|
|
10898
11098
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10899
11099
|
readonly proxyAddress: null;
|
|
@@ -10994,6 +11194,11 @@ declare const chainlinkFeeds: {
|
|
|
10994
11194
|
readonly proxyAddress: null;
|
|
10995
11195
|
readonly decimals: 18;
|
|
10996
11196
|
readonly name: "SAROS/USD-RefPrice-mainnet-production";
|
|
11197
|
+
}, {
|
|
11198
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11199
|
+
readonly proxyAddress: null;
|
|
11200
|
+
readonly decimals: 18;
|
|
11201
|
+
readonly name: "WBTC.UNISWAP/USD-Streams-DexPrice-mainnet-production";
|
|
10997
11202
|
}, {
|
|
10998
11203
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
10999
11204
|
readonly proxyAddress: null;
|
|
@@ -11109,6 +11314,11 @@ declare const chainlinkFeeds: {
|
|
|
11109
11314
|
readonly proxyAddress: null;
|
|
11110
11315
|
readonly decimals: 0;
|
|
11111
11316
|
readonly name: "SUSDF/USDF-Streams-ExchangeRate-mainnet-production";
|
|
11317
|
+
}, {
|
|
11318
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11319
|
+
readonly proxyAddress: null;
|
|
11320
|
+
readonly decimals: 18;
|
|
11321
|
+
readonly name: "ALP/SOL-Streams-ExchangeRate-mainnet-production";
|
|
11112
11322
|
}, {
|
|
11113
11323
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11114
11324
|
readonly proxyAddress: null;
|
|
@@ -11122,23 +11332,43 @@ declare const chainlinkFeeds: {
|
|
|
11122
11332
|
}, {
|
|
11123
11333
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11124
11334
|
readonly proxyAddress: null;
|
|
11125
|
-
readonly decimals:
|
|
11126
|
-
readonly name: "
|
|
11335
|
+
readonly decimals: 12;
|
|
11336
|
+
readonly name: "FLP.1/USD-Streams-ExchangeRate-mainnet-production";
|
|
11127
11337
|
}, {
|
|
11128
11338
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11129
11339
|
readonly proxyAddress: null;
|
|
11130
11340
|
readonly decimals: 0;
|
|
11131
11341
|
readonly name: "UNIBTC/BTC-ExRate-mainnet-production";
|
|
11342
|
+
}, {
|
|
11343
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11344
|
+
readonly proxyAddress: null;
|
|
11345
|
+
readonly decimals: 18;
|
|
11346
|
+
readonly name: "INF/SOL-Streams-ExchangeRate-mainnet-production";
|
|
11132
11347
|
}, {
|
|
11133
11348
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11134
11349
|
readonly proxyAddress: null;
|
|
11135
11350
|
readonly decimals: 0;
|
|
11136
11351
|
readonly name: "WSRUSD/RUSD-Streams-ExchangeRate-mainnet-production";
|
|
11352
|
+
}, {
|
|
11353
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11354
|
+
readonly proxyAddress: null;
|
|
11355
|
+
readonly decimals: 0;
|
|
11356
|
+
readonly name: "UNIBTC/BTC-Streams-ExchangeRate-mainnet-production";
|
|
11137
11357
|
}, {
|
|
11138
11358
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11139
11359
|
readonly proxyAddress: null;
|
|
11140
11360
|
readonly decimals: 10;
|
|
11141
11361
|
readonly name: "USR/USD-Streams-ExchangeRate-mainnet-production";
|
|
11362
|
+
}, {
|
|
11363
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11364
|
+
readonly proxyAddress: null;
|
|
11365
|
+
readonly decimals: 18;
|
|
11366
|
+
readonly name: "FLP.1/SOL-Streams-ExchangeRate-mainnet-production";
|
|
11367
|
+
}, {
|
|
11368
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11369
|
+
readonly proxyAddress: null;
|
|
11370
|
+
readonly decimals: 8;
|
|
11371
|
+
readonly name: "ALP/USD-Streams-ExchangeRate-mainnet-production";
|
|
11142
11372
|
}, {
|
|
11143
11373
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11144
11374
|
readonly proxyAddress: null;
|
|
@@ -11539,16 +11769,66 @@ declare const chainlinkFeeds: {
|
|
|
11539
11769
|
readonly proxyAddress: null;
|
|
11540
11770
|
readonly decimals: 18;
|
|
11541
11771
|
readonly name: "AMZN/USD-Streams-EquityPrice-Timestamped-mainnet-production";
|
|
11772
|
+
}, {
|
|
11773
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11774
|
+
readonly proxyAddress: null;
|
|
11775
|
+
readonly decimals: 0;
|
|
11776
|
+
readonly name: "CRCLx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11777
|
+
}, {
|
|
11778
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11779
|
+
readonly proxyAddress: null;
|
|
11780
|
+
readonly decimals: 0;
|
|
11781
|
+
readonly name: "SPYx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11782
|
+
}, {
|
|
11783
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11784
|
+
readonly proxyAddress: null;
|
|
11785
|
+
readonly decimals: 0;
|
|
11786
|
+
readonly name: "AAPLx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11542
11787
|
}, {
|
|
11543
11788
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11544
11789
|
readonly proxyAddress: null;
|
|
11545
11790
|
readonly decimals: 18;
|
|
11546
11791
|
readonly name: "ONRE-NAV/USD-Streams-NetAssetValue-mainnet-production";
|
|
11792
|
+
}, {
|
|
11793
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11794
|
+
readonly proxyAddress: null;
|
|
11795
|
+
readonly decimals: 0;
|
|
11796
|
+
readonly name: "MSTRx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11797
|
+
}, {
|
|
11798
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11799
|
+
readonly proxyAddress: null;
|
|
11800
|
+
readonly decimals: 0;
|
|
11801
|
+
readonly name: "NVDAx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11802
|
+
}, {
|
|
11803
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11804
|
+
readonly proxyAddress: null;
|
|
11805
|
+
readonly decimals: 0;
|
|
11806
|
+
readonly name: "METAx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11807
|
+
}, {
|
|
11808
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11809
|
+
readonly proxyAddress: null;
|
|
11810
|
+
readonly decimals: 0;
|
|
11811
|
+
readonly name: "COINx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11547
11812
|
}, {
|
|
11548
11813
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11549
11814
|
readonly proxyAddress: null;
|
|
11550
11815
|
readonly decimals: 0;
|
|
11551
11816
|
readonly name: "UDG/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11817
|
+
}, {
|
|
11818
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11819
|
+
readonly proxyAddress: null;
|
|
11820
|
+
readonly decimals: 0;
|
|
11821
|
+
readonly name: "GOOGLx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11822
|
+
}, {
|
|
11823
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11824
|
+
readonly proxyAddress: null;
|
|
11825
|
+
readonly decimals: 0;
|
|
11826
|
+
readonly name: "TSLAx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11827
|
+
}, {
|
|
11828
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11829
|
+
readonly proxyAddress: null;
|
|
11830
|
+
readonly decimals: 0;
|
|
11831
|
+
readonly name: "QQQx/POR-Datalink-ProofOfReserves-mainnet-production";
|
|
11552
11832
|
}, {
|
|
11553
11833
|
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11554
11834
|
readonly proxyAddress: null;
|
|
@@ -11614,11 +11894,86 @@ declare const chainlinkFeeds: {
|
|
|
11614
11894
|
readonly proxyAddress: null;
|
|
11615
11895
|
readonly decimals: 18;
|
|
11616
11896
|
readonly name: "METAX/USD-Datalink-Backed-TotalReturnMultiplier-Timestamped-mainnet-production";
|
|
11897
|
+
}, {
|
|
11898
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11899
|
+
readonly proxyAddress: null;
|
|
11900
|
+
readonly decimals: 18;
|
|
11901
|
+
readonly name: "DB1/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11902
|
+
}, {
|
|
11903
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11904
|
+
readonly proxyAddress: null;
|
|
11905
|
+
readonly decimals: 18;
|
|
11906
|
+
readonly name: "ADS/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11907
|
+
}, {
|
|
11908
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11909
|
+
readonly proxyAddress: null;
|
|
11910
|
+
readonly decimals: 18;
|
|
11911
|
+
readonly name: "EUN5/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11912
|
+
}, {
|
|
11913
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11914
|
+
readonly proxyAddress: null;
|
|
11915
|
+
readonly decimals: 18;
|
|
11916
|
+
readonly name: "1NBA/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11917
|
+
}, {
|
|
11918
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11919
|
+
readonly proxyAddress: null;
|
|
11920
|
+
readonly decimals: 18;
|
|
11921
|
+
readonly name: "SXR8/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11922
|
+
}, {
|
|
11923
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11924
|
+
readonly proxyAddress: null;
|
|
11925
|
+
readonly decimals: 18;
|
|
11926
|
+
readonly name: "DBXD/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11927
|
+
}, {
|
|
11928
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11929
|
+
readonly proxyAddress: null;
|
|
11930
|
+
readonly decimals: 18;
|
|
11931
|
+
readonly name: "SIE/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11932
|
+
}, {
|
|
11933
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11934
|
+
readonly proxyAddress: null;
|
|
11935
|
+
readonly decimals: 18;
|
|
11936
|
+
readonly name: "SAP/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11937
|
+
}, {
|
|
11938
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11939
|
+
readonly proxyAddress: null;
|
|
11940
|
+
readonly decimals: 18;
|
|
11941
|
+
readonly name: "MOH/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11942
|
+
}, {
|
|
11943
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11944
|
+
readonly proxyAddress: null;
|
|
11945
|
+
readonly decimals: 18;
|
|
11946
|
+
readonly name: "AIR/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11947
|
+
}, {
|
|
11948
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11949
|
+
readonly proxyAddress: null;
|
|
11950
|
+
readonly decimals: 18;
|
|
11951
|
+
readonly name: "IS3N/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11952
|
+
}, {
|
|
11953
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11954
|
+
readonly proxyAddress: null;
|
|
11955
|
+
readonly decimals: 18;
|
|
11956
|
+
readonly name: "ENI/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11957
|
+
}, {
|
|
11958
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11959
|
+
readonly proxyAddress: null;
|
|
11960
|
+
readonly decimals: 18;
|
|
11961
|
+
readonly name: "IES/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11962
|
+
}, {
|
|
11963
|
+
readonly contractAddress: "0x0000000000000000000000000000000000000000";
|
|
11964
|
+
readonly proxyAddress: null;
|
|
11965
|
+
readonly decimals: 18;
|
|
11966
|
+
readonly name: "LYSX/EUR-Datalink-DeutscheBoerse-mainnet-production";
|
|
11617
11967
|
}, {
|
|
11618
11968
|
readonly contractAddress: "0x01DD3Cf6118069DB13A2d64d7e1A09FECd587EDD";
|
|
11619
11969
|
readonly proxyAddress: "0x8d0CC5f38f9E802475f2CFf4F9fc7000C2E1557c";
|
|
11620
11970
|
readonly decimals: 8;
|
|
11621
11971
|
readonly name: "AAPL / USD";
|
|
11972
|
+
}, {
|
|
11973
|
+
readonly contractAddress: "0x02F6bc122595651127Ffb89B1cD5bb4FfD942182";
|
|
11974
|
+
readonly proxyAddress: "0x3d9145b5804E13Bc14d19c3DDbd3DA8fD02b5034";
|
|
11975
|
+
readonly decimals: 8;
|
|
11976
|
+
readonly name: "AB / USD";
|
|
11622
11977
|
}, {
|
|
11623
11978
|
readonly contractAddress: "0x033809b88Cc5DE5944c70DdD9E25dAf36db823DF";
|
|
11624
11979
|
readonly proxyAddress: "0x46306F3795342117721D8DEd50fbcF6DF2b3cc10";
|
|
@@ -11659,6 +12014,11 @@ declare const chainlinkFeeds: {
|
|
|
11659
12014
|
readonly proxyAddress: "0x6BC7fF3C21f005684ef834FBA4d88459e988CcdC";
|
|
11660
12015
|
readonly decimals: 18;
|
|
11661
12016
|
readonly name: "WSTUSR-STUSR Exchange Rate";
|
|
12017
|
+
}, {
|
|
12018
|
+
readonly contractAddress: "0x0E69A0F6E6937064dC68cA7507D1d458F71d325d";
|
|
12019
|
+
readonly proxyAddress: "0x496DC5AAbf2f118D78816B7358e69dC784D3De65";
|
|
12020
|
+
readonly decimals: 18;
|
|
12021
|
+
readonly name: "AoABT Reserves";
|
|
11662
12022
|
}, {
|
|
11663
12023
|
readonly contractAddress: "0x0a58c18EeBAA6C8BBa1F0aAb6C7C7721A07C6fC3";
|
|
11664
12024
|
readonly proxyAddress: "0xD0E31451f58d3991045D68C479ea80D37e418851";
|
|
@@ -11804,6 +12164,11 @@ declare const chainlinkFeeds: {
|
|
|
11804
12164
|
readonly proxyAddress: "0x5698690a7B7B84F6aa985ef7690A8A7288FBc9c8";
|
|
11805
12165
|
readonly decimals: 8;
|
|
11806
12166
|
readonly name: "LTC / USD";
|
|
12167
|
+
}, {
|
|
12168
|
+
readonly contractAddress: "0x30AdB11d64Ba2b98e19FdAE60B5e8469082EdA41";
|
|
12169
|
+
readonly proxyAddress: "0x0301e5D0A8f7490444ebd1921E3d0f0fe7722786";
|
|
12170
|
+
readonly decimals: 8;
|
|
12171
|
+
readonly name: "TON / USD";
|
|
11807
12172
|
}, {
|
|
11808
12173
|
readonly contractAddress: "0x30De7e208Cc038673a42EA9F90b7de0F744F6C79";
|
|
11809
12174
|
readonly proxyAddress: "0x38ACD8CA9612737D2Ba42881b544626A8E18b061";
|
|
@@ -12234,11 +12599,6 @@ declare const chainlinkFeeds: {
|
|
|
12234
12599
|
readonly proxyAddress: null;
|
|
12235
12600
|
readonly decimals: 18;
|
|
12236
12601
|
readonly name: "ZEREBRO/USD-RefPrice-DSstaging-Premium-Global-003";
|
|
12237
|
-
}, {
|
|
12238
|
-
readonly contractAddress: "0x3caF678232f500b05864dBaDDD9F9dB8760bE072";
|
|
12239
|
-
readonly proxyAddress: null;
|
|
12240
|
-
readonly decimals: 18;
|
|
12241
|
-
readonly name: "OMNI/USD-RefPrice-DSstaging-Premium-Global-003";
|
|
12242
12602
|
}, {
|
|
12243
12603
|
readonly contractAddress: "0x3caF678232f500b05864dBaDDD9F9dB8760bE072";
|
|
12244
12604
|
readonly proxyAddress: null;
|
|
@@ -12694,6 +13054,11 @@ declare const chainlinkFeeds: {
|
|
|
12694
13054
|
readonly proxyAddress: "0x9854e9a850e7C354c1de177eA953a6b1fba8Fc22";
|
|
12695
13055
|
readonly decimals: 8;
|
|
12696
13056
|
readonly name: "AUD / USD";
|
|
13057
|
+
}, {
|
|
13058
|
+
readonly contractAddress: "0x43C570dab5fE78bb255359Fa4E9d5cC1b7070062";
|
|
13059
|
+
readonly proxyAddress: "0x0d20576Fae18e89A28e75B63BFce5D1B8586d739";
|
|
13060
|
+
readonly decimals: 0;
|
|
13061
|
+
readonly name: "AAVE Network Emergency Count (Arbitrum)";
|
|
12697
13062
|
}, {
|
|
12698
13063
|
readonly contractAddress: "0x44D3ab6c4b98A3F9f241E1753b2475ad7e502051";
|
|
12699
13064
|
readonly proxyAddress: "0xF0b7159BbFc341Cc41E7Cb182216F62c6d40533D";
|
|
@@ -12769,6 +13134,11 @@ declare const chainlinkFeeds: {
|
|
|
12769
13134
|
readonly proxyAddress: "0x66853E19d73c0F9301fe099c324A1E9726953433";
|
|
12770
13135
|
readonly decimals: 8;
|
|
12771
13136
|
readonly name: "PENDLE / USD";
|
|
13137
|
+
}, {
|
|
13138
|
+
readonly contractAddress: "0x506f87C9E3030715C67712bCc8E1Ca0d1748145C";
|
|
13139
|
+
readonly proxyAddress: "0x88d7538A4cD2664FCd610FE2a39b9ac01E430d3e";
|
|
13140
|
+
readonly decimals: 18;
|
|
13141
|
+
readonly name: "GLV [BTC-USDC] / USD";
|
|
12772
13142
|
}, {
|
|
12773
13143
|
readonly contractAddress: "0x507c9aC4502d62a80d5898c17EB635ea46427670";
|
|
12774
13144
|
readonly proxyAddress: "0xE89E98CE4E19071E59Ed4780E0598b541CE76486";
|
|
@@ -12779,6 +13149,11 @@ declare const chainlinkFeeds: {
|
|
|
12779
13149
|
readonly proxyAddress: "0x80dd57c45B73f3c70feAF1BFe1bcdF384703E558";
|
|
12780
13150
|
readonly decimals: 18;
|
|
12781
13151
|
readonly name: "ibBTC PricePerShare";
|
|
13152
|
+
}, {
|
|
13153
|
+
readonly contractAddress: "0x5265846205081Df808b2111ebCE5899811b62Fc5";
|
|
13154
|
+
readonly proxyAddress: "0xF3d6b05E69918d71807Ab005791daCcEC5de8C78";
|
|
13155
|
+
readonly decimals: 8;
|
|
13156
|
+
readonly name: "USDAI / USD";
|
|
12782
13157
|
}, {
|
|
12783
13158
|
readonly contractAddress: "0x52716c109696C0229E18fDeadFf6f54B3b73784F";
|
|
12784
13159
|
readonly proxyAddress: "0xf6DA27749484843c4F02f5Ad1378ceE723dD61d4";
|
|
@@ -13164,11 +13539,6 @@ declare const chainlinkFeeds: {
|
|
|
13164
13539
|
readonly proxyAddress: null;
|
|
13165
13540
|
readonly decimals: 18;
|
|
13166
13541
|
readonly name: "NEAR/USD-RefPrice-DS-Premium-Global-003";
|
|
13167
|
-
}, {
|
|
13168
|
-
readonly contractAddress: "0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66";
|
|
13169
|
-
readonly proxyAddress: null;
|
|
13170
|
-
readonly decimals: 18;
|
|
13171
|
-
readonly name: "OMNI/USD-RefPrice-DS-Premium-Global-003";
|
|
13172
13542
|
}, {
|
|
13173
13543
|
readonly contractAddress: "0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66";
|
|
13174
13544
|
readonly proxyAddress: null;
|
|
@@ -13589,6 +13959,11 @@ declare const chainlinkFeeds: {
|
|
|
13589
13959
|
readonly proxyAddress: "0x0809E3d38d1B4214958faf06D8b1B1a2b73f2ab8";
|
|
13590
13960
|
readonly decimals: 8;
|
|
13591
13961
|
readonly name: "FRAX / USD";
|
|
13962
|
+
}, {
|
|
13963
|
+
readonly contractAddress: "0x5DDC9A020C34D00bE5fb042f797a89bEB0480dBE";
|
|
13964
|
+
readonly proxyAddress: "0xdB0c64eFa0395063033b10769A80c62F885A620a";
|
|
13965
|
+
readonly decimals: 18;
|
|
13966
|
+
readonly name: "SYRUPUSDT / USD Exchange Rate";
|
|
13592
13967
|
}, {
|
|
13593
13968
|
readonly contractAddress: "0x5E4C65194F6F33a8BF7E9B95F1D0Ca9d611F6D62";
|
|
13594
13969
|
readonly proxyAddress: "0xfF82AAF635645fD0bcc7b619C3F28004cDb58574";
|
|
@@ -13689,11 +14064,6 @@ declare const chainlinkFeeds: {
|
|
|
13689
14064
|
readonly proxyAddress: "0x9ca3D04Bdf90Ddc0074Ea57d3e2D331CD4b2d5a2";
|
|
13690
14065
|
readonly decimals: 8;
|
|
13691
14066
|
readonly name: "solvBTC / BTC";
|
|
13692
|
-
}, {
|
|
13693
|
-
readonly contractAddress: "0x70001968d6ee8f909dE9e730E5b4e586565bbbF9";
|
|
13694
|
-
readonly proxyAddress: "0xFeaC1A3936514746e70170c0f539e70b23d36F19";
|
|
13695
|
-
readonly decimals: 8;
|
|
13696
|
-
readonly name: "FTM / USD";
|
|
13697
14067
|
}, {
|
|
13698
14068
|
readonly contractAddress: "0x73BBf768a429a4f80c47D0d22DdBCe5823c97d7a";
|
|
13699
14069
|
readonly proxyAddress: "0x052d4200b624b07262F574af26C71A6553996Ab5";
|
|
@@ -13884,11 +14254,21 @@ declare const chainlinkFeeds: {
|
|
|
13884
14254
|
readonly proxyAddress: "0x6970460aabF80C5BE983C6b74e5D06dEDCA95D4A";
|
|
13885
14255
|
readonly decimals: 8;
|
|
13886
14256
|
readonly name: "BNB / USD";
|
|
14257
|
+
}, {
|
|
14258
|
+
readonly contractAddress: "0x9d4E679Af57FaC9b64b1354EBff00DA293e2E3Cb";
|
|
14259
|
+
readonly proxyAddress: "0xF9329B38084cbE893894F19a518Fc6Cd306D9930";
|
|
14260
|
+
readonly decimals: 18;
|
|
14261
|
+
readonly name: "GLV [WETH-USDC] / USD";
|
|
13887
14262
|
}, {
|
|
13888
14263
|
readonly contractAddress: "0x9d75b71Bd393a67F9bbDc040C61B14Dc99706af9";
|
|
13889
14264
|
readonly proxyAddress: "0xE141425bc1594b8039De6390db1cDaf4397EA22b";
|
|
13890
14265
|
readonly decimals: 18;
|
|
13891
14266
|
readonly name: "weETH / ETH";
|
|
14267
|
+
}, {
|
|
14268
|
+
readonly contractAddress: "0xA0F937c8Ca81354FB3604E9Ee561493449F880d7";
|
|
14269
|
+
readonly proxyAddress: "0x36194c6DBB4218036d5f1ef070e9900896f84e06";
|
|
14270
|
+
readonly decimals: 18;
|
|
14271
|
+
readonly name: "AoABT NAV";
|
|
13892
14272
|
}, {
|
|
13893
14273
|
readonly contractAddress: "0xA303a72d334e589122454e8e849E147BAd309E73";
|
|
13894
14274
|
readonly proxyAddress: "0x5B58aA6E0651Ae311864876A55411F481aD86080";
|
|
@@ -13949,6 +14329,11 @@ declare const chainlinkFeeds: {
|
|
|
13949
14329
|
readonly proxyAddress: "0xF18BE32dB91591A7256d738C166FA195a17457DA";
|
|
13950
14330
|
readonly decimals: 18;
|
|
13951
14331
|
readonly name: "uniETH / ETH Exchange Rate";
|
|
14332
|
+
}, {
|
|
14333
|
+
readonly contractAddress: "0xC0cF8EA64afc44E4a2948a5E31f9c5AC99851A1A";
|
|
14334
|
+
readonly proxyAddress: "0xF230542B263Ad8F37a4c6d640F42BcE2Ec7C6cA3";
|
|
14335
|
+
readonly decimals: 9;
|
|
14336
|
+
readonly name: "FRAGSOL / SOL Exchange Rate";
|
|
13952
14337
|
}, {
|
|
13953
14338
|
readonly contractAddress: "0xC1303BBBaf172C55848D3Cb91606d8E27FF38428";
|
|
13954
14339
|
readonly proxyAddress: "0xFdB631F5EE196F0ed6FAa767959853A9F217697D";
|
|
@@ -13999,6 +14384,11 @@ declare const chainlinkFeeds: {
|
|
|
13999
14384
|
readonly proxyAddress: "0xB4102D5E72c402D537C9f024F4bd9c3709FE200d";
|
|
14000
14385
|
readonly decimals: 18;
|
|
14001
14386
|
readonly name: "osETH / ETH Exchange Rate";
|
|
14387
|
+
}, {
|
|
14388
|
+
readonly contractAddress: "0xD542b9C755587D595CdD7DF808841D74585E194c";
|
|
14389
|
+
readonly proxyAddress: "0xFeaC1A3936514746e70170c0f539e70b23d36F19";
|
|
14390
|
+
readonly decimals: 8;
|
|
14391
|
+
readonly name: "S / USD";
|
|
14002
14392
|
}, {
|
|
14003
14393
|
readonly contractAddress: "0xDB4BDD7F74c2c961a1EE138a6C33c32c7e6bd27e";
|
|
14004
14394
|
readonly proxyAddress: "0x373510BDa1ab7e873c731968f4D81B685f520E4B";
|
|
@@ -14094,6 +14484,11 @@ declare const chainlinkFeeds: {
|
|
|
14094
14484
|
readonly proxyAddress: "0x1f5C0C2CD2e9Ad1eE475660AF0bBa27aE7d87f5e";
|
|
14095
14485
|
readonly decimals: 18;
|
|
14096
14486
|
readonly name: "ETHx / ETH Exchange Rate";
|
|
14487
|
+
}, {
|
|
14488
|
+
readonly contractAddress: "0xa4ad279c8acf7eFa993be093777Db4595C59B253";
|
|
14489
|
+
readonly proxyAddress: "0xC1D05bAd3Acd3D11329c9A6e417A613d32aC4a78";
|
|
14490
|
+
readonly decimals: 18;
|
|
14491
|
+
readonly name: "AoABTb NAV";
|
|
14097
14492
|
}, {
|
|
14098
14493
|
readonly contractAddress: "0xa61465865E7EF347845741b0AB6f4cf42E30Ec9c";
|
|
14099
14494
|
readonly proxyAddress: "0x98a977Ba31C72aeF2e15B950Eb5Ae3158863D856";
|
|
@@ -14134,6 +14529,11 @@ declare const chainlinkFeeds: {
|
|
|
14134
14529
|
readonly proxyAddress: "0xdc49F292ad1bb3DAb6C11363d74ED06F38b9bd9C";
|
|
14135
14530
|
readonly decimals: 8;
|
|
14136
14531
|
readonly name: "APT / USD";
|
|
14532
|
+
}, {
|
|
14533
|
+
readonly contractAddress: "0xb98512d5a21e13cf27b84Cc90eA118AE14134A76";
|
|
14534
|
+
readonly proxyAddress: "0x021126143D0B6e20Bb69beFcc860e7E523df8055";
|
|
14535
|
+
readonly decimals: 8;
|
|
14536
|
+
readonly name: "SUSDAI / USD";
|
|
14137
14537
|
}, {
|
|
14138
14538
|
readonly contractAddress: "0xbA4492A430fE9bEF7Abbd9C78b953A6E1aA48CFA";
|
|
14139
14539
|
readonly proxyAddress: "0xBF5C3fB2633e924598A46B9D07a174a9DBcF57C0";
|
|
@@ -14486,6 +14886,11 @@ declare const chainlinkFeeds: {
|
|
|
14486
14886
|
readonly proxyAddress: "0xebEfEAA58636DF9B20a4fAd78Fad8759e6A20e87";
|
|
14487
14887
|
readonly decimals: 8;
|
|
14488
14888
|
readonly name: "WBTC.e Proof of Reserves";
|
|
14889
|
+
}, {
|
|
14890
|
+
readonly contractAddress: "0x08DFfE6AC415B0d10C6b7b2d21c106e40c9d2c1f";
|
|
14891
|
+
readonly proxyAddress: "0x735f816f63890c6E9FF28484E2d257e9c5dc4788";
|
|
14892
|
+
readonly decimals: 18;
|
|
14893
|
+
readonly name: "YETH-ETH Exchange Rate";
|
|
14489
14894
|
}, {
|
|
14490
14895
|
readonly contractAddress: "0x0B2bFcbE40213cF93CE2Be85156DD16E31483f70";
|
|
14491
14896
|
readonly proxyAddress: "0x6f2A1D4014FED967172FC7caCf7a6e04Cf02752e";
|
|
@@ -14631,6 +15036,11 @@ declare const chainlinkFeeds: {
|
|
|
14631
15036
|
readonly proxyAddress: "0x4Cf57DC9028187b9DAaF773c8ecA941036989238";
|
|
14632
15037
|
readonly decimals: 8;
|
|
14633
15038
|
readonly name: "XAVA / USD";
|
|
15039
|
+
}, {
|
|
15040
|
+
readonly contractAddress: "0x54870ED0Adc3807F9A802bfA2A6a9e02049609Bd";
|
|
15041
|
+
readonly proxyAddress: "0xf58B78581c480caFf667C63feDd564eCF01Ef86b";
|
|
15042
|
+
readonly decimals: 8;
|
|
15043
|
+
readonly name: "USTC / USD";
|
|
14634
15044
|
}, {
|
|
14635
15045
|
readonly contractAddress: "0x566FB95c9F636a0d27b5874d49C1dfffA2551014";
|
|
14636
15046
|
readonly proxyAddress: "0x155835C5755205597d62703a5A0b37e57a26Ee5C";
|
|
@@ -14656,6 +15066,11 @@ declare const chainlinkFeeds: {
|
|
|
14656
15066
|
readonly proxyAddress: "0x02D35d3a8aC3e1626d3eE09A78Dd87286F5E8e3a";
|
|
14657
15067
|
readonly decimals: 8;
|
|
14658
15068
|
readonly name: "JOE / USD";
|
|
15069
|
+
}, {
|
|
15070
|
+
readonly contractAddress: "0x5eFD28e2dEFD2931fbE711DC03Ee8d09d9eC9703";
|
|
15071
|
+
readonly proxyAddress: "0xd604e3c218d567b648Cd4B81cCd7Dddb56696331";
|
|
15072
|
+
readonly decimals: 18;
|
|
15073
|
+
readonly name: "WSTLINK-LINK Exchange Rate";
|
|
14659
15074
|
}, {
|
|
14660
15075
|
readonly contractAddress: "0x61595142b147De812B43C66f30094a3219a38bCD";
|
|
14661
15076
|
readonly proxyAddress: "0x943cEF1B112Ca9FD7EDaDC9A46477d3812a382b6";
|
|
@@ -14666,11 +15081,6 @@ declare const chainlinkFeeds: {
|
|
|
14666
15081
|
readonly proxyAddress: "0x982057Fd0A53d52E558A722ba53Ad95E702Da0dF";
|
|
14667
15082
|
readonly decimals: 3;
|
|
14668
15083
|
readonly name: "Real Final Sales to Private Domestic Purchasers — Level";
|
|
14669
|
-
}, {
|
|
14670
|
-
readonly contractAddress: "0x64922B570edf432defD4d3C5647269727a667EDa";
|
|
14671
|
-
readonly proxyAddress: "0x2dD517B2f9ba49CedB0573131FD97a5AC19ff648";
|
|
14672
|
-
readonly decimals: 8;
|
|
14673
|
-
readonly name: "FTM / USD";
|
|
14674
15084
|
}, {
|
|
14675
15085
|
readonly contractAddress: "0x65527d2556ffFEe7e545C5eE5B81f5DAe925cE00";
|
|
14676
15086
|
readonly proxyAddress: "0xF096872672F44d6EBA71458D74fe67F9a77a23B9";
|
|
@@ -14721,6 +15131,11 @@ declare const chainlinkFeeds: {
|
|
|
14721
15131
|
readonly proxyAddress: "0x84FF93CAD57DcD39b21895171D30A7A0e7851C75";
|
|
14722
15132
|
readonly decimals: 18;
|
|
14723
15133
|
readonly name: "wstETH-stETH Exchange Rate";
|
|
15134
|
+
}, {
|
|
15135
|
+
readonly contractAddress: "0x7dfC1d0F6Ec09f380711f1168d0393B14c638770";
|
|
15136
|
+
readonly proxyAddress: "0x908C8195E085b3290d335014B94E6F1C886a889F";
|
|
15137
|
+
readonly decimals: 18;
|
|
15138
|
+
readonly name: "SYRUPUSDT / USD Exchange Rate";
|
|
14724
15139
|
}, {
|
|
14725
15140
|
readonly contractAddress: "0x816B2DC017083D66FCe4496fae71c9285772e735";
|
|
14726
15141
|
readonly proxyAddress: "0xfD2b540D6c147D0889A1F1B97a2A9aB694992677";
|
|
@@ -14746,6 +15161,11 @@ declare const chainlinkFeeds: {
|
|
|
14746
15161
|
readonly proxyAddress: "0x5ff6c083B7B2BD0D61beB7173B3757e1a1e6E1C6";
|
|
14747
15162
|
readonly decimals: 8;
|
|
14748
15163
|
readonly name: "solvBTC / BTC";
|
|
15164
|
+
}, {
|
|
15165
|
+
readonly contractAddress: "0x89c9FbcA60653Da14906035aF39C670F40453EB7";
|
|
15166
|
+
readonly proxyAddress: "0xb7441BBD0298aaeF4f2BbD40E8025Cf59cA6E8D5";
|
|
15167
|
+
readonly decimals: 18;
|
|
15168
|
+
readonly name: "SUSDE-USDE-Exchange-Rate";
|
|
14749
15169
|
}, {
|
|
14750
15170
|
readonly contractAddress: "0x8C8Da958396815469f289768b980DBCAcfE9F279";
|
|
14751
15171
|
readonly proxyAddress: "0x3F968A21647d7ca81Fb8A5b69c0A452701d5DCe8";
|
|
@@ -14841,6 +15261,11 @@ declare const chainlinkFeeds: {
|
|
|
14841
15261
|
readonly proxyAddress: "0x1db18D41E4AD2403d9f52b5624031a2D9932Fd73";
|
|
14842
15262
|
readonly decimals: 8;
|
|
14843
15263
|
readonly name: "MATIC / USD";
|
|
15264
|
+
}, {
|
|
15265
|
+
readonly contractAddress: "0xE28BdCd47F806E8A1f87D2e8b14F39399647AA40";
|
|
15266
|
+
readonly proxyAddress: "0xFbAc2cBC1c0083D4edC9ce47F72F3B0D9bc67F9C";
|
|
15267
|
+
readonly decimals: 18;
|
|
15268
|
+
readonly name: "wstPOL-POL Exchange Rate";
|
|
14844
15269
|
}, {
|
|
14845
15270
|
readonly contractAddress: "0xE91B9f158A6e89a43223e064331532e981Cf2DcA";
|
|
14846
15271
|
readonly proxyAddress: "0xf8B283aD4d969ECFD70005714DD5910160565b94";
|
|
@@ -14871,16 +15296,16 @@ declare const chainlinkFeeds: {
|
|
|
14871
15296
|
readonly proxyAddress: "0xBb92195Ec95DE626346eeC8282D53e261dF95241";
|
|
14872
15297
|
readonly decimals: 8;
|
|
14873
15298
|
readonly name: "BNB / USD";
|
|
15299
|
+
}, {
|
|
15300
|
+
readonly contractAddress: "0xa89e19ab2B8d10F638b2e2F5a1eEa7A92704F836";
|
|
15301
|
+
readonly proxyAddress: "0x14488868FC8B1fFB381d6F49907EE75B3f0C2a0F";
|
|
15302
|
+
readonly decimals: 8;
|
|
15303
|
+
readonly name: "SUSDE / USD";
|
|
14874
15304
|
}, {
|
|
14875
15305
|
readonly contractAddress: "0xa9Afa74dDAC812B86Eeaa60A035c6592470F4A48";
|
|
14876
15306
|
readonly proxyAddress: "0x2779D32d5166BAaa2B2b658333bA7e6Ec0C65743";
|
|
14877
15307
|
readonly decimals: 8;
|
|
14878
15308
|
readonly name: "BTC / USD";
|
|
14879
|
-
}, {
|
|
14880
|
-
readonly contractAddress: "0xa9f3A8f87CC2156049C38e1aA2134A9a1B5A2fae";
|
|
14881
|
-
readonly proxyAddress: "0xf58B78581c480caFf667C63feDd564eCF01Ef86b";
|
|
14882
|
-
readonly decimals: 8;
|
|
14883
|
-
readonly name: "UST / USD";
|
|
14884
15309
|
}, {
|
|
14885
15310
|
readonly contractAddress: "0xaF6d571225583C9da8ced6f33CD1766bD2ab6c4b";
|
|
14886
15311
|
readonly proxyAddress: "0x2854Ca10a54800e15A2a25cFa52567166434Ff0a";
|
|
@@ -14906,6 +15331,11 @@ declare const chainlinkFeeds: {
|
|
|
14906
15331
|
readonly proxyAddress: "0x28043B1Ebd41860B93EC1F1eC19560760B6dB556";
|
|
14907
15332
|
readonly decimals: 8;
|
|
14908
15333
|
readonly name: "YFI / USD";
|
|
15334
|
+
}, {
|
|
15335
|
+
readonly contractAddress: "0xcDbD698F3A2163f640A8FE326E4570272f24dA6f";
|
|
15336
|
+
readonly proxyAddress: "0xAba063634dA21488a0C8A4415cf7651a013B12B5";
|
|
15337
|
+
readonly decimals: 18;
|
|
15338
|
+
readonly name: "YBTC-BTC Exchange Rate";
|
|
14909
15339
|
}, {
|
|
14910
15340
|
readonly contractAddress: "0xcfBfE648BA88Bf7D9776d970417a0B26c315feB4";
|
|
14911
15341
|
readonly proxyAddress: "0x0A77230d17318075983913bC2145DB16C7366156";
|
|
@@ -14982,6 +15412,11 @@ declare const chainlinkFeeds: {
|
|
|
14982
15412
|
readonly proxyAddress: "0xC4bF21Ab46bd22Cf993c0AAa363577bD2Af83544";
|
|
14983
15413
|
readonly decimals: 18;
|
|
14984
15414
|
readonly name: "weETH / ETH";
|
|
15415
|
+
}, {
|
|
15416
|
+
readonly contractAddress: "0x279Dbd934Bd20c0AF72CaA2cAF9005Ab70D8c7Ef";
|
|
15417
|
+
readonly proxyAddress: "0x8b65a2BA86D9aE89bFE4EA68e97B20e45ab05623";
|
|
15418
|
+
readonly decimals: 18;
|
|
15419
|
+
readonly name: "savBTC / avBTC Exchange Rate";
|
|
14985
15420
|
}, {
|
|
14986
15421
|
readonly contractAddress: "0x2884F3d4fE39cD5c77b00900127a538Bc3Bb548B";
|
|
14987
15422
|
readonly proxyAddress: "0x8b7fAC4A99daDa67C661D4854B2284c7A64722f4";
|
|
@@ -15042,6 +15477,11 @@ declare const chainlinkFeeds: {
|
|
|
15042
15477
|
readonly proxyAddress: "0x49768d7ebB7694b1e72546300cCCeD877084d72f";
|
|
15043
15478
|
readonly decimals: 18;
|
|
15044
15479
|
readonly name: "xSolvBTC NAV";
|
|
15480
|
+
}, {
|
|
15481
|
+
readonly contractAddress: "0x6CA39855106dEc6beA3D37926a47C5886d96C32D";
|
|
15482
|
+
readonly proxyAddress: "0x81F4d3052b034007cb5fA1D4CFb56D0732867f2a";
|
|
15483
|
+
readonly decimals: 0;
|
|
15484
|
+
readonly name: "AAVE Network Emergency Count (Linea)";
|
|
15045
15485
|
}, {
|
|
15046
15486
|
readonly contractAddress: "0x700E6178eE7b594A6CC1f3dF6105042355051fB1";
|
|
15047
15487
|
readonly proxyAddress: "0xdAad34260E4105702278F225d3d20C453d12065e";
|
|
@@ -15092,6 +15532,11 @@ declare const chainlinkFeeds: {
|
|
|
15092
15532
|
readonly proxyAddress: "0x7A99092816C8BD5ec8ba229e3a6E6Da1E628E1F9";
|
|
15093
15533
|
readonly decimals: 8;
|
|
15094
15534
|
readonly name: "BTC / USD";
|
|
15535
|
+
}, {
|
|
15536
|
+
readonly contractAddress: "0xD7bFEdF3e4b49Cb8a3E1Bf5E6C81df759dDdA4F6";
|
|
15537
|
+
readonly proxyAddress: "0x9e6c73Ae2b419eb32D5D4380067D8E24785926d3";
|
|
15538
|
+
readonly decimals: 18;
|
|
15539
|
+
readonly name: "YETH-ETH Exchange Rate";
|
|
15095
15540
|
}, {
|
|
15096
15541
|
readonly contractAddress: "0xDa7Ed0f2Df6AF4eFC3539D91D47fA7d7cE32ee2a";
|
|
15097
15542
|
readonly proxyAddress: "0x637cf12017219Dd3A758818eD63185f7acF7D935";
|
|
@@ -15117,6 +15562,11 @@ declare const chainlinkFeeds: {
|
|
|
15117
15562
|
readonly proxyAddress: "0x57011f81c93Da4dFb244c80667aAECf8cA9D53Bb";
|
|
15118
15563
|
readonly decimals: 18;
|
|
15119
15564
|
readonly name: "ynETH / ETH Exchange Rate";
|
|
15565
|
+
}, {
|
|
15566
|
+
readonly contractAddress: "0xa872F1f102473205e202F5cd337487c1cc35B82d";
|
|
15567
|
+
readonly proxyAddress: "0x0AAC940015d333b8E4f93fcE9c0f6f365d252741";
|
|
15568
|
+
readonly decimals: 18;
|
|
15569
|
+
readonly name: "SAVUSD / AVUSD Exchange Rate";
|
|
15120
15570
|
}, {
|
|
15121
15571
|
readonly contractAddress: "0xa901c5741FAd401DfF8a750218aEB72527F86eD3";
|
|
15122
15572
|
readonly proxyAddress: "0xefCA2bbe0EdD0E22b2e0d2F8248E99F4bEf4A7dB";
|
|
@@ -15147,6 +15597,11 @@ declare const chainlinkFeeds: {
|
|
|
15147
15597
|
readonly proxyAddress: "0x85342bC62aadef58f029ab6d17D643949e6F073e";
|
|
15148
15598
|
readonly decimals: 18;
|
|
15149
15599
|
readonly name: "RSETH / ETH";
|
|
15600
|
+
}, {
|
|
15601
|
+
readonly contractAddress: "0xfB27a93105BBc2130f458C609F61d7e7994AED8a";
|
|
15602
|
+
readonly proxyAddress: "0x921000Dd4faA3Dc53F5Ee1c21Ab6e4211B191C5C";
|
|
15603
|
+
readonly decimals: 18;
|
|
15604
|
+
readonly name: "YBTC-BTC Exchange Rate";
|
|
15150
15605
|
}, {
|
|
15151
15606
|
readonly contractAddress: "0xfCC63cd02A9c763a6F0f91260C1D8b8BcD263FbE";
|
|
15152
15607
|
readonly proxyAddress: "0x9ce4473B42a639d010eD741df3CA829E6e480803";
|
|
@@ -15328,6 +15783,11 @@ declare const chainlinkFeeds: {
|
|
|
15328
15783
|
readonly proxyAddress: "0x43d12Fb3AfCAd5347fA764EeAB105478337b7200";
|
|
15329
15784
|
readonly decimals: 8;
|
|
15330
15785
|
readonly name: "USDC / USD";
|
|
15786
|
+
}, {
|
|
15787
|
+
readonly contractAddress: "0xF8a4007970C464a6e615A8AfB35E1a0c177A35Ee";
|
|
15788
|
+
readonly proxyAddress: "0xf39adcF2e13D99818a3AE560F87Dd30c8326C278";
|
|
15789
|
+
readonly decimals: 0;
|
|
15790
|
+
readonly name: "AAVE Network Emergency Count (Scroll)";
|
|
15331
15791
|
}, {
|
|
15332
15792
|
readonly contractAddress: "0xaD06d7b2Be282658e544a4B3444C7a88bEAd1523";
|
|
15333
15793
|
readonly proxyAddress: "0x7e73693088d88694146ab30f1dA5903a4489e992";
|
|
@@ -15346,7 +15806,7 @@ declare const chainlinkFeeds: {
|
|
|
15346
15806
|
}];
|
|
15347
15807
|
};
|
|
15348
15808
|
|
|
15349
|
-
declare const hyperRPCSupportedNetworks: readonly [1, 10, 14, 30, 42, 50, 51, 56, 97, 100, 130, 137, 146, 148, 169, 204, 250, 252, 255, 288, 324, 341, 480, 841, 999, 1101, 1135, 1284, 1287,
|
|
15809
|
+
declare const hyperRPCSupportedNetworks: readonly [1, 10, 14, 30, 42, 50, 51, 56, 97, 100, 130, 137, 146, 148, 169, 204, 250, 252, 255, 288, 324, 341, 480, 841, 999, 1101, 1135, 1284, 1287, 1750, 1868, 1923, 2741, 2818, 4200, 4201, 5000, 5115, 5330, 5845, 5920, 5921, 5922, 5923, 5924, 6342, 6343, 6767, 7000, 7560, 8453, 9745, 9889, 10143, 10200, 14601, 17000, 17864, 24101, 33111, 34443, 42161, 42170, 42220, 43113, 43114, 48900, 50104, 57073, 59144, 80002, 80094, 81457, 84532, 88888, 98866, 421614, 534352, 7225878, 7777777, 11155111, 11155420, 168587773, 531050104, 1184075182, 1313161554, 1313161567, 1666600000];
|
|
15350
15810
|
|
|
15351
15811
|
declare const tenderlyNetworkMap: {
|
|
15352
15812
|
readonly 1: "mainnet";
|
|
@@ -15377,12 +15837,11 @@ declare const tenderlyNetworkMap: {
|
|
|
15377
15837
|
readonly 1946: "soneium-minato";
|
|
15378
15838
|
readonly 2020: "ronin";
|
|
15379
15839
|
readonly 2021: "ronin-testnet";
|
|
15380
|
-
readonly
|
|
15840
|
+
readonly 2201: "stable-testnet";
|
|
15381
15841
|
readonly 4202: "lisk-sepolia";
|
|
15382
15842
|
readonly 4801: "worldchain-sepolia";
|
|
15383
15843
|
readonly 5000: "mantle";
|
|
15384
15844
|
readonly 5003: "mantle-sepolia";
|
|
15385
|
-
readonly 7887: "kinto";
|
|
15386
15845
|
readonly 8008: "polynomial";
|
|
15387
15846
|
readonly 8453: "base";
|
|
15388
15847
|
readonly 9069: "af-nexus-mainnet";
|
|
@@ -15391,10 +15850,8 @@ declare const tenderlyNetworkMap: {
|
|
|
15391
15850
|
readonly 9745: "plasma";
|
|
15392
15851
|
readonly 9746: "plasma-testnet";
|
|
15393
15852
|
readonly 11069: "interval-testnet";
|
|
15394
|
-
readonly 12739: "concrete";
|
|
15395
15853
|
readonly 13371: "immutable";
|
|
15396
15854
|
readonly 13473: "immutable-testnet";
|
|
15397
|
-
readonly 17000: "holesky";
|
|
15398
15855
|
readonly 28882: "boba-sepolia";
|
|
15399
15856
|
readonly 33111: "curtis";
|
|
15400
15857
|
readonly 33139: "apechain";
|
|
@@ -15404,7 +15861,6 @@ declare const tenderlyNetworkMap: {
|
|
|
15404
15861
|
readonly 42220: "celo";
|
|
15405
15862
|
readonly 43113: "avalanche-fuji";
|
|
15406
15863
|
readonly 43114: "avalanche";
|
|
15407
|
-
readonly 44787: "celo-alfajores-testnet";
|
|
15408
15864
|
readonly 48898: "zircuit-garfield-testnet";
|
|
15409
15865
|
readonly 48900: "zircuit";
|
|
15410
15866
|
readonly 50104: "sophon";
|
|
@@ -15415,7 +15871,6 @@ declare const tenderlyNetworkMap: {
|
|
|
15415
15871
|
readonly 59144: "linea";
|
|
15416
15872
|
readonly 59902: "metis-sepolia";
|
|
15417
15873
|
readonly 60808: "bob";
|
|
15418
|
-
readonly 62576: "concrete-testnet";
|
|
15419
15874
|
readonly 80002: "polygon-amoy";
|
|
15420
15875
|
readonly 80008: "polynomial-sepolia";
|
|
15421
15876
|
readonly 80069: "bepolia";
|
|
@@ -15424,7 +15879,6 @@ declare const tenderlyNetworkMap: {
|
|
|
15424
15879
|
readonly 84532: "base-sepolia";
|
|
15425
15880
|
readonly 129399: "katana-tatara";
|
|
15426
15881
|
readonly 167000: "taiko-mainnet";
|
|
15427
|
-
readonly 167009: "taiko-hekla";
|
|
15428
15882
|
readonly 421614: "arbitrum-sepolia";
|
|
15429
15883
|
readonly 534351: "scroll-sepolia";
|
|
15430
15884
|
readonly 534352: "scroll-mainnet";
|
|
@@ -15482,7 +15936,6 @@ declare const tenderlyExplorerMap: {
|
|
|
15482
15936
|
readonly 2021: "ronin-testnet";
|
|
15483
15937
|
readonly 2201: "stable-testnet";
|
|
15484
15938
|
readonly 2391: "tac-spb-testnet";
|
|
15485
|
-
readonly 2522: "fraxtal-holesky";
|
|
15486
15939
|
readonly 3338: "peaq";
|
|
15487
15940
|
readonly 4202: "lisk-sepolia";
|
|
15488
15941
|
readonly 4801: "worldchain-sepolia";
|
|
@@ -15490,7 +15943,6 @@ declare const tenderlyExplorerMap: {
|
|
|
15490
15943
|
readonly 5003: "mantle-sepolia";
|
|
15491
15944
|
readonly 7000: "zetachain";
|
|
15492
15945
|
readonly 7001: "zetachain-testnet";
|
|
15493
|
-
readonly 7887: "kinto";
|
|
15494
15946
|
readonly 8008: "polynomial-mainnet";
|
|
15495
15947
|
readonly 8453: "base";
|
|
15496
15948
|
readonly 9069: "af-nexus-mainnet";
|
|
@@ -15501,10 +15953,8 @@ declare const tenderlyExplorerMap: {
|
|
|
15501
15953
|
readonly 9990: "peaq-agung-testnet";
|
|
15502
15954
|
readonly 11011: "shape-sepolia";
|
|
15503
15955
|
readonly 11069: "interval-testnet";
|
|
15504
|
-
readonly 12739: "concrete";
|
|
15505
15956
|
readonly 13371: "immutable";
|
|
15506
15957
|
readonly 13473: "immutable-testnet";
|
|
15507
|
-
readonly 17000: "holesky";
|
|
15508
15958
|
readonly 28882: "boba-sepolia";
|
|
15509
15959
|
readonly 33111: "curtis";
|
|
15510
15960
|
readonly 33139: "apechain";
|
|
@@ -15514,7 +15964,6 @@ declare const tenderlyExplorerMap: {
|
|
|
15514
15964
|
readonly 42220: "celo";
|
|
15515
15965
|
readonly 43113: "avalanche-fuji";
|
|
15516
15966
|
readonly 43114: "avalanche-mainnet";
|
|
15517
|
-
readonly 44787: "celo-alfajores-testnet";
|
|
15518
15967
|
readonly 48898: "zircuit-garfield-testnet";
|
|
15519
15968
|
readonly 48900: "zircuit";
|
|
15520
15969
|
readonly 50104: "sophon";
|
|
@@ -15525,7 +15974,6 @@ declare const tenderlyExplorerMap: {
|
|
|
15525
15974
|
readonly 59144: "linea";
|
|
15526
15975
|
readonly 59902: "metis-sepolia";
|
|
15527
15976
|
readonly 60808: "bob";
|
|
15528
|
-
readonly 62576: "concrete-testnet";
|
|
15529
15977
|
readonly 80002: "polygon-amoy";
|
|
15530
15978
|
readonly 80008: "polynomial-sepolia";
|
|
15531
15979
|
readonly 80069: "bepolia";
|
|
@@ -15536,7 +15984,6 @@ declare const tenderlyExplorerMap: {
|
|
|
15536
15984
|
readonly 98867: "plume-testnet";
|
|
15537
15985
|
readonly 129399: "katana-tatara";
|
|
15538
15986
|
readonly 167000: "taiko-mainnet";
|
|
15539
|
-
readonly 167009: "taiko-hekla";
|
|
15540
15987
|
readonly 421614: "arbitrum-sepolia";
|
|
15541
15988
|
readonly 534351: "scroll-sepolia";
|
|
15542
15989
|
readonly 534352: "scroll-mainnet";
|
|
@@ -15545,6 +15992,7 @@ declare const tenderlyExplorerMap: {
|
|
|
15545
15992
|
readonly 747474: "katana";
|
|
15546
15993
|
readonly 763373: "ink-sepolia";
|
|
15547
15994
|
readonly 808813: "bob-testnet";
|
|
15995
|
+
readonly 5064014: "ethereal";
|
|
15548
15996
|
readonly 7777777: "zora";
|
|
15549
15997
|
readonly 11142220: "celo-sepolia";
|
|
15550
15998
|
readonly 11155111: "sepolia";
|