@bgd-labs/toolbox 0.0.19 → 0.0.20

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.
@@ -506,6 +506,7 @@ declare const ChainId: {
506
506
  readonly linea: 59144;
507
507
  readonly ink: 57073;
508
508
  readonly soneium: 1868;
509
+ readonly bob: 60808;
509
510
  };
510
511
  declare const ChainList: Record<valueOf<typeof ChainId>, Chain>;
511
512
 
@@ -527,12 +528,13 @@ declare const publicRPCs: {
527
528
  readonly 250: "https://rpc.ftm.tools";
528
529
  readonly 43114: "https://api.avax.network/ext/bc/C/rpc";
529
530
  readonly 59144: "https://rpc.linea.build";
531
+ readonly 60808: "https://rpc.gobob.xyz";
530
532
  };
531
- declare const alchemySupportedChainIds: (1 | 10 | 56 | 100 | 137 | 146 | 250 | 324 | 1101 | 4002 | 5000 | 8453 | 42161 | 42220 | 43113 | 43114 | 59144 | 80002 | 84532 | 421614 | 534351 | 534352 | 11155111 | 11155420 | 1088 | 57073 | 1666600000 | 1868)[];
532
- declare const getNetworkEnv: (chainId: SupportedChainIds) => "RPC_BNB" | "RPC_CELO" | "RPC_METIS" | "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";
533
+ declare const alchemySupportedChainIds: (1 | 10 | 56 | 100 | 137 | 146 | 250 | 324 | 1101 | 4002 | 5000 | 8453 | 42161 | 42220 | 43113 | 43114 | 59144 | 80002 | 84532 | 421614 | 534351 | 534352 | 11155111 | 11155420 | 1088 | 57073 | 1666600000 | 1868 | 60808)[];
534
+ 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";
533
535
  declare function getExplicitRPC(chainId: SupportedChainIds): string;
534
536
  declare function getAlchemyRPC(chainId: SupportedChainIds, alchemyKey: string): string;
535
- declare function getPublicRpc(chainId: SupportedChainIds): "https://mainnet.era.zksync.io" | "https://api.avax.network/ext/bc/C/rpc" | "https://rpc.linea.build" | "https://rpc.scroll.io" | "https://andromeda.metis.io/?owner=1088" | "https://eth.llamarpc.com" | "https://polygon.llamarpc.com" | "https://base.llamarpc.com" | "https://binance.llamarpc.com" | "https://rpc.ankr.com/gnosis" | "https://rpc.ftm.tools";
537
+ declare function getPublicRpc(chainId: SupportedChainIds): "https://mainnet.era.zksync.io" | "https://api.avax.network/ext/bc/C/rpc" | "https://rpc.linea.build" | "https://rpc.scroll.io" | "https://andromeda.metis.io/?owner=1088" | "https://rpc.gobob.xyz" | "https://eth.llamarpc.com" | "https://polygon.llamarpc.com" | "https://base.llamarpc.com" | "https://binance.llamarpc.com" | "https://rpc.ankr.com/gnosis" | "https://rpc.ftm.tools";
536
538
  /**
537
539
  * HyperRPCs are extremely fast **but** they only support a subset of the standard.
538
540
  * Therefore they are not used in the generalized getClient atm.
@@ -6801,7 +6803,7 @@ declare const chainlinkFeeds: {
6801
6803
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
6802
6804
  readonly proxyAddress: null;
6803
6805
  readonly decimals: 18;
6804
- readonly name: "UNIBTC/BTC-ExRate-mainnet-production";
6806
+ readonly name: "UNIBTC/BTC-ExRate-Deprecated-mainnet-production";
6805
6807
  }, {
6806
6808
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
6807
6809
  readonly proxyAddress: null;
@@ -7825,8 +7827,18 @@ declare const chainlinkFeeds: {
7825
7827
  }, {
7826
7828
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
7827
7829
  readonly proxyAddress: null;
7828
- readonly decimals: 18;
7830
+ readonly decimals: 0;
7829
7831
  readonly name: "SYRUPUSDC/USDC-ExRate-mainnet-production";
7832
+ }, {
7833
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7834
+ readonly proxyAddress: null;
7835
+ readonly decimals: 18;
7836
+ readonly name: "SyrupUSDC/USDC-ExRate-Deprecated-mainnet-production";
7837
+ }, {
7838
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7839
+ readonly proxyAddress: null;
7840
+ readonly decimals: 0;
7841
+ readonly name: "UNIBTC/BTC-ExRate-mainnet-production";
7830
7842
  }, {
7831
7843
  readonly contractAddress: "0x01DD3Cf6118069DB13A2d64d7e1A09FECd587EDD";
7832
7844
  readonly proxyAddress: "0x8d0CC5f38f9E802475f2CFf4F9fc7000C2E1557c";
@@ -9600,7 +9612,7 @@ declare const chainlinkFeeds: {
9600
9612
  }, {
9601
9613
  readonly contractAddress: "0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66";
9602
9614
  readonly proxyAddress: null;
9603
- readonly decimals: 18;
9615
+ readonly decimals: 0;
9604
9616
  readonly name: "wstETH/USD-RefPrice-DS-Premium-Global-003";
9605
9617
  }, {
9606
9618
  readonly contractAddress: "0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66";
@@ -506,6 +506,7 @@ declare const ChainId: {
506
506
  readonly linea: 59144;
507
507
  readonly ink: 57073;
508
508
  readonly soneium: 1868;
509
+ readonly bob: 60808;
509
510
  };
510
511
  declare const ChainList: Record<valueOf<typeof ChainId>, Chain>;
511
512
 
@@ -527,12 +528,13 @@ declare const publicRPCs: {
527
528
  readonly 250: "https://rpc.ftm.tools";
528
529
  readonly 43114: "https://api.avax.network/ext/bc/C/rpc";
529
530
  readonly 59144: "https://rpc.linea.build";
531
+ readonly 60808: "https://rpc.gobob.xyz";
530
532
  };
531
- declare const alchemySupportedChainIds: (1 | 10 | 56 | 100 | 137 | 146 | 250 | 324 | 1101 | 4002 | 5000 | 8453 | 42161 | 42220 | 43113 | 43114 | 59144 | 80002 | 84532 | 421614 | 534351 | 534352 | 11155111 | 11155420 | 1088 | 57073 | 1666600000 | 1868)[];
532
- declare const getNetworkEnv: (chainId: SupportedChainIds) => "RPC_BNB" | "RPC_CELO" | "RPC_METIS" | "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";
533
+ declare const alchemySupportedChainIds: (1 | 10 | 56 | 100 | 137 | 146 | 250 | 324 | 1101 | 4002 | 5000 | 8453 | 42161 | 42220 | 43113 | 43114 | 59144 | 80002 | 84532 | 421614 | 534351 | 534352 | 11155111 | 11155420 | 1088 | 57073 | 1666600000 | 1868 | 60808)[];
534
+ 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";
533
535
  declare function getExplicitRPC(chainId: SupportedChainIds): string;
534
536
  declare function getAlchemyRPC(chainId: SupportedChainIds, alchemyKey: string): string;
535
- declare function getPublicRpc(chainId: SupportedChainIds): "https://mainnet.era.zksync.io" | "https://api.avax.network/ext/bc/C/rpc" | "https://rpc.linea.build" | "https://rpc.scroll.io" | "https://andromeda.metis.io/?owner=1088" | "https://eth.llamarpc.com" | "https://polygon.llamarpc.com" | "https://base.llamarpc.com" | "https://binance.llamarpc.com" | "https://rpc.ankr.com/gnosis" | "https://rpc.ftm.tools";
537
+ declare function getPublicRpc(chainId: SupportedChainIds): "https://mainnet.era.zksync.io" | "https://api.avax.network/ext/bc/C/rpc" | "https://rpc.linea.build" | "https://rpc.scroll.io" | "https://andromeda.metis.io/?owner=1088" | "https://rpc.gobob.xyz" | "https://eth.llamarpc.com" | "https://polygon.llamarpc.com" | "https://base.llamarpc.com" | "https://binance.llamarpc.com" | "https://rpc.ankr.com/gnosis" | "https://rpc.ftm.tools";
536
538
  /**
537
539
  * HyperRPCs are extremely fast **but** they only support a subset of the standard.
538
540
  * Therefore they are not used in the generalized getClient atm.
@@ -6801,7 +6803,7 @@ declare const chainlinkFeeds: {
6801
6803
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
6802
6804
  readonly proxyAddress: null;
6803
6805
  readonly decimals: 18;
6804
- readonly name: "UNIBTC/BTC-ExRate-mainnet-production";
6806
+ readonly name: "UNIBTC/BTC-ExRate-Deprecated-mainnet-production";
6805
6807
  }, {
6806
6808
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
6807
6809
  readonly proxyAddress: null;
@@ -7825,8 +7827,18 @@ declare const chainlinkFeeds: {
7825
7827
  }, {
7826
7828
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
7827
7829
  readonly proxyAddress: null;
7828
- readonly decimals: 18;
7830
+ readonly decimals: 0;
7829
7831
  readonly name: "SYRUPUSDC/USDC-ExRate-mainnet-production";
7832
+ }, {
7833
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7834
+ readonly proxyAddress: null;
7835
+ readonly decimals: 18;
7836
+ readonly name: "SyrupUSDC/USDC-ExRate-Deprecated-mainnet-production";
7837
+ }, {
7838
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7839
+ readonly proxyAddress: null;
7840
+ readonly decimals: 0;
7841
+ readonly name: "UNIBTC/BTC-ExRate-mainnet-production";
7830
7842
  }, {
7831
7843
  readonly contractAddress: "0x01DD3Cf6118069DB13A2d64d7e1A09FECd587EDD";
7832
7844
  readonly proxyAddress: "0x8d0CC5f38f9E802475f2CFf4F9fc7000C2E1557c";
@@ -9600,7 +9612,7 @@ declare const chainlinkFeeds: {
9600
9612
  }, {
9601
9613
  readonly contractAddress: "0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66";
9602
9614
  readonly proxyAddress: null;
9603
- readonly decimals: 18;
9615
+ readonly decimals: 0;
9604
9616
  readonly name: "wstETH/USD-RefPrice-DS-Premium-Global-003";
9605
9617
  }, {
9606
9618
  readonly contractAddress: "0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66";
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { b3 as AggregatorInterface_ABI, a0 as Aip, aw as BundleParams, ag as ChainId, ah as ChainList, ac as ContractObject, af as EVENT_DB, a2 as ExplorerConfig, aL as GenericIndexerArgs, X as GovernanceContract, u as HALF_RAY, H as HALF_WAD, I as HUMAN_READABLE_PAYLOAD_STATE, V as HUMAN_READABLE_PROPOSAL_STATE, aX as IAToken_ABI, b0 as IAaveOracle_ABI, b4 as IAaveV3ConfigEngine_ABI, ba as IAuthorizedForwarder_ABI, b1 as ICollector_ABI, a$ as IDualAggregator_ABI, b7 as IERC20Metadata_ABI, b9 as IERC20_ABI, b5 as IEmissionManager_ABI, aZ as IPoolAddressesProvider_ABI, b8 as IPoolConfigurator_ABI, b2 as IPool_ABI, aV as IReserveInterestRateStrategy_ABI, b6 as IRewardsController_ABI, aW as IStataTokenFactory_ABI, a_ as IStataTokenV2_ABI, aY as IWrappedTokenGatewayV3_ABI, aK as IndexerTopicState, L as LTV_PRECISION, P as Payload, G as PayloadState, J as PayloadsControllerContract, T as Proposal, U as ProposalState, t as RAY, R as ReserveConfiguration, e as SECONDS_PER_YEAR, aO as SelfdestuctCheckState, aT as SoltypeElement, aU as StateDiff, ab as StateObject, ai as SupportedChainIds, ad as TenderlySimRequest, a6 as Tenderly_createVnetParamsResponse, W as WAD, v as WAD_RAY_RATIO, f as aaveAddressesProvider_IncentivesControllerSlot, aB as alchemyNetworkMap, ak as alchemySupportedChainIds, q as assetToBase, b as bitmapToIndexes, o as calculateAvailableBorrowsMarketReferenceCurrency, h as calculateCompoundedInterest, r as calculateHealthFactor, n as calculateHealthFactorFromBalances, i as calculateLinearInterest, aF as chainlinkFeeds, aP as checkForSelfdestruct, a as decodeReserveConfiguration, c as decodeReserveConfigurationV2, d as decodeUserConfiguration, aJ as diffCode, aI as erc1967_AdminSlot, aH as erc1967_ImplementationSlot, aD as etherscanExplorers, B as fetchImmutablePoolAddresses, C as fetchMutablePoolAddresses, D as fetchPoolAddresses, ay as flashbotsClientExtension, ax as flashbotsOnFetchRequest, aM as genericIndexer, an as getAlchemyRPC, g as getBits, as as getClient, av as getContractDeploymentBlock, m as getCurrentDebtBalance, l as getCurrentLiquidityBalance, am as getExplicitRPC, a3 as getExplorer, Y as getGovernance, ap as getHyperRPC, at as getImplementationSlot, au as getLogsRecursive, p as getMarketReferenceCurrencyAndUsdBalance, al as getNetworkEnv, Q as getNonFinalizedPayloads, $ as getNonFinalizedProposals, k as getNormalizedDebt, j as getNormalizedIncome, M as getPayloadStorageOverrides, K as getPayloadsController, ao as getPublicRpc, aq as getQuicknodeRpc, ar as getRPCUrl, F as getReserveConfigurations, E as getReserveTokens, a4 as getSourceCode, aS as getVerificationStatus, aG as hyperRPCSupportedNetworks, O as isPayloadFinal, _ as isProposalFinal, N as makePayloadExecutableOnTestClient, Z as makeProposalExecutableOnTestClient, az as onMevHandler, a5 as parseEtherscanStyleSourceCode, aN as parseLogs, aA as priceUpdateDecoder, aj as publicRPCs, aC as quicknodeNetworkMap, x as rayDiv, w as rayMul, y as rayToWad, aQ as renderTenderlyReport, aE as routescanExplorers, s as setBits, aa as tenderly_createVnet, a7 as tenderly_deleteVnet, a9 as tenderly_getVnet, ae as tenderly_sim, a8 as tenderly_simVnet, aR as toTxLink, a1 as validateAip, A as wadDiv, z as wadToRay } from './index-BkYlywfa.mjs';
1
+ export { b3 as AggregatorInterface_ABI, a0 as Aip, aw as BundleParams, ag as ChainId, ah as ChainList, ac as ContractObject, af as EVENT_DB, a2 as ExplorerConfig, aL as GenericIndexerArgs, X as GovernanceContract, u as HALF_RAY, H as HALF_WAD, I as HUMAN_READABLE_PAYLOAD_STATE, V as HUMAN_READABLE_PROPOSAL_STATE, aX as IAToken_ABI, b0 as IAaveOracle_ABI, b4 as IAaveV3ConfigEngine_ABI, ba as IAuthorizedForwarder_ABI, b1 as ICollector_ABI, a$ as IDualAggregator_ABI, b7 as IERC20Metadata_ABI, b9 as IERC20_ABI, b5 as IEmissionManager_ABI, aZ as IPoolAddressesProvider_ABI, b8 as IPoolConfigurator_ABI, b2 as IPool_ABI, aV as IReserveInterestRateStrategy_ABI, b6 as IRewardsController_ABI, aW as IStataTokenFactory_ABI, a_ as IStataTokenV2_ABI, aY as IWrappedTokenGatewayV3_ABI, aK as IndexerTopicState, L as LTV_PRECISION, P as Payload, G as PayloadState, J as PayloadsControllerContract, T as Proposal, U as ProposalState, t as RAY, R as ReserveConfiguration, e as SECONDS_PER_YEAR, aO as SelfdestuctCheckState, aT as SoltypeElement, aU as StateDiff, ab as StateObject, ai as SupportedChainIds, ad as TenderlySimRequest, a6 as Tenderly_createVnetParamsResponse, W as WAD, v as WAD_RAY_RATIO, f as aaveAddressesProvider_IncentivesControllerSlot, aB as alchemyNetworkMap, ak as alchemySupportedChainIds, q as assetToBase, b as bitmapToIndexes, o as calculateAvailableBorrowsMarketReferenceCurrency, h as calculateCompoundedInterest, r as calculateHealthFactor, n as calculateHealthFactorFromBalances, i as calculateLinearInterest, aF as chainlinkFeeds, aP as checkForSelfdestruct, a as decodeReserveConfiguration, c as decodeReserveConfigurationV2, d as decodeUserConfiguration, aJ as diffCode, aI as erc1967_AdminSlot, aH as erc1967_ImplementationSlot, aD as etherscanExplorers, B as fetchImmutablePoolAddresses, C as fetchMutablePoolAddresses, D as fetchPoolAddresses, ay as flashbotsClientExtension, ax as flashbotsOnFetchRequest, aM as genericIndexer, an as getAlchemyRPC, g as getBits, as as getClient, av as getContractDeploymentBlock, m as getCurrentDebtBalance, l as getCurrentLiquidityBalance, am as getExplicitRPC, a3 as getExplorer, Y as getGovernance, ap as getHyperRPC, at as getImplementationSlot, au as getLogsRecursive, p as getMarketReferenceCurrencyAndUsdBalance, al as getNetworkEnv, Q as getNonFinalizedPayloads, $ as getNonFinalizedProposals, k as getNormalizedDebt, j as getNormalizedIncome, M as getPayloadStorageOverrides, K as getPayloadsController, ao as getPublicRpc, aq as getQuicknodeRpc, ar as getRPCUrl, F as getReserveConfigurations, E as getReserveTokens, a4 as getSourceCode, aS as getVerificationStatus, aG as hyperRPCSupportedNetworks, O as isPayloadFinal, _ as isProposalFinal, N as makePayloadExecutableOnTestClient, Z as makeProposalExecutableOnTestClient, az as onMevHandler, a5 as parseEtherscanStyleSourceCode, aN as parseLogs, aA as priceUpdateDecoder, aj as publicRPCs, aC as quicknodeNetworkMap, x as rayDiv, w as rayMul, y as rayToWad, aQ as renderTenderlyReport, aE as routescanExplorers, s as setBits, aa as tenderly_createVnet, a7 as tenderly_deleteVnet, a9 as tenderly_getVnet, ae as tenderly_sim, a8 as tenderly_simVnet, aR as toTxLink, a1 as validateAip, A as wadDiv, z as wadToRay } from './index-DPOHC58S.mjs';
2
2
  import 'viem';
3
3
  import '@bgd-labs/aave-address-book/abis';
4
4
  import 'arktype/internal/methods/object.ts';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { b3 as AggregatorInterface_ABI, a0 as Aip, aw as BundleParams, ag as ChainId, ah as ChainList, ac as ContractObject, af as EVENT_DB, a2 as ExplorerConfig, aL as GenericIndexerArgs, X as GovernanceContract, u as HALF_RAY, H as HALF_WAD, I as HUMAN_READABLE_PAYLOAD_STATE, V as HUMAN_READABLE_PROPOSAL_STATE, aX as IAToken_ABI, b0 as IAaveOracle_ABI, b4 as IAaveV3ConfigEngine_ABI, ba as IAuthorizedForwarder_ABI, b1 as ICollector_ABI, a$ as IDualAggregator_ABI, b7 as IERC20Metadata_ABI, b9 as IERC20_ABI, b5 as IEmissionManager_ABI, aZ as IPoolAddressesProvider_ABI, b8 as IPoolConfigurator_ABI, b2 as IPool_ABI, aV as IReserveInterestRateStrategy_ABI, b6 as IRewardsController_ABI, aW as IStataTokenFactory_ABI, a_ as IStataTokenV2_ABI, aY as IWrappedTokenGatewayV3_ABI, aK as IndexerTopicState, L as LTV_PRECISION, P as Payload, G as PayloadState, J as PayloadsControllerContract, T as Proposal, U as ProposalState, t as RAY, R as ReserveConfiguration, e as SECONDS_PER_YEAR, aO as SelfdestuctCheckState, aT as SoltypeElement, aU as StateDiff, ab as StateObject, ai as SupportedChainIds, ad as TenderlySimRequest, a6 as Tenderly_createVnetParamsResponse, W as WAD, v as WAD_RAY_RATIO, f as aaveAddressesProvider_IncentivesControllerSlot, aB as alchemyNetworkMap, ak as alchemySupportedChainIds, q as assetToBase, b as bitmapToIndexes, o as calculateAvailableBorrowsMarketReferenceCurrency, h as calculateCompoundedInterest, r as calculateHealthFactor, n as calculateHealthFactorFromBalances, i as calculateLinearInterest, aF as chainlinkFeeds, aP as checkForSelfdestruct, a as decodeReserveConfiguration, c as decodeReserveConfigurationV2, d as decodeUserConfiguration, aJ as diffCode, aI as erc1967_AdminSlot, aH as erc1967_ImplementationSlot, aD as etherscanExplorers, B as fetchImmutablePoolAddresses, C as fetchMutablePoolAddresses, D as fetchPoolAddresses, ay as flashbotsClientExtension, ax as flashbotsOnFetchRequest, aM as genericIndexer, an as getAlchemyRPC, g as getBits, as as getClient, av as getContractDeploymentBlock, m as getCurrentDebtBalance, l as getCurrentLiquidityBalance, am as getExplicitRPC, a3 as getExplorer, Y as getGovernance, ap as getHyperRPC, at as getImplementationSlot, au as getLogsRecursive, p as getMarketReferenceCurrencyAndUsdBalance, al as getNetworkEnv, Q as getNonFinalizedPayloads, $ as getNonFinalizedProposals, k as getNormalizedDebt, j as getNormalizedIncome, M as getPayloadStorageOverrides, K as getPayloadsController, ao as getPublicRpc, aq as getQuicknodeRpc, ar as getRPCUrl, F as getReserveConfigurations, E as getReserveTokens, a4 as getSourceCode, aS as getVerificationStatus, aG as hyperRPCSupportedNetworks, O as isPayloadFinal, _ as isProposalFinal, N as makePayloadExecutableOnTestClient, Z as makeProposalExecutableOnTestClient, az as onMevHandler, a5 as parseEtherscanStyleSourceCode, aN as parseLogs, aA as priceUpdateDecoder, aj as publicRPCs, aC as quicknodeNetworkMap, x as rayDiv, w as rayMul, y as rayToWad, aQ as renderTenderlyReport, aE as routescanExplorers, s as setBits, aa as tenderly_createVnet, a7 as tenderly_deleteVnet, a9 as tenderly_getVnet, ae as tenderly_sim, a8 as tenderly_simVnet, aR as toTxLink, a1 as validateAip, A as wadDiv, z as wadToRay } from './index-BkYlywfa.js';
1
+ export { b3 as AggregatorInterface_ABI, a0 as Aip, aw as BundleParams, ag as ChainId, ah as ChainList, ac as ContractObject, af as EVENT_DB, a2 as ExplorerConfig, aL as GenericIndexerArgs, X as GovernanceContract, u as HALF_RAY, H as HALF_WAD, I as HUMAN_READABLE_PAYLOAD_STATE, V as HUMAN_READABLE_PROPOSAL_STATE, aX as IAToken_ABI, b0 as IAaveOracle_ABI, b4 as IAaveV3ConfigEngine_ABI, ba as IAuthorizedForwarder_ABI, b1 as ICollector_ABI, a$ as IDualAggregator_ABI, b7 as IERC20Metadata_ABI, b9 as IERC20_ABI, b5 as IEmissionManager_ABI, aZ as IPoolAddressesProvider_ABI, b8 as IPoolConfigurator_ABI, b2 as IPool_ABI, aV as IReserveInterestRateStrategy_ABI, b6 as IRewardsController_ABI, aW as IStataTokenFactory_ABI, a_ as IStataTokenV2_ABI, aY as IWrappedTokenGatewayV3_ABI, aK as IndexerTopicState, L as LTV_PRECISION, P as Payload, G as PayloadState, J as PayloadsControllerContract, T as Proposal, U as ProposalState, t as RAY, R as ReserveConfiguration, e as SECONDS_PER_YEAR, aO as SelfdestuctCheckState, aT as SoltypeElement, aU as StateDiff, ab as StateObject, ai as SupportedChainIds, ad as TenderlySimRequest, a6 as Tenderly_createVnetParamsResponse, W as WAD, v as WAD_RAY_RATIO, f as aaveAddressesProvider_IncentivesControllerSlot, aB as alchemyNetworkMap, ak as alchemySupportedChainIds, q as assetToBase, b as bitmapToIndexes, o as calculateAvailableBorrowsMarketReferenceCurrency, h as calculateCompoundedInterest, r as calculateHealthFactor, n as calculateHealthFactorFromBalances, i as calculateLinearInterest, aF as chainlinkFeeds, aP as checkForSelfdestruct, a as decodeReserveConfiguration, c as decodeReserveConfigurationV2, d as decodeUserConfiguration, aJ as diffCode, aI as erc1967_AdminSlot, aH as erc1967_ImplementationSlot, aD as etherscanExplorers, B as fetchImmutablePoolAddresses, C as fetchMutablePoolAddresses, D as fetchPoolAddresses, ay as flashbotsClientExtension, ax as flashbotsOnFetchRequest, aM as genericIndexer, an as getAlchemyRPC, g as getBits, as as getClient, av as getContractDeploymentBlock, m as getCurrentDebtBalance, l as getCurrentLiquidityBalance, am as getExplicitRPC, a3 as getExplorer, Y as getGovernance, ap as getHyperRPC, at as getImplementationSlot, au as getLogsRecursive, p as getMarketReferenceCurrencyAndUsdBalance, al as getNetworkEnv, Q as getNonFinalizedPayloads, $ as getNonFinalizedProposals, k as getNormalizedDebt, j as getNormalizedIncome, M as getPayloadStorageOverrides, K as getPayloadsController, ao as getPublicRpc, aq as getQuicknodeRpc, ar as getRPCUrl, F as getReserveConfigurations, E as getReserveTokens, a4 as getSourceCode, aS as getVerificationStatus, aG as hyperRPCSupportedNetworks, O as isPayloadFinal, _ as isProposalFinal, N as makePayloadExecutableOnTestClient, Z as makeProposalExecutableOnTestClient, az as onMevHandler, a5 as parseEtherscanStyleSourceCode, aN as parseLogs, aA as priceUpdateDecoder, aj as publicRPCs, aC as quicknodeNetworkMap, x as rayDiv, w as rayMul, y as rayToWad, aQ as renderTenderlyReport, aE as routescanExplorers, s as setBits, aa as tenderly_createVnet, a7 as tenderly_deleteVnet, a9 as tenderly_getVnet, ae as tenderly_sim, a8 as tenderly_simVnet, aR as toTxLink, a1 as validateAip, A as wadDiv, z as wadToRay } from './index-DPOHC58S.js';
2
2
  import 'viem';
3
3
  import '@bgd-labs/aave-address-book/abis';
4
4
  import 'arktype/internal/methods/object.ts';
package/dist/index.js CHANGED
@@ -14146,7 +14146,8 @@ var ChainId = {
14146
14146
  zksync: import_chains.zksync.id,
14147
14147
  linea: import_chains.linea.id,
14148
14148
  ink: import_chains.ink.id,
14149
- soneium: import_chains.soneium.id
14149
+ soneium: import_chains.soneium.id,
14150
+ bob: import_chains.bob.id
14150
14151
  };
14151
14152
  var ChainList = {
14152
14153
  [ChainId.mainnet]: import_chains.mainnet,
@@ -14186,7 +14187,8 @@ var ChainList = {
14186
14187
  [ChainId.zksync]: import_chains.zksync,
14187
14188
  [ChainId.linea]: import_chains.linea,
14188
14189
  [ChainId.ink]: import_chains.ink,
14189
- [ChainId.soneium]: import_chains.soneium
14190
+ [ChainId.soneium]: import_chains.soneium,
14191
+ [ChainId.bob]: import_chains.bob
14190
14192
  };
14191
14193
 
14192
14194
  // src/ecosystem/rpcs.ts
@@ -14386,7 +14388,8 @@ var publicRPCs = {
14386
14388
  [ChainId.zksync]: "https://mainnet.era.zksync.io",
14387
14389
  [ChainId.fantom]: "https://rpc.ftm.tools",
14388
14390
  [ChainId.avalanche]: "https://api.avax.network/ext/bc/C/rpc",
14389
- [ChainId.linea]: "https://rpc.linea.build"
14391
+ [ChainId.linea]: "https://rpc.linea.build",
14392
+ [ChainId.bob]: "https://rpc.gobob.xyz"
14390
14393
  };
14391
14394
  var alchemySupportedChainIds = Object.values(ChainId).filter(
14392
14395
  (id) => alchemyNetworkMap[id]
@@ -20673,7 +20676,7 @@ var chainlinkFeeds = {
20673
20676
  "contractAddress": "0x0000000000000000000000000000000000000000",
20674
20677
  "proxyAddress": null,
20675
20678
  "decimals": 18,
20676
- "name": "UNIBTC/BTC-ExRate-mainnet-production"
20679
+ "name": "UNIBTC/BTC-ExRate-Deprecated-mainnet-production"
20677
20680
  },
20678
20681
  {
20679
20682
  "contractAddress": "0x0000000000000000000000000000000000000000",
@@ -21902,9 +21905,21 @@ var chainlinkFeeds = {
21902
21905
  {
21903
21906
  "contractAddress": "0x0000000000000000000000000000000000000000",
21904
21907
  "proxyAddress": null,
21905
- "decimals": 18,
21908
+ "decimals": 0,
21906
21909
  "name": "SYRUPUSDC/USDC-ExRate-mainnet-production"
21907
21910
  },
21911
+ {
21912
+ "contractAddress": "0x0000000000000000000000000000000000000000",
21913
+ "proxyAddress": null,
21914
+ "decimals": 18,
21915
+ "name": "SyrupUSDC/USDC-ExRate-Deprecated-mainnet-production"
21916
+ },
21917
+ {
21918
+ "contractAddress": "0x0000000000000000000000000000000000000000",
21919
+ "proxyAddress": null,
21920
+ "decimals": 0,
21921
+ "name": "UNIBTC/BTC-ExRate-mainnet-production"
21922
+ },
21908
21923
  {
21909
21924
  "contractAddress": "0x01DD3Cf6118069DB13A2d64d7e1A09FECd587EDD",
21910
21925
  "proxyAddress": "0x8d0CC5f38f9E802475f2CFf4F9fc7000C2E1557c",
@@ -24032,7 +24047,7 @@ var chainlinkFeeds = {
24032
24047
  {
24033
24048
  "contractAddress": "0x534a7FF707Bc862cAB0Dda546F1B817Be5235b66",
24034
24049
  "proxyAddress": null,
24035
- "decimals": 18,
24050
+ "decimals": 0,
24036
24051
  "name": "wstETH/USD-RefPrice-DS-Premium-Global-003"
24037
24052
  },
24038
24053
  {