@bgd-labs/toolbox 0.0.31 → 0.0.33
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 +39 -2
- package/dist/index.d.ts +39 -2
- package/dist/index.js +24 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -5
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +24 -5
- package/dist/node.js.map +1 -1
- package/dist/node.mjs +16 -5
- package/dist/node.mjs.map +1 -1
- package/package.json +1 -1
package/dist/node.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StandardJsonInput } from './index.mjs';
|
|
2
|
-
export { AggregatorInterface_ABI, Aip, BlockscoutStyleSourceCode, BundleParams, ChainId, ChainList, ContractObject, EVENT_DB, EtherscanStyleSourceCode, ExplorerConfig, GenericIndexerArgs, GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWrappedTokenGatewayV3_ABI, IndexerTopicState, Input, LTV_PRECISION, Payload, PayloadState, PayloadsControllerContract, Proposal, ProposalState, RAY, ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, SoltypeElement, SoltypeType, StateDiff, StateObject, SupportedChainIds, TenderlyLog, TenderlyLogRaw, TenderlySimRequest, TenderlySimulationResponse, TenderlySimulationResponseObject, TenderlyStackTrace, Tenderly_createVnetParamsResponse, Trace, TransactionInfo, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, alchemyNetworkMap, alchemySupportedChainIds, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, flashbotsClientExtension, flashbotsOnFetchRequest, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_sim, tenderly_simVnet, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay } from './index.mjs';
|
|
2
|
+
export { AggregatorInterface_ABI, Aip, AssetInfo, BlockscoutStyleSourceCode, BundleParams, ChainId, ChainList, ContractObject, EVENT_DB, EtherscanStyleSourceCode, ExplorerConfig, GenericIndexerArgs, GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWrappedTokenGatewayV3_ABI, IndexerTopicState, Input, LTV_PRECISION, Payload, PayloadState, PayloadsControllerContract, Proposal, ProposalState, RAY, ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, SoltypeElement, SoltypeType, StateDiff, StateObject, SupportedChainIds, TenderlyLog, TenderlyLogRaw, TenderlySimRequest, TenderlySimulationResponse, TenderlySimulationResponseObject, TenderlyStackTrace, Tenderly_createVnetParamsResponse, Trace, TransactionInfo, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, 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, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_sim, tenderly_simVnet, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay } from './index.mjs';
|
|
3
3
|
import 'viem';
|
|
4
4
|
import '@bgd-labs/aave-address-book/abis';
|
|
5
5
|
import 'arktype/internal/methods/object.ts';
|
package/dist/node.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StandardJsonInput } from './index.js';
|
|
2
|
-
export { AggregatorInterface_ABI, Aip, BlockscoutStyleSourceCode, BundleParams, ChainId, ChainList, ContractObject, EVENT_DB, EtherscanStyleSourceCode, ExplorerConfig, GenericIndexerArgs, GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWrappedTokenGatewayV3_ABI, IndexerTopicState, Input, LTV_PRECISION, Payload, PayloadState, PayloadsControllerContract, Proposal, ProposalState, RAY, ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, SoltypeElement, SoltypeType, StateDiff, StateObject, SupportedChainIds, TenderlyLog, TenderlyLogRaw, TenderlySimRequest, TenderlySimulationResponse, TenderlySimulationResponseObject, TenderlyStackTrace, Tenderly_createVnetParamsResponse, Trace, TransactionInfo, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, alchemyNetworkMap, alchemySupportedChainIds, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, flashbotsClientExtension, flashbotsOnFetchRequest, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_sim, tenderly_simVnet, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay } from './index.js';
|
|
2
|
+
export { AggregatorInterface_ABI, Aip, AssetInfo, BlockscoutStyleSourceCode, BundleParams, ChainId, ChainList, ContractObject, EVENT_DB, EtherscanStyleSourceCode, ExplorerConfig, GenericIndexerArgs, GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWrappedTokenGatewayV3_ABI, IndexerTopicState, Input, LTV_PRECISION, Payload, PayloadState, PayloadsControllerContract, Proposal, ProposalState, RAY, ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, SoltypeElement, SoltypeType, StateDiff, StateObject, SupportedChainIds, TenderlyLog, TenderlyLogRaw, TenderlySimRequest, TenderlySimulationResponse, TenderlySimulationResponseObject, TenderlyStackTrace, Tenderly_createVnetParamsResponse, Trace, TransactionInfo, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, 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, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_sim, tenderly_simVnet, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay } from './index.js';
|
|
3
3
|
import 'viem';
|
|
4
4
|
import '@bgd-labs/aave-address-book/abis';
|
|
5
5
|
import 'arktype/internal/methods/object.ts';
|
package/dist/node.js
CHANGED
|
@@ -69,8 +69,11 @@ __export(node_exports, {
|
|
|
69
69
|
WAD: () => WAD,
|
|
70
70
|
WAD_RAY_RATIO: () => WAD_RAY_RATIO,
|
|
71
71
|
aaveAddressesProvider_IncentivesControllerSlot: () => aaveAddressesProvider_IncentivesControllerSlot,
|
|
72
|
+
addAssetPrice: () => addAssetPrice,
|
|
73
|
+
addAssetSymbol: () => addAssetSymbol,
|
|
72
74
|
alchemyNetworkMap: () => alchemyNetworkMap,
|
|
73
75
|
alchemySupportedChainIds: () => alchemySupportedChainIds,
|
|
76
|
+
assetIndexesToAsset: () => assetIndexesToAsset,
|
|
74
77
|
assetToBase: () => assetToBase,
|
|
75
78
|
bitmapToIndexes: () => bitmapToIndexes,
|
|
76
79
|
blockscoutExplorers: () => blockscoutExplorers,
|
|
@@ -94,8 +97,10 @@ __export(node_exports, {
|
|
|
94
97
|
fetchImmutablePoolAddresses: () => fetchImmutablePoolAddresses,
|
|
95
98
|
fetchMutablePoolAddresses: () => fetchMutablePoolAddresses,
|
|
96
99
|
fetchPoolAddresses: () => fetchPoolAddresses,
|
|
100
|
+
findAsset: () => findAsset,
|
|
97
101
|
flashbotsClientExtension: () => flashbotsClientExtension,
|
|
98
102
|
flashbotsOnFetchRequest: () => flashbotsOnFetchRequest,
|
|
103
|
+
formatNumberString: () => formatNumberString,
|
|
99
104
|
foundry_format: () => foundry_format,
|
|
100
105
|
foundry_getStandardJsonInput: () => foundry_getStandardJsonInput,
|
|
101
106
|
foundry_getStorageLayout: () => foundry_getStorageLayout,
|
|
@@ -113,6 +118,7 @@ __export(node_exports, {
|
|
|
113
118
|
getImplementationSlot: () => getImplementationSlot,
|
|
114
119
|
getLogsRecursive: () => getLogsRecursive,
|
|
115
120
|
getMarketReferenceCurrencyAndUsdBalance: () => getMarketReferenceCurrencyAndUsdBalance,
|
|
121
|
+
getMdContractName: () => getMdContractName,
|
|
116
122
|
getNetworkEnv: () => getNetworkEnv,
|
|
117
123
|
getNonFinalizedPayloads: () => getNonFinalizedPayloads,
|
|
118
124
|
getNonFinalizedProposals: () => getNonFinalizedProposals,
|
|
@@ -137,6 +143,7 @@ __export(node_exports, {
|
|
|
137
143
|
parseBlockscoutStyleSourceCode: () => parseBlockscoutStyleSourceCode,
|
|
138
144
|
parseEtherscanStyleSourceCode: () => parseEtherscanStyleSourceCode,
|
|
139
145
|
parseLogs: () => parseLogs,
|
|
146
|
+
prettifyNumber: () => prettifyNumber,
|
|
140
147
|
priceUpdateDecoder: () => priceUpdateDecoder,
|
|
141
148
|
publicRPCs: () => publicRPCs,
|
|
142
149
|
quicknodeNetworkMap: () => quicknodeNetworkMap,
|
|
@@ -154,6 +161,7 @@ __export(node_exports, {
|
|
|
154
161
|
tenderly_logsToAbiLogs: () => tenderly_logsToAbiLogs,
|
|
155
162
|
tenderly_sim: () => tenderly_sim,
|
|
156
163
|
tenderly_simVnet: () => tenderly_simVnet,
|
|
164
|
+
toBinaryString: () => toBinaryString,
|
|
157
165
|
toTxLink: () => toTxLink,
|
|
158
166
|
transformTenderlyStateDiff: () => transformTenderlyStateDiff,
|
|
159
167
|
validateAip: () => validateAip,
|
|
@@ -33680,7 +33688,7 @@ async function renderTenderlyReport({
|
|
|
33680
33688
|
onchainLogs: { createdLog, queuedLog, executedLog },
|
|
33681
33689
|
eventCache = [],
|
|
33682
33690
|
config,
|
|
33683
|
-
getContractName = (address) => getMdContractName(
|
|
33691
|
+
getContractName = (sim2, address) => getMdContractName(sim2.contracts, address)
|
|
33684
33692
|
}) {
|
|
33685
33693
|
const events = sim.transaction.transaction_info?.logs ? tenderly_logsToAbiLogs(sim.transaction.transaction_info?.logs) : [];
|
|
33686
33694
|
events.map((e) => {
|
|
@@ -33772,13 +33780,16 @@ ${payload.actions.map(
|
|
|
33772
33780
|
|
|
33773
33781
|
`;
|
|
33774
33782
|
}
|
|
33775
|
-
report += renderMarkdownStateDiffReport(
|
|
33783
|
+
report += renderMarkdownStateDiffReport(
|
|
33784
|
+
stateDiff,
|
|
33785
|
+
(address) => getContractName(sim, address)
|
|
33786
|
+
);
|
|
33776
33787
|
if (verified.length) {
|
|
33777
33788
|
report += "### Verification status for contracts touched in the proposal\n\n";
|
|
33778
33789
|
report += "| Contract | Status |\n";
|
|
33779
33790
|
report += "|---------|------------|\n";
|
|
33780
33791
|
verified.map((contract) => {
|
|
33781
|
-
report += `| ${getContractName(contract.address)}
|
|
33792
|
+
report += `| ${getContractName(sim, contract.address)} | ${verificationStatusToString(contract.status)} |
|
|
33782
33793
|
`;
|
|
33783
33794
|
});
|
|
33784
33795
|
report += "\n";
|
|
@@ -33790,7 +33801,7 @@ ${payload.actions.map(
|
|
|
33790
33801
|
report += "| Address | Result |\n";
|
|
33791
33802
|
report += "|---------|------------|\n";
|
|
33792
33803
|
selfDestruct.map((selfDestruct2) => {
|
|
33793
|
-
report += `| ${getContractName(selfDestruct2.address)} | ${selfDestructStatusToString(
|
|
33804
|
+
report += `| ${getContractName(sim, selfDestruct2.address)} | ${selfDestructStatusToString(
|
|
33794
33805
|
selfDestruct2.state
|
|
33795
33806
|
)} |
|
|
33796
33807
|
`;
|
|
@@ -33802,7 +33813,7 @@ ${payload.actions.map(
|
|
|
33802
33813
|
let ctr = import_viem12.zeroAddress;
|
|
33803
33814
|
logs.sort((a, b) => a.address.localeCompare(b.address)).map((log) => {
|
|
33804
33815
|
if (log.address !== ctr) {
|
|
33805
|
-
report += `- ${getContractName(log.address)}
|
|
33816
|
+
report += `- ${getContractName(sim, log.address)}
|
|
33806
33817
|
`;
|
|
33807
33818
|
ctr = log.address;
|
|
33808
33819
|
}
|
|
@@ -33919,8 +33930,11 @@ function diffFoundryStorageLayout(layoutBefore, layoutAfter) {
|
|
|
33919
33930
|
WAD,
|
|
33920
33931
|
WAD_RAY_RATIO,
|
|
33921
33932
|
aaveAddressesProvider_IncentivesControllerSlot,
|
|
33933
|
+
addAssetPrice,
|
|
33934
|
+
addAssetSymbol,
|
|
33922
33935
|
alchemyNetworkMap,
|
|
33923
33936
|
alchemySupportedChainIds,
|
|
33937
|
+
assetIndexesToAsset,
|
|
33924
33938
|
assetToBase,
|
|
33925
33939
|
bitmapToIndexes,
|
|
33926
33940
|
blockscoutExplorers,
|
|
@@ -33944,8 +33958,10 @@ function diffFoundryStorageLayout(layoutBefore, layoutAfter) {
|
|
|
33944
33958
|
fetchImmutablePoolAddresses,
|
|
33945
33959
|
fetchMutablePoolAddresses,
|
|
33946
33960
|
fetchPoolAddresses,
|
|
33961
|
+
findAsset,
|
|
33947
33962
|
flashbotsClientExtension,
|
|
33948
33963
|
flashbotsOnFetchRequest,
|
|
33964
|
+
formatNumberString,
|
|
33949
33965
|
foundry_format,
|
|
33950
33966
|
foundry_getStandardJsonInput,
|
|
33951
33967
|
foundry_getStorageLayout,
|
|
@@ -33963,6 +33979,7 @@ function diffFoundryStorageLayout(layoutBefore, layoutAfter) {
|
|
|
33963
33979
|
getImplementationSlot,
|
|
33964
33980
|
getLogsRecursive,
|
|
33965
33981
|
getMarketReferenceCurrencyAndUsdBalance,
|
|
33982
|
+
getMdContractName,
|
|
33966
33983
|
getNetworkEnv,
|
|
33967
33984
|
getNonFinalizedPayloads,
|
|
33968
33985
|
getNonFinalizedProposals,
|
|
@@ -33987,6 +34004,7 @@ function diffFoundryStorageLayout(layoutBefore, layoutAfter) {
|
|
|
33987
34004
|
parseBlockscoutStyleSourceCode,
|
|
33988
34005
|
parseEtherscanStyleSourceCode,
|
|
33989
34006
|
parseLogs,
|
|
34007
|
+
prettifyNumber,
|
|
33990
34008
|
priceUpdateDecoder,
|
|
33991
34009
|
publicRPCs,
|
|
33992
34010
|
quicknodeNetworkMap,
|
|
@@ -34004,6 +34022,7 @@ function diffFoundryStorageLayout(layoutBefore, layoutAfter) {
|
|
|
34004
34022
|
tenderly_logsToAbiLogs,
|
|
34005
34023
|
tenderly_sim,
|
|
34006
34024
|
tenderly_simVnet,
|
|
34025
|
+
toBinaryString,
|
|
34007
34026
|
toTxLink,
|
|
34008
34027
|
transformTenderlyStateDiff,
|
|
34009
34028
|
validateAip,
|