@bgd-labs/toolbox 0.2.20 → 0.2.21

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/browser.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import { concat, createPublicClient, createTestClient, createWalletClient, decodeAbiParameters, decodeEventLog, decodeFunctionData, encodeAbiParameters, encodePacked, formatUnits, fromHex, getAddress, getContract, http, keccak256, pad, parseAbiParameters, publicActions, slice, toBytes, toHex, trim, zeroAddress, zeroHash } from "viem";
2
2
  import { getBlock, getBlockNumber, getBytecode, getCode, getLogs, getStorageAt, getTransactionCount, readContract } from "viem/actions";
3
3
  import yaml from "js-yaml";
4
- import { createPatch, createTwoFilesPatch, diffChars } from "diff";
5
4
  import { arbitrum, arbitrumSepolia, avalanche, avalancheFuji, base, baseSepolia, bob, bsc, celo, fantom, fantomTestnet, gnosis, harmonyOne, ink, linea, mainnet, mantle, megaeth, metis, optimism, optimismSepolia, plasma, polygon, polygonAmoy, polygonZkEvm, scroll, scrollSepolia, sepolia, soneium, sonic, xLayer, zksync } from "viem/chains";
5
+ import { createPatch, createTwoFilesPatch, diffChars } from "diff";
6
6
  import { EventSource } from "eventsource";
7
7
  import { format } from "prettier/standalone";
8
8
  import solidityPlugin from "prettier-plugin-solidity/standalone";
@@ -18302,6 +18302,133 @@ function calculateAccruedRewards({ accrued, userIndex, reserveIndex, userBalance
18302
18302
  return accrued + userBalance * (currentIndex - userIndex) / SCALING_FACTOR;
18303
18303
  }
18304
18304
 
18305
+ //#endregion
18306
+ //#region src/ecosystem/chainIds.ts
18307
+ const ChainId = {
18308
+ celo: celo.id,
18309
+ mainnet: mainnet.id,
18310
+ polygon: polygon.id,
18311
+ polygon_amoy: polygonAmoy.id,
18312
+ avalanche: avalanche.id,
18313
+ avalanche_fuji: avalancheFuji.id,
18314
+ arbitrum: arbitrum.id,
18315
+ arbitrum_sepolia: arbitrumSepolia.id,
18316
+ fantom: fantom.id,
18317
+ fantom_testnet: fantomTestnet.id,
18318
+ optimism: optimism.id,
18319
+ optimism_sepolia: optimismSepolia.id,
18320
+ harmony: harmonyOne.id,
18321
+ sepolia: sepolia.id,
18322
+ scroll: scroll.id,
18323
+ scroll_sepolia: scrollSepolia.id,
18324
+ sonic: sonic.id,
18325
+ mantle: mantle.id,
18326
+ metis: metis.id,
18327
+ base: base.id,
18328
+ base_sepolia: baseSepolia.id,
18329
+ bnb: bsc.id,
18330
+ gnosis: gnosis.id,
18331
+ zkEVM: polygonZkEvm.id,
18332
+ zksync: zksync.id,
18333
+ linea: linea.id,
18334
+ ink: ink.id,
18335
+ soneium: soneium.id,
18336
+ bob: bob.id,
18337
+ plasma: plasma.id,
18338
+ xLayer: xLayer.id,
18339
+ megaeth: megaeth.id
18340
+ };
18341
+ const ChainList = {
18342
+ [ChainId.mainnet]: mainnet,
18343
+ [ChainId.polygon]: polygon,
18344
+ [ChainId.polygon_amoy]: polygonAmoy,
18345
+ [ChainId.avalanche]: {
18346
+ ...avalanche,
18347
+ blockExplorers: { default: {
18348
+ url: "https://snowscan.xyz",
18349
+ name: "Snowscan"
18350
+ } }
18351
+ },
18352
+ [ChainId.avalanche_fuji]: {
18353
+ ...avalancheFuji,
18354
+ blockExplorers: { default: {
18355
+ url: "https://testnet.snowscan.xyz",
18356
+ name: "Snowscan Fuji"
18357
+ } }
18358
+ },
18359
+ [ChainId.arbitrum]: arbitrum,
18360
+ [ChainId.arbitrum_sepolia]: arbitrumSepolia,
18361
+ [ChainId.fantom]: fantom,
18362
+ [ChainId.fantom_testnet]: fantomTestnet,
18363
+ [ChainId.optimism]: optimism,
18364
+ [ChainId.optimism_sepolia]: optimismSepolia,
18365
+ [ChainId.harmony]: harmonyOne,
18366
+ [ChainId.sepolia]: sepolia,
18367
+ [ChainId.scroll]: scroll,
18368
+ [ChainId.scroll_sepolia]: scrollSepolia,
18369
+ [ChainId.sonic]: sonic,
18370
+ [ChainId.mantle]: mantle,
18371
+ [ChainId.metis]: metis,
18372
+ [ChainId.base]: base,
18373
+ [ChainId.base_sepolia]: baseSepolia,
18374
+ [ChainId.bnb]: bsc,
18375
+ [ChainId.gnosis]: gnosis,
18376
+ [ChainId.zkEVM]: polygonZkEvm,
18377
+ [ChainId.celo]: celo,
18378
+ [ChainId.zksync]: zksync,
18379
+ [ChainId.linea]: linea,
18380
+ [ChainId.ink]: ink,
18381
+ [ChainId.soneium]: soneium,
18382
+ [ChainId.bob]: bob,
18383
+ [ChainId.plasma]: plasma,
18384
+ [ChainId.xLayer]: xLayer,
18385
+ [ChainId.megaeth]: megaeth
18386
+ };
18387
+
18388
+ //#endregion
18389
+ //#region src/ecosystem/addresses.ts
18390
+ const VELORA_PORTIKUS = {
18391
+ [ChainId.mainnet]: "0x0000000000bbF5c5Fd284e657F01Bd000933C96D",
18392
+ [ChainId.base]: "0x0000000000bbF5c5Fd284e657F01Bd000933C96D",
18393
+ [ChainId.optimism]: "0x0000000000bbF5c5Fd284e657F01Bd000933C96D",
18394
+ [ChainId.arbitrum]: "0x0000000000bbF5c5Fd284e657F01Bd000933C96D",
18395
+ [ChainId.polygon]: "0x0000000000bbF5c5Fd284e657F01Bd000933C96D",
18396
+ [ChainId.bnb]: "0x0000000000bbF5c5Fd284e657F01Bd000933C96D"
18397
+ };
18398
+ /**
18399
+ * The following is a list of venues that offer free flashloans
18400
+ */
18401
+ const BALANCER_VAULT_V2 = "0xBA12222222228d8Ba445958a75a0704d566BF2C8";
18402
+ const BALANCER_VAULT_V3 = "0xbA1333333333a1BA1108E8412f11850A5C319bA9";
18403
+ const UNISWAP_V4_MANAGER = {
18404
+ [ChainId.mainnet]: "0x000000000004444c5dc75cB358380D2e3dE08A90",
18405
+ [ChainId.base]: "0x498581ff718922c3f8e6a244956af099b2652b2b",
18406
+ [ChainId.optimism]: "0x9a13f98cb987694c9f086b1f5eb990eea8264ec3",
18407
+ [ChainId.arbitrum]: "0x360e68faccca8ca495c1b759fd9eee466db9fb32",
18408
+ [ChainId.polygon]: "0x67366782805870060151383f4bbff9dab53e5cd6",
18409
+ [ChainId.ink]: "0x360e68faccca8ca495c1b759fd9eee466db9fb32",
18410
+ [ChainId.soneium]: "0x360e68faccca8ca495c1b759fd9eee466db9fb32",
18411
+ [ChainId.avalanche]: "0x06380c0e0912312b5150364b9dc4542ba0dbbc85",
18412
+ [ChainId.bnb]: "0x28e2ea090877bf75740558f6bfb36a5ffee9e9df",
18413
+ [ChainId.celo]: "0x288dc841A52FCA2707c6947B3A777c5E56cd87BC",
18414
+ [ChainId.megaeth]: "0xacb7e78fa05d562e0a5d3089ec896d57d057d38e"
18415
+ };
18416
+ const MORPHO = {
18417
+ [ChainId.mainnet]: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb",
18418
+ [ChainId.arbitrum]: "0x6c247b1F6182318877311737BaC0844bAa518F5e",
18419
+ [ChainId.avalanche]: "0x895383274303AA19fe978AFB4Ac55C7f094f982C",
18420
+ [ChainId.base]: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb",
18421
+ [ChainId.bnb]: "0x01b0Bd309AA75547f7a37Ad7B1219A898E67a83a",
18422
+ [ChainId.celo]: "0xd24ECdD8C1e0E57a4E26B1a7bbeAa3e95466A569",
18423
+ [ChainId.gnosis]: "0xB74D4dd451E250bC325AFF0556D717e4E2351c66",
18424
+ [ChainId.ink]: "0x857f3EefE8cbda3Bc49367C996cd664A880d3042",
18425
+ [ChainId.linea]: "0x6B0D716aC0A45536172308e08fC2C40387262c9F",
18426
+ [ChainId.plasma]: "0x2fF74A46536f5c67ef5A42FD5B4e2Ed8A2cee249",
18427
+ [ChainId.scroll]: "0x2d012EdbAdc37eDc2BC62791B666f9193FDF5a55",
18428
+ [ChainId.soneium]: "0xE75Fc5eA6e74B824954349Ca351eb4e671ADA53a",
18429
+ [ChainId.sonic]: "0xd6c916eB7542D0Ad3f18AEd0FCBD50C582cfa95f"
18430
+ };
18431
+
18305
18432
  //#endregion
18306
18433
  //#region src/ecosystem/generated/etherscanExplorers.ts
18307
18434
  const etherscanExplorers = {
@@ -19132,89 +19259,6 @@ async function getXLayerSourceCode(params) {
19132
19259
  };
19133
19260
  }
19134
19261
 
19135
- //#endregion
19136
- //#region src/ecosystem/chainIds.ts
19137
- const ChainId = {
19138
- celo: celo.id,
19139
- mainnet: mainnet.id,
19140
- polygon: polygon.id,
19141
- polygon_amoy: polygonAmoy.id,
19142
- avalanche: avalanche.id,
19143
- avalanche_fuji: avalancheFuji.id,
19144
- arbitrum: arbitrum.id,
19145
- arbitrum_sepolia: arbitrumSepolia.id,
19146
- fantom: fantom.id,
19147
- fantom_testnet: fantomTestnet.id,
19148
- optimism: optimism.id,
19149
- optimism_sepolia: optimismSepolia.id,
19150
- harmony: harmonyOne.id,
19151
- sepolia: sepolia.id,
19152
- scroll: scroll.id,
19153
- scroll_sepolia: scrollSepolia.id,
19154
- sonic: sonic.id,
19155
- mantle: mantle.id,
19156
- metis: metis.id,
19157
- base: base.id,
19158
- base_sepolia: baseSepolia.id,
19159
- bnb: bsc.id,
19160
- gnosis: gnosis.id,
19161
- zkEVM: polygonZkEvm.id,
19162
- zksync: zksync.id,
19163
- linea: linea.id,
19164
- ink: ink.id,
19165
- soneium: soneium.id,
19166
- bob: bob.id,
19167
- plasma: plasma.id,
19168
- xLayer: xLayer.id,
19169
- megaeth: megaeth.id
19170
- };
19171
- const ChainList = {
19172
- [ChainId.mainnet]: mainnet,
19173
- [ChainId.polygon]: polygon,
19174
- [ChainId.polygon_amoy]: polygonAmoy,
19175
- [ChainId.avalanche]: {
19176
- ...avalanche,
19177
- blockExplorers: { default: {
19178
- url: "https://snowscan.xyz",
19179
- name: "Snowscan"
19180
- } }
19181
- },
19182
- [ChainId.avalanche_fuji]: {
19183
- ...avalancheFuji,
19184
- blockExplorers: { default: {
19185
- url: "https://testnet.snowscan.xyz",
19186
- name: "Snowscan Fuji"
19187
- } }
19188
- },
19189
- [ChainId.arbitrum]: arbitrum,
19190
- [ChainId.arbitrum_sepolia]: arbitrumSepolia,
19191
- [ChainId.fantom]: fantom,
19192
- [ChainId.fantom_testnet]: fantomTestnet,
19193
- [ChainId.optimism]: optimism,
19194
- [ChainId.optimism_sepolia]: optimismSepolia,
19195
- [ChainId.harmony]: harmonyOne,
19196
- [ChainId.sepolia]: sepolia,
19197
- [ChainId.scroll]: scroll,
19198
- [ChainId.scroll_sepolia]: scrollSepolia,
19199
- [ChainId.sonic]: sonic,
19200
- [ChainId.mantle]: mantle,
19201
- [ChainId.metis]: metis,
19202
- [ChainId.base]: base,
19203
- [ChainId.base_sepolia]: baseSepolia,
19204
- [ChainId.bnb]: bsc,
19205
- [ChainId.gnosis]: gnosis,
19206
- [ChainId.zkEVM]: polygonZkEvm,
19207
- [ChainId.celo]: celo,
19208
- [ChainId.zksync]: zksync,
19209
- [ChainId.linea]: linea,
19210
- [ChainId.ink]: ink,
19211
- [ChainId.soneium]: soneium,
19212
- [ChainId.bob]: bob,
19213
- [ChainId.plasma]: plasma,
19214
- [ChainId.xLayer]: xLayer,
19215
- [ChainId.megaeth]: megaeth
19216
- };
19217
-
19218
19262
  //#endregion
19219
19263
  //#region src/ecosystem/tenderly.ts
19220
19264
  /**
@@ -19469,6 +19513,7 @@ const alchemyNetworkMap = {
19469
19513
  1328: "sei-testnet",
19470
19514
  1329: "sei-mainnet",
19471
19515
  1514: "story-mainnet",
19516
+ 1672: "pharos-mainnet",
19472
19517
  1868: "soneium-mainnet",
19473
19518
  1946: "soneium-minato",
19474
19519
  2020: "ronin-mainnet",
@@ -19500,7 +19545,6 @@ const alchemyNetworkMap = {
19500
19545
  9746: "plasma-testnet",
19501
19546
  10143: "monad-testnet",
19502
19547
  10200: "gnosis-chiado",
19503
- 10218: "tea-sepolia",
19504
19548
  11011: "shape-sepolia",
19505
19549
  11124: "abstract-testnet",
19506
19550
  14601: "sonic-testnet",
@@ -19539,6 +19583,7 @@ const alchemyNetworkMap = {
19539
19583
  534352: "scroll-mainnet",
19540
19584
  560048: "eth-hoodi",
19541
19585
  685685: "gensyn-testnet",
19586
+ 688689: "pharos-atlantic",
19542
19587
  763373: "ink-sepolia",
19543
19588
  808813: "bob-sepolia",
19544
19589
  5042002: "arc-testnet",
@@ -19571,8 +19616,6 @@ const quicknodeNetworkMap = {
19571
19616
  130: "unichain-mainnet",
19572
19617
  137: "matic",
19573
19618
  146: "sonic-mainnet",
19574
- 164: "omni-omega",
19575
- 166: "omni-mainnet",
19576
19619
  196: "xlayer-mainnet",
19577
19620
  250: "fantom",
19578
19621
  252: "fraxtal-mainnet",
@@ -19592,12 +19635,8 @@ const quicknodeNetworkMap = {
19592
19635
  1328: "sei-atlantic",
19593
19636
  1329: "sei-pacific",
19594
19637
  1480: "vana-mainnet",
19595
- 1513: "story-testnet",
19596
- 1516: "story-odyssey",
19597
19638
  1993: "b3-sepolia",
19598
- 2442: "zkevm-cardona",
19599
19639
  2741: "abstract-mainnet",
19600
- 2810: "morph-holesky",
19601
19640
  2818: "morph-mainnet",
19602
19641
  3338: "peaq-mainnet",
19603
19642
  4801: "worldchain-sepolia",
@@ -19613,8 +19652,6 @@ const quicknodeNetworkMap = {
19613
19652
  13371: "imx-mainnet",
19614
19653
  13473: "imx-testnet",
19615
19654
  14800: "vana-moksha",
19616
- 16600: "0g-newton",
19617
- 17e3: "ethereum-holesky",
19618
19655
  34443: "mode-mainnet",
19619
19656
  42161: "arbitrum-mainnet",
19620
19657
  42170: "nova-mainnet",
@@ -19625,12 +19662,9 @@ const quicknodeNetworkMap = {
19625
19662
  59144: "linea-mainnet",
19626
19663
  80002: "matic-amoy",
19627
19664
  80069: "bera-bepolia",
19628
- 80084: "bera-bartio",
19629
- 80085: "bera-artio",
19630
19665
  80094: "bera-mainnet",
19631
19666
  81457: "blast-mainnet",
19632
19667
  84532: "base-sepolia",
19633
- 421613: "arbitrum-goerli",
19634
19668
  421614: "arbitrum-sepolia",
19635
19669
  534351: "scroll-testnet",
19636
19670
  534352: "scroll-mainnet",
@@ -19681,10 +19715,10 @@ const tenderlyNetworkMap = {
19681
19715
  2201: "stable-testnet",
19682
19716
  2523: "fraxtal-hoodi",
19683
19717
  4202: "lisk-sepolia",
19718
+ 4326: "megaeth",
19684
19719
  4801: "worldchain-sepolia",
19685
19720
  5e3: "mantle",
19686
19721
  5003: "mantle-sepolia",
19687
- 8008: "polynomial",
19688
19722
  8453: "base",
19689
19723
  9069: "af-nexus-mainnet",
19690
19724
  9070: "af-nexus-testnet",
@@ -19716,7 +19750,6 @@ const tenderlyNetworkMap = {
19716
19750
  59902: "metis-sepolia",
19717
19751
  60808: "bob",
19718
19752
  80002: "polygon-amoy",
19719
- 80008: "polynomial-sepolia",
19720
19753
  80069: "bepolia",
19721
19754
  80094: "berachain",
19722
19755
  81457: "blast",
@@ -19733,8 +19766,7 @@ const tenderlyNetworkMap = {
19733
19766
  808813: "bob-testnet",
19734
19767
  11142220: "celo-sepolia",
19735
19768
  11155111: "sepolia",
19736
- 11155420: "optimism-sepolia",
19737
- 531050104: "sophon-testnet"
19769
+ 11155420: "optimism-sepolia"
19738
19770
  };
19739
19771
  const tenderlyExplorerMap = {
19740
19772
  1: "mainnet",
@@ -19784,12 +19816,12 @@ const tenderlyExplorerMap = {
19784
19816
  2523: "fraxtal-hoodi",
19785
19817
  3338: "peaq",
19786
19818
  4202: "lisk-sepolia",
19819
+ 4326: "megaeth",
19787
19820
  4801: "worldchain-sepolia",
19788
19821
  5e3: "mantle",
19789
19822
  5003: "mantle-sepolia",
19790
19823
  7e3: "zetachain",
19791
19824
  7001: "zetachain-testnet",
19792
- 8008: "polynomial-mainnet",
19793
19825
  8453: "base",
19794
19826
  9069: "af-nexus-mainnet",
19795
19827
  9070: "af-nexus-testnet",
@@ -19823,7 +19855,6 @@ const tenderlyExplorerMap = {
19823
19855
  59902: "metis-sepolia",
19824
19856
  60808: "bob",
19825
19857
  80002: "polygon-amoy",
19826
- 80008: "polynomial-sepolia",
19827
19858
  80069: "bepolia",
19828
19859
  80094: "berachain",
19829
19860
  81457: "blast",
@@ -19845,8 +19876,7 @@ const tenderlyExplorerMap = {
19845
19876
  11142220: "celo-sepolia",
19846
19877
  11155111: "sepolia",
19847
19878
  11155420: "optimistic-sepolia",
19848
- 13374202: "ethereal-testnet",
19849
- 531050104: "sophon-testnet"
19879
+ 13374202: "ethereal-testnet"
19850
19880
  };
19851
19881
 
19852
19882
  //#endregion
@@ -19915,6 +19945,7 @@ function getQuicknodeRpc(chainId, options) {
19915
19945
  if (!options.quicknodeEndpointName) throw new Error(`ChainId '${chainId}' is supported by Quicknode, but no 'quicknodeEndpointName' was provided.`);
19916
19946
  if (!options.quicknodeToken) throw new Error(`ChainId '${chainId}' is supported by Quicknode, but no 'quicknodeToken' was provided.`);
19917
19947
  if (chainId === ChainId.mainnet) return `https://${options.quicknodeEndpointName}.quiknode.pro/${options.quicknodeToken}`;
19948
+ if (chainId === ChainId.avalanche) return `https://${options.quicknodeEndpointName}.${quickNodeSlug}.quiknode.pro/${options.quicknodeToken}/ext/bc/C/rpc/`;
19918
19949
  return `https://${options.quicknodeEndpointName}.${quickNodeSlug}.quiknode.pro/${options.quicknodeToken}`;
19919
19950
  }
19920
19951
  /**
@@ -20077,6 +20108,32 @@ async function getContractDeploymentBlock({ client, contractAddress, fromBlock,
20077
20108
  }
20078
20109
  throw new Error("Could not find contract deployment block");
20079
20110
  }
20111
+ /**
20112
+ * Finds the closest block for a given timestamp using binary search.
20113
+ * Returns the last block whose timestamp is <= the target timestamp.
20114
+ * @param client a viem Client
20115
+ * @param timestamp the target unix timestamp
20116
+ * @returns the block closest to (but not after) the given timestamp
20117
+ */
20118
+ async function getClosestBlock({ client, timestamp }) {
20119
+ const latestBlock = await getBlock(client, { blockTag: "latest" });
20120
+ if (timestamp >= latestBlock.timestamp) return latestBlock;
20121
+ let low = 0n;
20122
+ let high = latestBlock.number;
20123
+ const blockTime = client.chain?.blockTime;
20124
+ if (blockTime) {
20125
+ const estimatedBlocksBack = (latestBlock.timestamp - timestamp) / (BigInt(blockTime) / 1000n);
20126
+ const estimatedBlock = latestBlock.number > estimatedBlocksBack ? latestBlock.number - estimatedBlocksBack : 0n;
20127
+ if ((await getBlock(client, { blockNumber: estimatedBlock })).timestamp <= timestamp) low = estimatedBlock;
20128
+ else high = estimatedBlock;
20129
+ }
20130
+ while (low < high) {
20131
+ const mid = low + high + 1n >> 1n;
20132
+ if ((await getBlock(client, { blockNumber: mid })).timestamp <= timestamp) low = mid;
20133
+ else high = mid - 1n;
20134
+ }
20135
+ return getBlock(client, { blockNumber: low });
20136
+ }
20080
20137
 
20081
20138
  //#endregion
20082
20139
  //#region src/ecosystem/flashbots.ts
@@ -20380,10 +20437,6 @@ const blockscoutExplorers = {
20380
20437
  api: "https://bob-sepolia.explorer.gobob.xyz/api",
20381
20438
  explorer: "https://bob-sepolia.explorer.gobob.xyz/"
20382
20439
  },
20383
- 113: {
20384
- api: "https://coston2-explorer.flare.network/api",
20385
- explorer: "https://coston2-explorer.flare.network/"
20386
- },
20387
20440
  114: {
20388
20441
  api: "https://coston2-explorer.flare.network/api",
20389
20442
  explorer: "https://coston2-explorer.flare.network/"
@@ -21017,8 +21070,8 @@ const blockscoutExplorers = {
21017
21070
  explorer: "https://testnet.bitciexplorer.com"
21018
21071
  },
21019
21072
  1919: {
21020
- api: "https://explorer.turkchain1919.com/api",
21021
- explorer: "https://explorer.turkchain1919.com/"
21073
+ api: "https://turkscan.com/api",
21074
+ explorer: "https://turkscan.com"
21022
21075
  },
21023
21076
  1923: {
21024
21077
  api: "https://explorer.swellnetwork.io/api",
@@ -21412,10 +21465,6 @@ const blockscoutExplorers = {
21412
21465
  api: "https://explore.steamexchange.io/api",
21413
21466
  explorer: "https://explore.steamexchange.io/"
21414
21467
  },
21415
- 6342: {
21416
- api: "https://megaeth-testnet.blockscout.com/api",
21417
- explorer: "https://megaeth-testnet.blockscout.com/"
21418
- },
21419
21468
  6343: {
21420
21469
  api: "https://megaeth-testnet-v2.blockscout.com/api",
21421
21470
  explorer: "https://megaeth-testnet-v2.blockscout.com/"
@@ -22524,10 +22573,6 @@ const blockscoutExplorers = {
22524
22573
  api: "https://explorer.saakuru.network/api",
22525
22574
  explorer: "https://explorer.saakuru.network/"
22526
22575
  },
22527
- 7777777: {
22528
- api: "https://explorer.zora.energy/api",
22529
- explorer: "https://explorer.zora.energy/"
22530
- },
22531
22576
  7890785: {
22532
22577
  api: "https://blockscout.xga.com/api",
22533
22578
  explorer: "https://blockscout.xga.com/"
@@ -22778,6 +22823,12 @@ const blockscoutExplorers = {
22778
22823
  //#region src/ecosystem/generated/chainlinkFeeds.ts
22779
22824
  const chainlinkFeeds = {
22780
22825
  "1": [
22826
+ {
22827
+ "contractAddress": "0x009b8b4D648cFCC813ecB70db0f31ce305DD4B32",
22828
+ "proxyAddress": "0x0C2e4Df738e99e8db80012f5bb2a303f3f48Ca74",
22829
+ "decimals": 6,
22830
+ "name": "JTRSY NAV"
22831
+ },
22781
22832
  {
22782
22833
  "contractAddress": "0x00f0eFB3d9dBe7fE91fee44aE09DAe5DFA65c382",
22783
22834
  "proxyAddress": "0x75A0d3264a949C2C920d7F25Df174af1FaF73399",
@@ -22983,6 +23034,12 @@ const chainlinkFeeds = {
22983
23034
  "decimals": 8,
22984
23035
  "name": "Optimism Healthcheck"
22985
23036
  },
23037
+ {
23038
+ "contractAddress": "0x224ac1d400BE6b1F50b040c3fF8c2A19300384F7",
23039
+ "proxyAddress": "0x5a489EACad4BEc30B5bC3BcE8a0b9301CCDC0f60",
23040
+ "decimals": 18,
23041
+ "name": "stGLD / tGLD Exchange Rate"
23042
+ },
22986
23043
  {
22987
23044
  "contractAddress": "0x24e3c657c27DfC7ea6f9f58e86387D846b3BaA59",
22988
23045
  "proxyAddress": "0xdbd020CAeF83eFd542f4De03e3cF0C28A4428bd5",
@@ -23013,6 +23070,12 @@ const chainlinkFeeds = {
23013
23070
  "decimals": 8,
23014
23071
  "name": "STETH / USD"
23015
23072
  },
23073
+ {
23074
+ "contractAddress": "0x2A539061d701471c3835256f8FF982e81E9B4374",
23075
+ "proxyAddress": "0x4720bcC6f940d709D7e2F510936e611Db07C240E",
23076
+ "decimals": 8,
23077
+ "name": "GOOGL-USD (24/5)"
23078
+ },
23016
23079
  {
23017
23080
  "contractAddress": "0x2a29c3696dD424d3e703F5F3f2D6Af86598e9303",
23018
23081
  "proxyAddress": "0xdF2917806E30300537aEB49A7663062F4d1F2b5F",
@@ -23104,6 +23167,12 @@ const chainlinkFeeds = {
23104
23167
  "decimals": 8,
23105
23168
  "name": "PYUSD / USD"
23106
23169
  },
23170
+ {
23171
+ "contractAddress": "0x3B4f49f4aa5491B5a60C0724467A67b4910aEAAc",
23172
+ "proxyAddress": "0x3F0543aA057BcAeA152Fe9462Cb3ffaB305a6F8D",
23173
+ "decimals": 18,
23174
+ "name": "KAG Reserves"
23175
+ },
23107
23176
  {
23108
23177
  "contractAddress": "0x3C405e1FE8a6BE5d9b714B8C88Ad913F236B1639",
23109
23178
  "proxyAddress": "0xE8E65Fb9116875012F5990Ecaab290B3531DbeB9",
@@ -23171,6 +23240,18 @@ const chainlinkFeeds = {
23171
23240
  "name": "SVR COMP / USD",
23172
23241
  "secondaryProxyAddress": "0x69B50fF403E995d9c4441a303438D9049dAC8cCD"
23173
23242
  },
23243
+ {
23244
+ "contractAddress": "0x45D48aa93275c2274E1006BfdCb6406eF96a509B",
23245
+ "proxyAddress": "0xD13cB763C43B5C058E7Ec40176962c5030F4EB49",
23246
+ "decimals": 8,
23247
+ "name": "WTGXX NAV"
23248
+ },
23249
+ {
23250
+ "contractAddress": "0x47f0840aCB50DF9C3B9584017eF1A9560E777b88",
23251
+ "proxyAddress": "0xB204328559E17F84eE7A285036AA0d47124F85D5",
23252
+ "decimals": 8,
23253
+ "name": "TSLA-USD (24/5)"
23254
+ },
23174
23255
  {
23175
23256
  "contractAddress": "0x48afBeDF849449b7B9eea101EdAbdc81417b04c8",
23176
23257
  "proxyAddress": "0x194a9AaF2e0b67c35915cD01101585A33Fe25CAa",
@@ -23202,12 +23283,6 @@ const chainlinkFeeds = {
23202
23283
  "decimals": 18,
23203
23284
  "name": "GRT / ETH"
23204
23285
  },
23205
- {
23206
- "contractAddress": "0x506F678C8E426BA87427674f814AD2166c17981D",
23207
- "proxyAddress": "0x160AC928A16C93eD4895C2De6f81ECcE9a7eB7b4",
23208
- "decimals": 18,
23209
- "name": "LRC / ETH"
23210
- },
23211
23286
  {
23212
23287
  "contractAddress": "0x50e1007404025e412F13eD1e1C1e6F57957F6A6F",
23213
23288
  "proxyAddress": "0xe80baC615c38D01c101B0B1b943b05E20C8c2f76",
@@ -23377,6 +23452,12 @@ const chainlinkFeeds = {
23377
23452
  "decimals": 8,
23378
23453
  "name": "SUSHI / USD"
23379
23454
  },
23455
+ {
23456
+ "contractAddress": "0x6594324b6bB0Bdf0C83b0B7ECd4a5c32889B442e",
23457
+ "proxyAddress": "0x25efbA0d9b115D233cfA849F16BA743E8FFba2a1",
23458
+ "decimals": 8,
23459
+ "name": "SPY-USD (24/5)"
23460
+ },
23380
23461
  {
23381
23462
  "contractAddress": "0x6795D4A47c9c8F4117b409D966259CdCf6A9Eb6E",
23382
23463
  "proxyAddress": "0x9944D86CEB9160aF5C5feB251FD671923323f8C3",
@@ -23401,6 +23482,12 @@ const chainlinkFeeds = {
23401
23482
  "decimals": 2,
23402
23483
  "name": "BUIDL NAV"
23403
23484
  },
23485
+ {
23486
+ "contractAddress": "0x6C659766386874a46dacd7a9aEf04818FD3b13F0",
23487
+ "proxyAddress": "0x3f929667bdf783b99274F10465a89d6aF772736E",
23488
+ "decimals": 18,
23489
+ "name": "ZEC / USD"
23490
+ },
23404
23491
  {
23405
23492
  "contractAddress": "0x6Cc5173Ffd8d674C64f2DC7237730Ff021829865",
23406
23493
  "proxyAddress": "0x5C00128d4d1c2F4f652C267d7bcdD7aC99C16E16",
@@ -23419,6 +23506,12 @@ const chainlinkFeeds = {
23419
23506
  "decimals": 18,
23420
23507
  "name": "sUSDD / USDD Exchange Rate"
23421
23508
  },
23509
+ {
23510
+ "contractAddress": "0x6F751d443c2b2E7d45d42b52AC87CDbBB4B0f7DE",
23511
+ "proxyAddress": "0xA1D955b4E582C784583df7071B8a3Fb6d4bcaC42",
23512
+ "decimals": 8,
23513
+ "name": "QQQ-USD (24/5)"
23514
+ },
23422
23515
  {
23423
23516
  "contractAddress": "0x6dFF3fE0bF312f54551788f843F06177fE89C4bd",
23424
23517
  "proxyAddress": "0x03c68933f7a3F76875C0bc670a58e69294cDFD01",
@@ -23444,6 +23537,12 @@ const chainlinkFeeds = {
23444
23537
  "decimals": 18,
23445
23538
  "name": "KNC / ETH"
23446
23539
  },
23540
+ {
23541
+ "contractAddress": "0x74acdD8Ca84fF6a9Eb0814e7F000b4F33195152d",
23542
+ "proxyAddress": "0x2c47b8CD75C818969b398911b70C633e280552d4",
23543
+ "decimals": 8,
23544
+ "name": "NVDA-USD (24/5)"
23545
+ },
23447
23546
  {
23448
23547
  "contractAddress": "0x757EB2AF32c76621FEAE483c6458C04ba19906Ba",
23449
23548
  "proxyAddress": "0xe108E75d6bA28F14EA51F24F886c0B6BBeca575a",
@@ -23591,6 +23690,12 @@ const chainlinkFeeds = {
23591
23690
  "decimals": 8,
23592
23691
  "name": "APE / USD"
23593
23692
  },
23693
+ {
23694
+ "contractAddress": "0x89fB24e1c41c74c712500B86399751b1DA463697",
23695
+ "proxyAddress": "0x0b9bD3eAac381A1a6731ff6598a50638E5CFFD25",
23696
+ "decimals": 8,
23697
+ "name": "CRDYX NAV"
23698
+ },
23594
23699
  {
23595
23700
  "contractAddress": "0x8F73090a7c58B8BDcC9A93cBB6816e5cC4f01E8c",
23596
23701
  "proxyAddress": "0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD",
@@ -23725,12 +23830,6 @@ const chainlinkFeeds = {
23725
23830
  "decimals": 1,
23726
23831
  "name": "Real Final Sales to Private Domestic Purchasers — Percent Change (Annual Rate)"
23727
23832
  },
23728
- {
23729
- "contractAddress": "0x9Bc91f0E55b0d6509F65fd8C4b34b89F23AEfA35",
23730
- "proxyAddress": "0xF0985f7E2CaBFf22CecC5a71282a89582c382EFE",
23731
- "decimals": 18,
23732
- "name": "FTT / ETH"
23733
- },
23734
23833
  {
23735
23834
  "contractAddress": "0x9F6B06e826d3DF391285c695749F8f921F6972D9",
23736
23835
  "proxyAddress": "0x89904B6fcF8dAD1e5DA47dFdF69fC38Ad6be0bd5",
@@ -23738,6 +23837,12 @@ const chainlinkFeeds = {
23738
23837
  "name": "SVR TSLAon-USD (Calculated)",
23739
23838
  "secondaryProxyAddress": "0xC557dcbc32A01a4FBf7b9E3107BAF283f059EDc7"
23740
23839
  },
23840
+ {
23841
+ "contractAddress": "0x9b3a984d1abbe03845CBa7A895f1ff7f4209d59c",
23842
+ "proxyAddress": "0xaB5Dd7DD7669072a1Ef27c0ba241120A27A1aeC3",
23843
+ "decimals": 18,
23844
+ "name": "KAU Reserves"
23845
+ },
23741
23846
  {
23742
23847
  "contractAddress": "0x9c7CF045f964B45FFC6AA0Ffbffd7bb6d1b470A3",
23743
23848
  "proxyAddress": "0x3C7dB4D25deAb7c89660512C5494Dc9A3FC40f78",
@@ -23956,6 +24061,12 @@ const chainlinkFeeds = {
23956
24061
  "decimals": 18,
23957
24062
  "name": "savBTC / avBTC Exchange Rate"
23958
24063
  },
24064
+ {
24065
+ "contractAddress": "0xBa0477C34019E53c7C1C94b127D8892D7DFAFf2A",
24066
+ "proxyAddress": "0x35DDfB90011E686CCf837a6819562705076207EB",
24067
+ "decimals": 8,
24068
+ "name": "ACRED NAV"
24069
+ },
23959
24070
  {
23960
24071
  "contractAddress": "0xBae95c3247AA52738C52d2Df94ac6932b6b1907F",
23961
24072
  "proxyAddress": "0x91b99C9b75aF469a71eE1AB528e8da994A5D7030",
@@ -24004,6 +24115,12 @@ const chainlinkFeeds = {
24004
24115
  "decimals": 18,
24005
24116
  "name": "STETH / ETH"
24006
24117
  },
24118
+ {
24119
+ "contractAddress": "0xCB44fa91012781Ff12D4c258508b470B97F82D41",
24120
+ "proxyAddress": "0xB00341502DfEA6Ced8A5786b4059d29dA5E4D1FD",
24121
+ "decimals": 18,
24122
+ "name": "AUSD / USD"
24123
+ },
24007
24124
  {
24008
24125
  "contractAddress": "0xCe14fF0ACf4a1e7Eab6802C64D317e3fD989f3C6",
24009
24126
  "proxyAddress": "0x60AEd7d20AC6328f7BA771aD58931c996aff30E8",
@@ -24016,6 +24133,12 @@ const chainlinkFeeds = {
24016
24133
  "decimals": 8,
24017
24134
  "name": "CAD / USD"
24018
24135
  },
24136
+ {
24137
+ "contractAddress": "0xD0e3f81D467A1383F582D36a26E03E48D54cE391",
24138
+ "proxyAddress": "0xd92095BAf79a6ca6533019e952aDe0d3C5834f4b",
24139
+ "decimals": 8,
24140
+ "name": "VBILL NAV"
24141
+ },
24019
24142
  {
24020
24143
  "contractAddress": "0xD0f0efAfB63ce1e46ae1aF84BCFE2A2A175E6797",
24021
24144
  "proxyAddress": "0xda9258AFc797Cd64d1b6FC651051224cdAB1B25E",
@@ -24130,6 +24253,12 @@ const chainlinkFeeds = {
24130
24253
  "decimals": 8,
24131
24254
  "name": "IBTA / USD"
24132
24255
  },
24256
+ {
24257
+ "contractAddress": "0xa4dD65e17944d735CE35DfE12b92EAB8f679A510",
24258
+ "proxyAddress": "0x3BbccB2301759D2e4A5692bA72DAb4b75dC43B1a",
24259
+ "decimals": 6,
24260
+ "name": "JAAA NAV"
24261
+ },
24133
24262
  {
24134
24263
  "contractAddress": "0xa685F0Bb86044e9c6A182A3689bBF8A98eB5764C",
24135
24264
  "proxyAddress": "0x0c89c488e763AC2d69cB058CCAC7A8B283EE3DbA",
@@ -24148,6 +24277,12 @@ const chainlinkFeeds = {
24148
24277
  "decimals": 8,
24149
24278
  "name": "SOL / USD"
24150
24279
  },
24280
+ {
24281
+ "contractAddress": "0xaF452c2EA72b6E08AB64a67133a13C4ED35343eb",
24282
+ "proxyAddress": "0xAFa801e508613be7CA88D2d0fDB3F84f4c1B0384",
24283
+ "decimals": 18,
24284
+ "name": "C1USD Reserves"
24285
+ },
24151
24286
  {
24152
24287
  "contractAddress": "0xad88fc1A810379Ef4EFbF2D97EdE57e306178e5a",
24153
24288
  "proxyAddress": "0xd82562bb17557231Cd871e1B2525F3AB8d63D409",
@@ -24251,12 +24386,6 @@ const chainlinkFeeds = {
24251
24386
  "decimals": 18,
24252
24387
  "name": "SHIB / ETH"
24253
24388
  },
24254
- {
24255
- "contractAddress": "0xcD2d64424aBE57AB8c70d9f9253d0C6DffeBB2E7",
24256
- "proxyAddress": "0xE3fd61Cd8935EAE81e1c31AF36D7134e411490Cd",
24257
- "decimals": 8,
24258
- "name": "OUSDT / USD"
24259
- },
24260
24389
  {
24261
24390
  "contractAddress": "0xcd07B31D85756098334eDdC92DE755dEae8FE62f",
24262
24391
  "proxyAddress": "0xbd7F896e60B650C01caf2d7279a1148189A68884",
@@ -24369,6 +24498,12 @@ const chainlinkFeeds = {
24369
24498
  "decimals": 8,
24370
24499
  "name": "WLFI / USD"
24371
24500
  },
24501
+ {
24502
+ "contractAddress": "0xecA1d16A120fC96Fe33CfEB64Adca70B678dFb8b",
24503
+ "proxyAddress": "0x42fC9d7c315Cf64Edc39ec984Bf89Bc34BbE9FD5",
24504
+ "decimals": 18,
24505
+ "name": "ezETH Proof of Reserves"
24506
+ },
24372
24507
  {
24373
24508
  "contractAddress": "0xf17CB308606999DF25F5d4B9f74bD9fe47A5b3b3",
24374
24509
  "proxyAddress": "0xAbE7a3643615Ed32d3431e11E0Ee5A486Cb27d48",
@@ -24647,6 +24782,12 @@ const chainlinkFeeds = {
24647
24782
  "decimals": 8,
24648
24783
  "name": "APT / USD"
24649
24784
  },
24785
+ {
24786
+ "contractAddress": "0x36D86c4D65B534375380a31749c3E8c0E8756bD8",
24787
+ "proxyAddress": "0xAE33e077a02071E62d342E449Afd9895b016d541",
24788
+ "decimals": 8,
24789
+ "name": "SAND / USD"
24790
+ },
24650
24791
  {
24651
24792
  "contractAddress": "0x384547665C7BF2bb7927E67A8a321E9a0c91Fe59",
24652
24793
  "proxyAddress": "0x89178957E9bD07934d7792fFc0CF39f11c8C2B1F",
@@ -24773,12 +24914,6 @@ const chainlinkFeeds = {
24773
24914
  "decimals": 8,
24774
24915
  "name": "LINK / USD"
24775
24916
  },
24776
- {
24777
- "contractAddress": "0x5d1345669278128B77AF9662C5D6B5e0b2FFD54A",
24778
- "proxyAddress": "0xAE33e077a02071E62d342E449Afd9895b016d541",
24779
- "decimals": 8,
24780
- "name": "SAND / USD"
24781
- },
24782
24917
  {
24783
24918
  "contractAddress": "0x5d782463840e3a2Ed55e425916d498319f289DEd",
24784
24919
  "proxyAddress": "0xD7bC56BBF8D555936cb5121f38d1d362c586776A",
@@ -24995,12 +25130,6 @@ const chainlinkFeeds = {
24995
25130
  "decimals": 8,
24996
25131
  "name": "SOL / USD"
24997
25132
  },
24998
- {
24999
- "contractAddress": "0x95836878f632c8797434a359ab3863892BF7eEcc",
25000
- "proxyAddress": "0x60025324DAB37DB3A623ea59Cc567937821EeA12",
25001
- "decimals": 8,
25002
- "name": "OUSDT / USD"
25003
- },
25004
25133
  {
25005
25134
  "contractAddress": "0x962e192e23fcc5Ec59141b58B112e5Fe0e0B70C0",
25006
25135
  "proxyAddress": "0x4e8e8F5b3d0f49e00F3DFb9CF827d1A0FBe33B21",
@@ -25211,12 +25340,6 @@ const chainlinkFeeds = {
25211
25340
  "decimals": 8,
25212
25341
  "name": "SEI / USD"
25213
25342
  },
25214
- {
25215
- "contractAddress": "0xa2eb6Ece70Cf255624ed2B2158A7dbC4dc4b02Ad",
25216
- "proxyAddress": "0x4244c9aE5B97269B7301B622E22932FA49fBb763",
25217
- "decimals": 8,
25218
- "name": "mooBIFI / USD"
25219
- },
25220
25343
  {
25221
25344
  "contractAddress": "0xa44681BdaE78DB54cAc3d7f862d6A5BaE8c79CbC",
25222
25345
  "proxyAddress": "0xFC3b7bd4368b2919f67E437f8c6Ca42C7FD55dd5",
@@ -25763,12 +25886,6 @@ const chainlinkFeeds = {
25763
25886
  "decimals": 8,
25764
25887
  "name": "ATOM / USD"
25765
25888
  },
25766
- {
25767
- "contractAddress": "0x5A3b0851519Bfd72b681609137efF5b2E47C381b",
25768
- "proxyAddress": "0x47e01580C537Cd47dA339eA3a4aFb5998CCf037C",
25769
- "decimals": 8,
25770
- "name": "SPELL / USD"
25771
- },
25772
25889
  {
25773
25890
  "contractAddress": "0x5A69d0948b0607401cC821704b7E99916bc9452E",
25774
25891
  "proxyAddress": "0xbD4Bcf7DCFF34fd67525FceB3992cec53C23892A",
@@ -25851,6 +25968,12 @@ const chainlinkFeeds = {
25851
25968
  "name": "SVR TWT / BNB",
25852
25969
  "secondaryProxyAddress": "0x1A083354421Da4e26D78D55DAfaeBf4CFc541dAf"
25853
25970
  },
25971
+ {
25972
+ "contractAddress": "0x66815140e049C986Ca00fae75591958c4c322a5e",
25973
+ "proxyAddress": "0xfa54C1c5F62ea3a5653a0b1b7148E26008eA1501",
25974
+ "decimals": 18,
25975
+ "name": "XAUM Reference Rate"
25976
+ },
25854
25977
  {
25855
25978
  "contractAddress": "0x67AF9BF189380E91bF59a4EA0c7cCd9B710d6786",
25856
25979
  "proxyAddress": "0x337B4889fed5557595c37a45c1BB9b057cC670AE",
@@ -26104,12 +26227,6 @@ const chainlinkFeeds = {
26104
26227
  "decimals": 8,
26105
26228
  "name": "LISUSD / USD"
26106
26229
  },
26107
- {
26108
- "contractAddress": "0xA90204b8Cffa45EDbca42CB577CDF6fafAbF0d33",
26109
- "proxyAddress": "0x9f1fD2cEf7b226D555A747DA0411F93c5fe74e13",
26110
- "decimals": 8,
26111
- "name": "VET / USD"
26112
- },
26113
26230
  {
26114
26231
  "contractAddress": "0xAA6778bD1313ff4BF4F07b671B3B89A12aDD0277",
26115
26232
  "proxyAddress": "0x964261740356cB4aaD0C3D2003Ce808A4176a46d",
@@ -26289,6 +26406,12 @@ const chainlinkFeeds = {
26289
26406
  "decimals": 8,
26290
26407
  "name": "RDNT / USD"
26291
26408
  },
26409
+ {
26410
+ "contractAddress": "0xF0030fA22Aeee34Aacc9a7F6B9190951b96D7FF2",
26411
+ "proxyAddress": "0x86b3897a1c755ac8f0e12263242141cdecF71CC2",
26412
+ "decimals": 18,
26413
+ "name": "RLP / USD Exchange Rate"
26414
+ },
26292
26415
  {
26293
26416
  "contractAddress": "0xF2cb4eaa89Efc51aa79bA31F815361EB47Be34c5",
26294
26417
  "proxyAddress": "0xeDA73F8acb669274B15A977Cb0cdA57a84F18c2a",
@@ -27517,12 +27640,6 @@ const chainlinkFeeds = {
27517
27640
  "decimals": 8,
27518
27641
  "name": "USDe / USD"
27519
27642
  },
27520
- {
27521
- "contractAddress": "0xbC71031a5588b6bDfEA3C2974bD6fa0F5b81d49b",
27522
- "proxyAddress": "0xF626964Ba5e81405f47e8004F0b276Bb974742B5",
27523
- "decimals": 8,
27524
- "name": "BADGER / USD"
27525
- },
27526
27643
  {
27527
27644
  "contractAddress": "0xbc128024295Ed113926C4Dd49fb71964cfc9D516",
27528
27645
  "proxyAddress": "0x692AE5510cA9070095A496dbcFBCDA99D4024Cd9",
@@ -27783,12 +27900,6 @@ const chainlinkFeeds = {
27783
27900
  "decimals": 1,
27784
27901
  "name": "PCE Price Index — Percent Change (Annual Rate)"
27785
27902
  },
27786
- {
27787
- "contractAddress": "0xB70b802953462312A47c857b940991108F8d43De",
27788
- "proxyAddress": "0x790181e93e9F4Eedb5b864860C12e4d2CffFe73B",
27789
- "decimals": 8,
27790
- "name": "OUSDT / USD"
27791
- },
27792
27903
  {
27793
27904
  "contractAddress": "0xBb223278eCE74329276099E71d0F0be70Ba74faC",
27794
27905
  "proxyAddress": "0xCdF021EbD115b1B225801F4056c40F4Ff14A574d",
@@ -28263,12 +28374,6 @@ const chainlinkFeeds = {
28263
28374
  "decimals": 18,
28264
28375
  "name": "USR-USD Exchange Rate"
28265
28376
  },
28266
- {
28267
- "contractAddress": "0x7DCcF223c077e8D1e2297d7788Bb6E62af89dFc9",
28268
- "proxyAddress": "0xF049354158e13F6794A3cCD236694E0e1BD9AF79",
28269
- "decimals": 8,
28270
- "name": "OUSDT / USD"
28271
- },
28272
28377
  {
28273
28378
  "contractAddress": "0x842291cfbEf554fF48197316136dF9beA63Eaac6",
28274
28379
  "proxyAddress": "0x4516fDa3259110EefAfC6fBcE266417B3F3b985a",
@@ -28349,12 +28454,6 @@ const chainlinkFeeds = {
28349
28454
  "decimals": 8,
28350
28455
  "name": "USDe / USD"
28351
28456
  },
28352
- {
28353
- "contractAddress": "0x1019a076F73432AAb97A73CD04e4B6Ad968C09C2",
28354
- "proxyAddress": "0xC5fD97adABf827e9FCC4ed936360f47080F35868",
28355
- "decimals": 8,
28356
- "name": "OUSDT / USD"
28357
- },
28358
28457
  {
28359
28458
  "contractAddress": "0x154650BD0B40E449214f9c544cE693889ae65f27",
28360
28459
  "proxyAddress": "0xaDE1b9AbB98c6A542E4B49db2588a3Ec4bF7Cdf0",
@@ -28666,6 +28765,12 @@ const chainlinkFeeds = {
28666
28765
  "decimals": 18,
28667
28766
  "name": "ynETH / ETH Exchange Rate"
28668
28767
  },
28768
+ {
28769
+ "contractAddress": "0x21F577D890e5c74e3f56E2C6C0ba4321B5D5bFc6",
28770
+ "proxyAddress": "0x7dBC779B2A6F9B9AaB83a2dED78A2F7E9e203f0c",
28771
+ "decimals": 8,
28772
+ "name": "XAG / USD"
28773
+ },
28669
28774
  {
28670
28775
  "contractAddress": "0x21b1E4eA0E9AE2e79932662300eB12A0f90AbE59",
28671
28776
  "proxyAddress": "0x591e79239a7d679378eC8c847e5038150364C78F",
@@ -28780,12 +28885,6 @@ const chainlinkFeeds = {
28780
28885
  "decimals": 18,
28781
28886
  "name": "yUSD / USD Exchange Rate"
28782
28887
  },
28783
- {
28784
- "contractAddress": "0x41F3a42270f161Ad1b25Cdb06bAd6cFC123E5C99",
28785
- "proxyAddress": "0x2B1de6AD89847C11aF2ede14edB013AA79E94aC9",
28786
- "decimals": 8,
28787
- "name": "MAG7.SSI / USD"
28788
- },
28789
28888
  {
28790
28889
  "contractAddress": "0x43F92e6805196FA6cd7a19F3d769957f95Baa261",
28791
28890
  "proxyAddress": "0xB366E8Efb9661323ff477CedF70f55F897D6cFeA",
@@ -29036,6 +29135,12 @@ const chainlinkFeeds = {
29036
29135
  "decimals": 0,
29037
29136
  "name": "AAVE Network Emergency Count (Base)"
29038
29137
  },
29138
+ {
29139
+ "contractAddress": "0x7f567Bf6EB08740F18Cd4de0A5716118954F731f",
29140
+ "proxyAddress": "0x900E653c6b25eCf1eF43525fcCC5263E654085cc",
29141
+ "decimals": 18,
29142
+ "name": "RLUSD / USD"
29143
+ },
29039
29144
  {
29040
29145
  "contractAddress": "0x801B6E7d186370EeE854F76481643c22c7d1da99",
29041
29146
  "proxyAddress": "0xdEd37FC1400B8022968441356f771639ad1B23aA",
@@ -29324,12 +29429,6 @@ const chainlinkFeeds = {
29324
29429
  "decimals": 8,
29325
29430
  "name": "USDAI / USD"
29326
29431
  },
29327
- {
29328
- "contractAddress": "0xF4f6843A8003417b04EAbDd7a1bAe2cAFCBF0aCC",
29329
- "proxyAddress": "0x721F1B4dc604AEA0661Aa9982AB624e5756B31f2",
29330
- "decimals": 8,
29331
- "name": "mooBIFI / USD"
29332
- },
29333
29432
  {
29334
29433
  "contractAddress": "0xF929EC74AB71033792308dB7fbE82Eb87b42ac3E",
29335
29434
  "proxyAddress": "0x95Eba7bE2f755a298984bd714822994f1d4B6313",
@@ -29440,6 +29539,12 @@ const chainlinkFeeds = {
29440
29539
  "decimals": 1,
29441
29540
  "name": "Real Final Sales to Private Domestic Purchasers — Percent Change (Annual Rate)"
29442
29541
  },
29542
+ {
29543
+ "contractAddress": "0xdc22706Ac082C85fE56A5ac4cc85A7b012490c35",
29544
+ "proxyAddress": "0xaABc55Ca55D70B034e4daA2551A224239890282F",
29545
+ "decimals": 18,
29546
+ "name": "VVV / USD"
29547
+ },
29443
29548
  {
29444
29549
  "contractAddress": "0xe09bE26CF556F7211c16B75BE9fB4DB433A0d37E",
29445
29550
  "proxyAddress": "0x06bdFe07E71C476157FC025d3cCD4BBe08e83EF9",
@@ -29609,6 +29714,12 @@ const chainlinkFeeds = {
29609
29714
  "decimals": 18,
29610
29715
  "name": "instETH / ETH Exchange Rate"
29611
29716
  },
29717
+ {
29718
+ "contractAddress": "0x11F15B46dFDcAE97FFCC08d4Fe2520CC09B8c959",
29719
+ "proxyAddress": "0xAa3024cF3f77bA88f8Fe9ff0D24903c50022f874",
29720
+ "decimals": 18,
29721
+ "name": "SAVUSD / AVUSD Exchange Rate"
29722
+ },
29612
29723
  {
29613
29724
  "contractAddress": "0x126b9a529Dd6f14C62c494F6b6b5AA73d9f6F849",
29614
29725
  "proxyAddress": "0x3609baAa0a9b1f0FE4d6CC01884585d0e191C3E3",
@@ -29823,6 +29934,12 @@ const chainlinkFeeds = {
29823
29934
  "decimals": 8,
29824
29935
  "name": "ETH / USD"
29825
29936
  },
29937
+ {
29938
+ "contractAddress": "0x377dB25BbD41Bf70746cC2936875AA6bDF58fD43",
29939
+ "proxyAddress": "0x4Fd4455b88D38945ca1B2ef2D499f805091EB5a6",
29940
+ "decimals": 18,
29941
+ "name": "SOLVBTC / BTC Exchange Rate"
29942
+ },
29826
29943
  {
29827
29944
  "contractAddress": "0x37b300020b77d043F2A8cf7700f1b05d6d889090",
29828
29945
  "proxyAddress": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7",
@@ -29835,12 +29952,6 @@ const chainlinkFeeds = {
29835
29952
  "decimals": 8,
29836
29953
  "name": "SNX / USD"
29837
29954
  },
29838
- {
29839
- "contractAddress": "0x39fdD7815faDA275d666437D9571967Ef6417880",
29840
- "proxyAddress": "0x05Bc6e5Fb110589bb366A3Cd7CdBe143EeBA2168",
29841
- "decimals": 18,
29842
- "name": "SWETH / ETH"
29843
- },
29844
29955
  {
29845
29956
  "contractAddress": "0x3A00c8Ffe6d87C00c55543f3a265E153bC50e754",
29846
29957
  "proxyAddress": "0x9fa74925F21ad6C86d8f402EF490cFbA2Fa5e9bE",
@@ -30285,12 +30396,6 @@ const chainlinkFeeds = {
30285
30396
  "decimals": 18,
30286
30397
  "name": "TRUMP/USD-RefPrice-DSstaging-Premium-Global-003"
30287
30398
  },
30288
- {
30289
- "contractAddress": "0x3caF678232f500b05864dBaDDD9F9dB8760bE072",
30290
- "proxyAddress": null,
30291
- "decimals": 18,
30292
- "name": "CAT/USD-RefPrice-DSstaging-Premium-Global-003-dead"
30293
- },
30294
30399
  {
30295
30400
  "contractAddress": "0x3caF678232f500b05864dBaDDD9F9dB8760bE072",
30296
30401
  "proxyAddress": null,
@@ -31465,13 +31570,6 @@ const chainlinkFeeds = {
31465
31570
  "decimals": 8,
31466
31571
  "name": "solvBTC / BTC"
31467
31572
  },
31468
- {
31469
- "contractAddress": "0x7399107Df5344E0b928e75f3ACfa90569eC20848",
31470
- "proxyAddress": "0x16F384AeF73f3f3f7B566125b1f144Bc7c847b1E",
31471
- "decimals": 8,
31472
- "name": "SVR FRAX / USD",
31473
- "secondaryProxyAddress": "0x7537F8c0f8F7E7def07BF9e91e636e55881C7A66"
31474
- },
31475
31573
  {
31476
31574
  "contractAddress": "0x73BBf768a429a4f80c47D0d22DdBCe5823c97d7a",
31477
31575
  "proxyAddress": "0x052d4200b624b07262F574af26C71A6553996Ab5",
@@ -32050,6 +32148,18 @@ const chainlinkFeeds = {
32050
32148
  "decimals": 8,
32051
32149
  "name": "APT / USD"
32052
32150
  },
32151
+ {
32152
+ "contractAddress": "0xb915D2b9d10df9Df8043F6d72fECDbA36edBdB60",
32153
+ "proxyAddress": "0x9dC30b7242556F871932AFe38CC34d2a77E6F6C9",
32154
+ "decimals": 18,
32155
+ "name": "DAI / USD CAPPED"
32156
+ },
32157
+ {
32158
+ "contractAddress": "0xb930631CF1A4158903Acaf30CAa716cC320c936F",
32159
+ "proxyAddress": "0xb2378F24E6d543cd28A8edcc7d2bE517FC9e074c",
32160
+ "decimals": 18,
32161
+ "name": "LUSD / USD CAPPED"
32162
+ },
32053
32163
  {
32054
32164
  "contractAddress": "0xb98512d5a21e13cf27b84Cc90eA118AE14134A76",
32055
32165
  "proxyAddress": "0x021126143D0B6e20Bb69beFcc860e7E523df8055",
@@ -32274,6 +32384,12 @@ const chainlinkFeeds = {
32274
32384
  "decimals": 3,
32275
32385
  "name": "PCE Price Index — Level"
32276
32386
  },
32387
+ {
32388
+ "contractAddress": "0xf1a81F33CDe09D59B64d0BE084971b9FBbA776E7",
32389
+ "proxyAddress": "0x21082CA28570f0ccfb089465bFaEfDc77b00D367",
32390
+ "decimals": 18,
32391
+ "name": "ZEC / USD"
32392
+ },
32277
32393
  {
32278
32394
  "contractAddress": "0xf6bACC7750c23A34b996A355A6E78b17Fc4BaEdC",
32279
32395
  "proxyAddress": "0x383b3624478124697BEF675F07cA37570b73992f",
@@ -32650,12 +32766,6 @@ const chainlinkFeeds = {
32650
32766
  "decimals": 8,
32651
32767
  "name": "ADA / USD"
32652
32768
  },
32653
- {
32654
- "contractAddress": "0x461b95e560697B0C83AB569f06034832a4b62707",
32655
- "proxyAddress": "0x99311B4bf6D8E3D3B4b9fbdD09a1B0F4Ad8e06E9",
32656
- "decimals": 8,
32657
- "name": "BTC.b Proof of Reserves"
32658
- },
32659
32769
  {
32660
32770
  "contractAddress": "0x4A5cE69A1aDA639042B30e1574Eb9D6e939388A3",
32661
32771
  "proxyAddress": "0x5C2d58627Fbe746f5ea24Ef6D618f09f8e3f0122",
@@ -33524,12 +33634,6 @@ const chainlinkFeeds = {
33524
33634
  "decimals": 18,
33525
33635
  "name": "wstETH-stETH Exchange Rate"
33526
33636
  },
33527
- {
33528
- "contractAddress": "0xD672b32F0AcDF22b850852D4Cd7c59bc920D523a",
33529
- "proxyAddress": "0x3fBB86e564fC1303625BA88EaE55740f3A649d36",
33530
- "decimals": 18,
33531
- "name": "RETH / ETH"
33532
- },
33533
33637
  {
33534
33638
  "contractAddress": "0xD80196353308B3b0B34DA405b049F7F4f0E4C298",
33535
33639
  "proxyAddress": "0x538E0fC727ce4604e25354D082890cdb5553d33B",
@@ -33566,6 +33670,12 @@ const chainlinkFeeds = {
33566
33670
  "decimals": 8,
33567
33671
  "name": "WBTC / BTC"
33568
33672
  },
33673
+ {
33674
+ "contractAddress": "0xb5d6a076549Af9E436f4D18F495772204f746f34",
33675
+ "proxyAddress": "0x5df16dE72003c33dE38f8620BF91f0e7c4eE7300",
33676
+ "decimals": 18,
33677
+ "name": "EURC / USD"
33678
+ },
33569
33679
  {
33570
33680
  "contractAddress": "0xeAEE2B0DA69DFf8977f2E73887509B51fbf9bBfd",
33571
33681
  "proxyAddress": "0xd63624330Ed4e50dD65FeA45c08558F78a3d8abd",
@@ -34182,6 +34292,7 @@ var types_default = {
34182
34292
  "plugin": [2],
34183
34293
  "controller": [2],
34184
34294
  "verified": [5],
34295
+ "turbo": [5],
34185
34296
  "domain": [2],
34186
34297
  "search": [2],
34187
34298
  "__typename": [2]
@@ -35625,5 +35736,5 @@ function toAddressLink(address, client) {
35625
35736
  }
35626
35737
 
35627
35738
  //#endregion
35628
- export { Aip, ChainId, ChainList, EVENT_DB, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAggregatorInterface_ABI, ICLRatePriceCapAdapter_ABI, ICLSynchronicityPriceAdapterBaseToPeg_ABI, ICLSynchronicityPriceAdapterPegToBase_ABI, ICLSynchronicityPriceAdapter_ABI, ICollector_ABI, IDefaultInterestRateStrategyV2_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IGovernance_ABI, IOwnable_ABI, IPausableUpgradeable_ABI, IPayloadsController_ABI, IPendlePriceCapAdapter_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IPriceCapAdapterBase_ABI, IPriceCapAdapterStable_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, ISafe_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, KNOWN_ROLES, LTV_PRECISION, PayloadState, ProposalState, RAY, SECONDS_PER_YEAR, SelfdestructCheckState, SoltypeType, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, bytes32ToAddress, calculateAccruedRewards, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getBytesValue, getClient, getCompleteReserveConfiguration, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getDynamicArraySlot, getEmissionPerSecondScaled, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSolidityStorageSlotAddress, getSolidityStorageSlotBytes, getSolidityStorageSlotUint, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseFrontmatterMd, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, snapshotClient, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
35739
+ export { Aip, BALANCER_VAULT_V2, BALANCER_VAULT_V3, ChainId, ChainList, EVENT_DB, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAggregatorInterface_ABI, ICLRatePriceCapAdapter_ABI, ICLSynchronicityPriceAdapterBaseToPeg_ABI, ICLSynchronicityPriceAdapterPegToBase_ABI, ICLSynchronicityPriceAdapter_ABI, ICollector_ABI, IDefaultInterestRateStrategyV2_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IGovernance_ABI, IOwnable_ABI, IPausableUpgradeable_ABI, IPayloadsController_ABI, IPendlePriceCapAdapter_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IPriceCapAdapterBase_ABI, IPriceCapAdapterStable_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, ISafe_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, KNOWN_ROLES, LTV_PRECISION, MORPHO, PayloadState, ProposalState, RAY, SECONDS_PER_YEAR, SelfdestructCheckState, SoltypeType, UNISWAP_V4_MANAGER, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VELORA_PORTIKUS, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, bytes32ToAddress, calculateAccruedRewards, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getBytesValue, getClient, getClosestBlock, getCompleteReserveConfiguration, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getDynamicArraySlot, getEmissionPerSecondScaled, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSolidityStorageSlotAddress, getSolidityStorageSlotBytes, getSolidityStorageSlotUint, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseFrontmatterMd, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, snapshotClient, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
35629
35740
  //# sourceMappingURL=browser.mjs.map