diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json index d014636d40..32a0a8de8b 100644 --- a/contracts/erc20/CHANGELOG.json +++ b/contracts/erc20/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "3.3.36", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1660073235, "version": "3.3.35", diff --git a/contracts/erc20/CHANGELOG.md b/contracts/erc20/CHANGELOG.md index 2215c9afa5..2921d84229 100644 --- a/contracts/erc20/CHANGELOG.md +++ b/contracts/erc20/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v3.3.36 - _August 10, 2022_ + + * Dependencies updated + ## v3.3.35 - _August 9, 2022_ * Dependencies updated diff --git a/contracts/test-utils/CHANGELOG.json b/contracts/test-utils/CHANGELOG.json index 7eeba4cb3a..0f7fab0ae6 100644 --- a/contracts/test-utils/CHANGELOG.json +++ b/contracts/test-utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "5.4.27", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1660073235, "version": "5.4.26", diff --git a/contracts/test-utils/CHANGELOG.md b/contracts/test-utils/CHANGELOG.md index 39d158ea91..97d9b2e0b7 100644 --- a/contracts/test-utils/CHANGELOG.md +++ b/contracts/test-utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v5.4.27 - _August 10, 2022_ + + * Dependencies updated + ## v5.4.26 - _August 9, 2022_ * Dependencies updated diff --git a/contracts/treasury/CHANGELOG.json b/contracts/treasury/CHANGELOG.json index 808b2b1863..6af32e9c77 100644 --- a/contracts/treasury/CHANGELOG.json +++ b/contracts/treasury/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "1.4.19", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1660073235, "version": "1.4.18", diff --git a/contracts/treasury/CHANGELOG.md b/contracts/treasury/CHANGELOG.md index a19b7759be..e8e41d9884 100644 --- a/contracts/treasury/CHANGELOG.md +++ b/contracts/treasury/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.4.19 - _August 10, 2022_ + + * Dependencies updated + ## v1.4.18 - _August 9, 2022_ * Dependencies updated diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index 6283798f96..95617afab0 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "4.8.17", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1660073235, "version": "4.8.16", diff --git a/contracts/utils/CHANGELOG.md b/contracts/utils/CHANGELOG.md index 3cb6b705b1..d6ca797735 100644 --- a/contracts/utils/CHANGELOG.md +++ b/contracts/utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v4.8.17 - _August 10, 2022_ + + * Dependencies updated + ## v4.8.16 - _August 9, 2022_ * Dependencies updated diff --git a/contracts/zero-ex/CHANGELOG.json b/contracts/zero-ex/CHANGELOG.json index e5de249882..6c582f4f39 100644 --- a/contracts/zero-ex/CHANGELOG.json +++ b/contracts/zero-ex/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "0.36.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "version": "0.36.2", "changes": [ diff --git a/contracts/zero-ex/CHANGELOG.md b/contracts/zero-ex/CHANGELOG.md index f0d65ca41b..db601a7db1 100644 --- a/contracts/zero-ex/CHANGELOG.md +++ b/contracts/zero-ex/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v0.36.3 - _August 10, 2022_ + + * Dependencies updated + ## v0.36.2 - _August 8, 2022_ * Add Foundry support (#534) diff --git a/contracts/zero-ex/test/artifacts.ts b/contracts/zero-ex/test/artifacts.ts index fcd061e644..82b7284332 100644 --- a/contracts/zero-ex/test/artifacts.ts +++ b/contracts/zero-ex/test/artifacts.ts @@ -210,208 +210,208 @@ import * as WethTransformer from '../test/generated-artifacts/WethTransformer.js import * as ZeroEx from '../test/generated-artifacts/ZeroEx.json'; import * as ZeroExOptimized from '../test/generated-artifacts/ZeroExOptimized.json'; export const artifacts = { - TestFixinProtocolFees: TestFixinProtocolFees as ContractArtifact, - TestTransformerHost: TestTransformerHost as ContractArtifact, - TestFillQuoteTransformerHost: TestFillQuoteTransformerHost as ContractArtifact, - TestTransformerDeployerTransformer: TestTransformerDeployerTransformer as ContractArtifact, - TestUniswapV3Feature: TestUniswapV3Feature as ContractArtifact, - TestBridge: TestBridge as ContractArtifact, - TestCallTarget: TestCallTarget as ContractArtifact, - TestNoEthRecipient: TestNoEthRecipient as ContractArtifact, - TestFullMigration: TestFullMigration as ContractArtifact, - TestLibSignature: TestLibSignature as ContractArtifact, - TestUniswapV3Pool: TestUniswapV3Pool as ContractArtifact, - TestMooniswap: TestMooniswap as ContractArtifact, - TestUniswapV3Factory: TestUniswapV3Factory as ContractArtifact, - TestCurve: TestCurve as ContractArtifact, - TestUniswapV2Pool: TestUniswapV2Pool as ContractArtifact, - TestUniswapV2Factory: TestUniswapV2Factory as ContractArtifact, - TestLiquidityProvider: TestLiquidityProvider as ContractArtifact, - TestMetaTransactionsNativeOrdersFeature: TestMetaTransactionsNativeOrdersFeature as ContractArtifact, - TestFeeCollectorController: TestFeeCollectorController as ContractArtifact, - TestNFTOrderPresigner: TestNFTOrderPresigner as ContractArtifact, - TestMetaTransactionsTransformERC20Feature: TestMetaTransactionsTransformERC20Feature as ContractArtifact, - TestTransformERC20: TestTransformERC20 as ContractArtifact, - TestFeeRecipient: TestFeeRecipient as ContractArtifact, - TestPermissionlessTransformerDeployerTransformer: TestPermissionlessTransformerDeployerTransformer as ContractArtifact, - TestMigrator: TestMigrator as ContractArtifact, - TestFixinTokenSpender: TestFixinTokenSpender as ContractArtifact, - TestDelegateCaller: TestDelegateCaller as ContractArtifact, - TestTransformerBase: TestTransformerBase as ContractArtifact, - TestZeroExFeature: TestZeroExFeature as ContractArtifact, - TestLibNativeOrder: TestLibNativeOrder as ContractArtifact, - TestWethTransformerHost: TestWethTransformerHost as ContractArtifact, - TestPropertyValidator: TestPropertyValidator as ContractArtifact, - TestMintTokenERC20Transformer: TestMintTokenERC20Transformer as ContractArtifact, - TestFillQuoteTransformerBridge: TestFillQuoteTransformerBridge as ContractArtifact, - TestOrderSignerRegistryWithContractWallet: TestOrderSignerRegistryWithContractWallet as ContractArtifact, - TestNativeOrdersFeature: TestNativeOrdersFeature as ContractArtifact, - TestRfqOriginRegistration: TestRfqOriginRegistration as ContractArtifact, - TestStaking: TestStaking as ContractArtifact, - TestFillQuoteTransformerExchange: TestFillQuoteTransformerExchange as ContractArtifact, - TestInitialMigration: TestInitialMigration as ContractArtifact, - TestMintableERC721Token: TestMintableERC721Token as ContractArtifact, - TestTokenSpenderERC20Token: TestTokenSpenderERC20Token as ContractArtifact, - TestWeth: TestWeth as ContractArtifact, - TestMintableERC1155Token: TestMintableERC1155Token as ContractArtifact, - TestMintableERC20Token: TestMintableERC20Token as ContractArtifact, - TestSimpleFunctionRegistryFeatureImpl1: TestSimpleFunctionRegistryFeatureImpl1 as ContractArtifact, - ITestSimpleFunctionRegistryFeature: ITestSimpleFunctionRegistryFeature as ContractArtifact, - TestPermissionlessTransformerDeployerSuicidal: TestPermissionlessTransformerDeployerSuicidal as ContractArtifact, - TestSimpleFunctionRegistryFeatureImpl2: TestSimpleFunctionRegistryFeatureImpl2 as ContractArtifact, - InitialMigration: InitialMigration as ContractArtifact, - LibMigrate: LibMigrate as ContractArtifact, - LibBootstrap: LibBootstrap as ContractArtifact, - FullMigration: FullMigration as ContractArtifact, + IZeroEx: IZeroEx as ContractArtifact, + ZeroEx: ZeroEx as ContractArtifact, ZeroExOptimized: ZeroExOptimized as ContractArtifact, - FixinERC721Spender: FixinERC721Spender as ContractArtifact, - FixinTokenSpender: FixinTokenSpender as ContractArtifact, - FixinERC1155Spender: FixinERC1155Spender as ContractArtifact, - FixinReentrancyGuard: FixinReentrancyGuard as ContractArtifact, - FixinProtocolFees: FixinProtocolFees as ContractArtifact, - FixinEIP712: FixinEIP712 as ContractArtifact, - FixinCommon: FixinCommon as ContractArtifact, + LibCommonRichErrors: LibCommonRichErrors as ContractArtifact, + LibLiquidityProviderRichErrors: LibLiquidityProviderRichErrors as ContractArtifact, + LibMetaTransactionsRichErrors: LibMetaTransactionsRichErrors as ContractArtifact, + LibNFTOrdersRichErrors: LibNFTOrdersRichErrors as ContractArtifact, + LibNativeOrdersRichErrors: LibNativeOrdersRichErrors as ContractArtifact, + LibOwnableRichErrors: LibOwnableRichErrors as ContractArtifact, + LibProxyRichErrors: LibProxyRichErrors as ContractArtifact, + LibSignatureRichErrors: LibSignatureRichErrors as ContractArtifact, + LibSimpleFunctionRegistryRichErrors: LibSimpleFunctionRegistryRichErrors as ContractArtifact, + LibTransformERC20RichErrors: LibTransformERC20RichErrors as ContractArtifact, + LibWalletRichErrors: LibWalletRichErrors as ContractArtifact, + FeeCollector: FeeCollector as ContractArtifact, + FeeCollectorController: FeeCollectorController as ContractArtifact, + FlashWallet: FlashWallet as ContractArtifact, + IFlashWallet: IFlashWallet as ContractArtifact, + ILiquidityProviderSandbox: ILiquidityProviderSandbox as ContractArtifact, + LibFeeCollector: LibFeeCollector as ContractArtifact, + LiquidityProviderSandbox: LiquidityProviderSandbox as ContractArtifact, + PermissionlessTransformerDeployer: PermissionlessTransformerDeployer as ContractArtifact, + TransformerDeployer: TransformerDeployer as ContractArtifact, BatchFillNativeOrdersFeature: BatchFillNativeOrdersFeature as ContractArtifact, - LiquidityProviderFeature: LiquidityProviderFeature as ContractArtifact, + BootstrapFeature: BootstrapFeature as ContractArtifact, ERC165Feature: ERC165Feature as ContractArtifact, + FundRecoveryFeature: FundRecoveryFeature as ContractArtifact, + LiquidityProviderFeature: LiquidityProviderFeature as ContractArtifact, MetaTransactionsFeature: MetaTransactionsFeature as ContractArtifact, - NFTOrders: NFTOrders as ContractArtifact, - ERC1155OrdersFeature: ERC1155OrdersFeature as ContractArtifact, - ERC721OrdersFeature: ERC721OrdersFeature as ContractArtifact, - TransformERC20Feature: TransformERC20Feature as ContractArtifact, - OwnableFeature: OwnableFeature as ContractArtifact, - LibSignature: LibSignature as ContractArtifact, - LibNativeOrder: LibNativeOrder as ContractArtifact, - LibNFTOrder: LibNFTOrder as ContractArtifact, - NativeOrdersSettlement: NativeOrdersSettlement as ContractArtifact, - NativeOrdersCancellation: NativeOrdersCancellation as ContractArtifact, - NativeOrdersProtocolFees: NativeOrdersProtocolFees as ContractArtifact, - NativeOrdersInfo: NativeOrdersInfo as ContractArtifact, - UniswapV3Feature: UniswapV3Feature as ContractArtifact, NativeOrdersFeature: NativeOrdersFeature as ContractArtifact, - UniswapFeature: UniswapFeature as ContractArtifact, - BootstrapFeature: BootstrapFeature as ContractArtifact, - MultiplexTransformERC20: MultiplexTransformERC20 as ContractArtifact, - MultiplexRfq: MultiplexRfq as ContractArtifact, - MultiplexFeature: MultiplexFeature as ContractArtifact, - MultiplexLiquidityProvider: MultiplexLiquidityProvider as ContractArtifact, - MultiplexOtc: MultiplexOtc as ContractArtifact, - MultiplexUniswapV3: MultiplexUniswapV3 as ContractArtifact, - MultiplexUniswapV2: MultiplexUniswapV2 as ContractArtifact, OtcOrdersFeature: OtcOrdersFeature as ContractArtifact, - FundRecoveryFeature: FundRecoveryFeature as ContractArtifact, - SimpleFunctionRegistryFeature: SimpleFunctionRegistryFeature as ContractArtifact, + OwnableFeature: OwnableFeature as ContractArtifact, PancakeSwapFeature: PancakeSwapFeature as ContractArtifact, - IMultiplexFeature: IMultiplexFeature as ContractArtifact, - IPancakeSwapFeature: IPancakeSwapFeature as ContractArtifact, - IUniswapV3Feature: IUniswapV3Feature as ContractArtifact, - INativeOrdersFeature: INativeOrdersFeature as ContractArtifact, - IOwnableFeature: IOwnableFeature as ContractArtifact, + SimpleFunctionRegistryFeature: SimpleFunctionRegistryFeature as ContractArtifact, + TransformERC20Feature: TransformERC20Feature as ContractArtifact, + UniswapFeature: UniswapFeature as ContractArtifact, + UniswapV3Feature: UniswapV3Feature as ContractArtifact, + IBatchFillNativeOrdersFeature: IBatchFillNativeOrdersFeature as ContractArtifact, + IBootstrapFeature: IBootstrapFeature as ContractArtifact, + IERC1155OrdersFeature: IERC1155OrdersFeature as ContractArtifact, IERC165Feature: IERC165Feature as ContractArtifact, - IFundRecoveryFeature: IFundRecoveryFeature as ContractArtifact, IERC721OrdersFeature: IERC721OrdersFeature as ContractArtifact, - ILiquidityProviderFeature: ILiquidityProviderFeature as ContractArtifact, IFeature: IFeature as ContractArtifact, + IFundRecoveryFeature: IFundRecoveryFeature as ContractArtifact, + ILiquidityProviderFeature: ILiquidityProviderFeature as ContractArtifact, IMetaTransactionsFeature: IMetaTransactionsFeature as ContractArtifact, - IBootstrapFeature: IBootstrapFeature as ContractArtifact, + IMultiplexFeature: IMultiplexFeature as ContractArtifact, + INativeOrdersEvents: INativeOrdersEvents as ContractArtifact, + INativeOrdersFeature: INativeOrdersFeature as ContractArtifact, IOtcOrdersFeature: IOtcOrdersFeature as ContractArtifact, - IERC1155OrdersFeature: IERC1155OrdersFeature as ContractArtifact, - IUniswapFeature: IUniswapFeature as ContractArtifact, - ITokenSpenderFeature: ITokenSpenderFeature as ContractArtifact, + IOwnableFeature: IOwnableFeature as ContractArtifact, + IPancakeSwapFeature: IPancakeSwapFeature as ContractArtifact, ISimpleFunctionRegistryFeature: ISimpleFunctionRegistryFeature as ContractArtifact, + ITokenSpenderFeature: ITokenSpenderFeature as ContractArtifact, ITransformERC20Feature: ITransformERC20Feature as ContractArtifact, - INativeOrdersEvents: INativeOrdersEvents as ContractArtifact, - IBatchFillNativeOrdersFeature: IBatchFillNativeOrdersFeature as ContractArtifact, - IZeroEx: IZeroEx as ContractArtifact, - ZeroEx: ZeroEx as ContractArtifact, + IUniswapFeature: IUniswapFeature as ContractArtifact, + IUniswapV3Feature: IUniswapV3Feature as ContractArtifact, + LibNFTOrder: LibNFTOrder as ContractArtifact, + LibNativeOrder: LibNativeOrder as ContractArtifact, + LibSignature: LibSignature as ContractArtifact, + MultiplexFeature: MultiplexFeature as ContractArtifact, + MultiplexLiquidityProvider: MultiplexLiquidityProvider as ContractArtifact, + MultiplexOtc: MultiplexOtc as ContractArtifact, + MultiplexRfq: MultiplexRfq as ContractArtifact, + MultiplexTransformERC20: MultiplexTransformERC20 as ContractArtifact, + MultiplexUniswapV2: MultiplexUniswapV2 as ContractArtifact, + MultiplexUniswapV3: MultiplexUniswapV3 as ContractArtifact, + NativeOrdersCancellation: NativeOrdersCancellation as ContractArtifact, + NativeOrdersInfo: NativeOrdersInfo as ContractArtifact, + NativeOrdersProtocolFees: NativeOrdersProtocolFees as ContractArtifact, + NativeOrdersSettlement: NativeOrdersSettlement as ContractArtifact, + ERC1155OrdersFeature: ERC1155OrdersFeature as ContractArtifact, + ERC721OrdersFeature: ERC721OrdersFeature as ContractArtifact, + NFTOrders: NFTOrders as ContractArtifact, + FixinCommon: FixinCommon as ContractArtifact, + FixinEIP712: FixinEIP712 as ContractArtifact, + FixinERC1155Spender: FixinERC1155Spender as ContractArtifact, + FixinERC721Spender: FixinERC721Spender as ContractArtifact, + FixinProtocolFees: FixinProtocolFees as ContractArtifact, + FixinReentrancyGuard: FixinReentrancyGuard as ContractArtifact, + FixinTokenSpender: FixinTokenSpender as ContractArtifact, + CurveLiquidityProvider: CurveLiquidityProvider as ContractArtifact, + MooniswapLiquidityProvider: MooniswapLiquidityProvider as ContractArtifact, + FullMigration: FullMigration as ContractArtifact, + InitialMigration: InitialMigration as ContractArtifact, + LibBootstrap: LibBootstrap as ContractArtifact, + LibMigrate: LibMigrate as ContractArtifact, + LibERC1155OrdersStorage: LibERC1155OrdersStorage as ContractArtifact, + LibERC721OrdersStorage: LibERC721OrdersStorage as ContractArtifact, + LibMetaTransactionsStorage: LibMetaTransactionsStorage as ContractArtifact, LibNativeOrdersStorage: LibNativeOrdersStorage as ContractArtifact, - LibTransformERC20Storage: LibTransformERC20Storage as ContractArtifact, LibOtcOrdersStorage: LibOtcOrdersStorage as ContractArtifact, + LibOwnableStorage: LibOwnableStorage as ContractArtifact, + LibProxyStorage: LibProxyStorage as ContractArtifact, + LibReentrancyGuardStorage: LibReentrancyGuardStorage as ContractArtifact, LibSimpleFunctionRegistryStorage: LibSimpleFunctionRegistryStorage as ContractArtifact, LibStorage: LibStorage as ContractArtifact, - LibERC721OrdersStorage: LibERC721OrdersStorage as ContractArtifact, - LibReentrancyGuardStorage: LibReentrancyGuardStorage as ContractArtifact, - LibMetaTransactionsStorage: LibMetaTransactionsStorage as ContractArtifact, - LibProxyStorage: LibProxyStorage as ContractArtifact, - LibOwnableStorage: LibOwnableStorage as ContractArtifact, - LibERC1155OrdersStorage: LibERC1155OrdersStorage as ContractArtifact, - FillQuoteTransformer: FillQuoteTransformer as ContractArtifact, + LibTransformERC20Storage: LibTransformERC20Storage as ContractArtifact, AffiliateFeeTransformer: AffiliateFeeTransformer as ContractArtifact, + FillQuoteTransformer: FillQuoteTransformer as ContractArtifact, + IERC20Transformer: IERC20Transformer as ContractArtifact, + LibERC20Transformer: LibERC20Transformer as ContractArtifact, + LogMetadataTransformer: LogMetadataTransformer as ContractArtifact, + PayTakerTransformer: PayTakerTransformer as ContractArtifact, PositiveSlippageFeeTransformer: PositiveSlippageFeeTransformer as ContractArtifact, Transformer: Transformer as ContractArtifact, - LibERC20Transformer: LibERC20Transformer as ContractArtifact, - MixinShell: MixinShell as ContractArtifact, - MixinMakerPSM: MixinMakerPSM as ContractArtifact, - MixinDodoV2: MixinDodoV2 as ContractArtifact, - MixinMStable: MixinMStable as ContractArtifact, - MixinBalancerV2: MixinBalancerV2 as ContractArtifact, - MixinCurveV2: MixinCurveV2 as ContractArtifact, - MixinPlatypus: MixinPlatypus as ContractArtifact, - MixinNerve: MixinNerve as ContractArtifact, - MixinBancor: MixinBancor as ContractArtifact, - MixinUniswap: MixinUniswap as ContractArtifact, + WethTransformer: WethTransformer as ContractArtifact, + AbstractBridgeAdapter: AbstractBridgeAdapter as ContractArtifact, + AvalancheBridgeAdapter: AvalancheBridgeAdapter as ContractArtifact, + BSCBridgeAdapter: BSCBridgeAdapter as ContractArtifact, + BridgeProtocols: BridgeProtocols as ContractArtifact, + CeloBridgeAdapter: CeloBridgeAdapter as ContractArtifact, + EthereumBridgeAdapter: EthereumBridgeAdapter as ContractArtifact, + FantomBridgeAdapter: FantomBridgeAdapter as ContractArtifact, + IBridgeAdapter: IBridgeAdapter as ContractArtifact, + OptimismBridgeAdapter: OptimismBridgeAdapter as ContractArtifact, + PolygonBridgeAdapter: PolygonBridgeAdapter as ContractArtifact, + MixinAaveV2: MixinAaveV2 as ContractArtifact, MixinBalancer: MixinBalancer as ContractArtifact, - MixinCompound: MixinCompound as ContractArtifact, + MixinBalancerV2: MixinBalancerV2 as ContractArtifact, MixinBalancerV2Batch: MixinBalancerV2Batch as ContractArtifact, - MixinLido: MixinLido as ContractArtifact, - MixinUniswapV2: MixinUniswapV2 as ContractArtifact, - MixinZeroExBridge: MixinZeroExBridge as ContractArtifact, - MixinUniswapV3: MixinUniswapV3 as ContractArtifact, + MixinBancor: MixinBancor as ContractArtifact, MixinBancorV3: MixinBancorV3 as ContractArtifact, - MixinKyberDmm: MixinKyberDmm as ContractArtifact, - MixinGMX: MixinGMX as ContractArtifact, + MixinCompound: MixinCompound as ContractArtifact, + MixinCryptoCom: MixinCryptoCom as ContractArtifact, MixinCurve: MixinCurve as ContractArtifact, - MixinMooniswap: MixinMooniswap as ContractArtifact, + MixinCurveV2: MixinCurveV2 as ContractArtifact, MixinDodo: MixinDodo as ContractArtifact, - MixinCryptoCom: MixinCryptoCom as ContractArtifact, + MixinDodoV2: MixinDodoV2 as ContractArtifact, + MixinGMX: MixinGMX as ContractArtifact, + MixinKyberDmm: MixinKyberDmm as ContractArtifact, + MixinLido: MixinLido as ContractArtifact, + MixinMStable: MixinMStable as ContractArtifact, + MixinMakerPSM: MixinMakerPSM as ContractArtifact, + MixinMooniswap: MixinMooniswap as ContractArtifact, + MixinNerve: MixinNerve as ContractArtifact, + MixinPlatypus: MixinPlatypus as ContractArtifact, + MixinShell: MixinShell as ContractArtifact, MixinSynthetix: MixinSynthetix as ContractArtifact, - MixinAaveV2: MixinAaveV2 as ContractArtifact, + MixinUniswap: MixinUniswap as ContractArtifact, + MixinUniswapV2: MixinUniswapV2 as ContractArtifact, + MixinUniswapV3: MixinUniswapV3 as ContractArtifact, MixinVelodrome: MixinVelodrome as ContractArtifact, - CeloBridgeAdapter: CeloBridgeAdapter as ContractArtifact, - FantomBridgeAdapter: FantomBridgeAdapter as ContractArtifact, - OptimismBridgeAdapter: OptimismBridgeAdapter as ContractArtifact, - AbstractBridgeAdapter: AbstractBridgeAdapter as ContractArtifact, - EthereumBridgeAdapter: EthereumBridgeAdapter as ContractArtifact, - PolygonBridgeAdapter: PolygonBridgeAdapter as ContractArtifact, - AvalancheBridgeAdapter: AvalancheBridgeAdapter as ContractArtifact, - BridgeProtocols: BridgeProtocols as ContractArtifact, - IBridgeAdapter: IBridgeAdapter as ContractArtifact, - BSCBridgeAdapter: BSCBridgeAdapter as ContractArtifact, - LogMetadataTransformer: LogMetadataTransformer as ContractArtifact, - IERC20Transformer: IERC20Transformer as ContractArtifact, - PayTakerTransformer: PayTakerTransformer as ContractArtifact, - WethTransformer: WethTransformer as ContractArtifact, - PermissionlessTransformerDeployer: PermissionlessTransformerDeployer as ContractArtifact, - FlashWallet: FlashWallet as ContractArtifact, - FeeCollector: FeeCollector as ContractArtifact, - IFlashWallet: IFlashWallet as ContractArtifact, - LiquidityProviderSandbox: LiquidityProviderSandbox as ContractArtifact, - TransformerDeployer: TransformerDeployer as ContractArtifact, - LibFeeCollector: LibFeeCollector as ContractArtifact, - FeeCollectorController: FeeCollectorController as ContractArtifact, - ILiquidityProviderSandbox: ILiquidityProviderSandbox as ContractArtifact, - LibLiquidityProviderRichErrors: LibLiquidityProviderRichErrors as ContractArtifact, - LibSignatureRichErrors: LibSignatureRichErrors as ContractArtifact, - LibWalletRichErrors: LibWalletRichErrors as ContractArtifact, - LibTransformERC20RichErrors: LibTransformERC20RichErrors as ContractArtifact, - LibNativeOrdersRichErrors: LibNativeOrdersRichErrors as ContractArtifact, - LibNFTOrdersRichErrors: LibNFTOrdersRichErrors as ContractArtifact, - LibMetaTransactionsRichErrors: LibMetaTransactionsRichErrors as ContractArtifact, - LibCommonRichErrors: LibCommonRichErrors as ContractArtifact, - LibOwnableRichErrors: LibOwnableRichErrors as ContractArtifact, - LibProxyRichErrors: LibProxyRichErrors as ContractArtifact, - LibSimpleFunctionRegistryRichErrors: LibSimpleFunctionRegistryRichErrors as ContractArtifact, - MooniswapLiquidityProvider: MooniswapLiquidityProvider as ContractArtifact, - CurveLiquidityProvider: CurveLiquidityProvider as ContractArtifact, - IMooniswapPool: IMooniswapPool as ContractArtifact, - IFeeRecipient: IFeeRecipient as ContractArtifact, - IERC721Token: IERC721Token as ContractArtifact, + MixinZeroExBridge: MixinZeroExBridge as ContractArtifact, IERC1155Token: IERC1155Token as ContractArtifact, + IERC721Token: IERC721Token as ContractArtifact, + IFeeRecipient: IFeeRecipient as ContractArtifact, + ILiquidityProvider: ILiquidityProvider as ContractArtifact, + IMooniswapPool: IMooniswapPool as ContractArtifact, IPropertyValidator: IPropertyValidator as ContractArtifact, ITakerCallback: ITakerCallback as ContractArtifact, + IUniswapV2Pair: IUniswapV2Pair as ContractArtifact, IUniswapV3Pool: IUniswapV3Pool as ContractArtifact, - IStaking: IStaking as ContractArtifact, IERC20Bridge: IERC20Bridge as ContractArtifact, - IUniswapV2Pair: IUniswapV2Pair as ContractArtifact, - ILiquidityProvider: ILiquidityProvider as ContractArtifact, + IStaking: IStaking as ContractArtifact, + ITestSimpleFunctionRegistryFeature: ITestSimpleFunctionRegistryFeature as ContractArtifact, + TestBridge: TestBridge as ContractArtifact, + TestCallTarget: TestCallTarget as ContractArtifact, + TestDelegateCaller: TestDelegateCaller as ContractArtifact, + TestFeeCollectorController: TestFeeCollectorController as ContractArtifact, + TestFeeRecipient: TestFeeRecipient as ContractArtifact, + TestFillQuoteTransformerBridge: TestFillQuoteTransformerBridge as ContractArtifact, + TestFillQuoteTransformerExchange: TestFillQuoteTransformerExchange as ContractArtifact, + TestFillQuoteTransformerHost: TestFillQuoteTransformerHost as ContractArtifact, + TestFixinProtocolFees: TestFixinProtocolFees as ContractArtifact, + TestFixinTokenSpender: TestFixinTokenSpender as ContractArtifact, + TestFullMigration: TestFullMigration as ContractArtifact, + TestInitialMigration: TestInitialMigration as ContractArtifact, + TestLibNativeOrder: TestLibNativeOrder as ContractArtifact, + TestLibSignature: TestLibSignature as ContractArtifact, + TestMetaTransactionsNativeOrdersFeature: TestMetaTransactionsNativeOrdersFeature as ContractArtifact, + TestMetaTransactionsTransformERC20Feature: TestMetaTransactionsTransformERC20Feature as ContractArtifact, + TestMigrator: TestMigrator as ContractArtifact, + TestMintTokenERC20Transformer: TestMintTokenERC20Transformer as ContractArtifact, + TestNFTOrderPresigner: TestNFTOrderPresigner as ContractArtifact, + TestNativeOrdersFeature: TestNativeOrdersFeature as ContractArtifact, + TestNoEthRecipient: TestNoEthRecipient as ContractArtifact, + TestOrderSignerRegistryWithContractWallet: TestOrderSignerRegistryWithContractWallet as ContractArtifact, + TestPermissionlessTransformerDeployerSuicidal: TestPermissionlessTransformerDeployerSuicidal as ContractArtifact, + TestPermissionlessTransformerDeployerTransformer: TestPermissionlessTransformerDeployerTransformer as ContractArtifact, + TestPropertyValidator: TestPropertyValidator as ContractArtifact, + TestRfqOriginRegistration: TestRfqOriginRegistration as ContractArtifact, + TestSimpleFunctionRegistryFeatureImpl1: TestSimpleFunctionRegistryFeatureImpl1 as ContractArtifact, + TestSimpleFunctionRegistryFeatureImpl2: TestSimpleFunctionRegistryFeatureImpl2 as ContractArtifact, + TestStaking: TestStaking as ContractArtifact, + TestTransformERC20: TestTransformERC20 as ContractArtifact, + TestTransformerBase: TestTransformerBase as ContractArtifact, + TestTransformerDeployerTransformer: TestTransformerDeployerTransformer as ContractArtifact, + TestTransformerHost: TestTransformerHost as ContractArtifact, + TestUniswapV3Feature: TestUniswapV3Feature as ContractArtifact, + TestWethTransformerHost: TestWethTransformerHost as ContractArtifact, + TestZeroExFeature: TestZeroExFeature as ContractArtifact, + TestCurve: TestCurve as ContractArtifact, + TestLiquidityProvider: TestLiquidityProvider as ContractArtifact, + TestMooniswap: TestMooniswap as ContractArtifact, + TestUniswapV2Factory: TestUniswapV2Factory as ContractArtifact, + TestUniswapV2Pool: TestUniswapV2Pool as ContractArtifact, + TestUniswapV3Factory: TestUniswapV3Factory as ContractArtifact, + TestUniswapV3Pool: TestUniswapV3Pool as ContractArtifact, + TestMintableERC1155Token: TestMintableERC1155Token as ContractArtifact, + TestMintableERC20Token: TestMintableERC20Token as ContractArtifact, + TestMintableERC721Token: TestMintableERC721Token as ContractArtifact, + TestTokenSpenderERC20Token: TestTokenSpenderERC20Token as ContractArtifact, + TestWeth: TestWeth as ContractArtifact, }; diff --git a/packages/asset-swapper/CHANGELOG.json b/packages/asset-swapper/CHANGELOG.json index da76e73da2..dc11cc88be 100644 --- a/packages/asset-swapper/CHANGELOG.json +++ b/packages/asset-swapper/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "16.66.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "version": "16.66.2", "changes": [ diff --git a/packages/asset-swapper/CHANGELOG.md b/packages/asset-swapper/CHANGELOG.md index f600ac5de6..9c386903a8 100644 --- a/packages/asset-swapper/CHANGELOG.md +++ b/packages/asset-swapper/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v16.66.3 - _August 10, 2022_ + + * Dependencies updated + ## v16.66.2 - _August 9, 2022_ * Upgrade dependency (#543) diff --git a/packages/contract-addresses/CHANGELOG.json b/packages/contract-addresses/CHANGELOG.json index 64cdd4aebc..942e681fe0 100644 --- a/packages/contract-addresses/CHANGELOG.json +++ b/packages/contract-addresses/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "6.19.2", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "version": "6.19.1", "changes": [ diff --git a/packages/contract-addresses/CHANGELOG.md b/packages/contract-addresses/CHANGELOG.md index ac55e6ba96..791cd2147f 100644 --- a/packages/contract-addresses/CHANGELOG.md +++ b/packages/contract-addresses/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v6.19.2 - _August 10, 2022_ + + * Dependencies updated + ## v6.19.1 - _August 9, 2022_ * Fix lowercase addresses (#543) diff --git a/packages/contract-wrappers/CHANGELOG.json b/packages/contract-wrappers/CHANGELOG.json index 136d8c8508..9a068800d1 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "13.20.8", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1660073235, "version": "13.20.7", diff --git a/packages/contract-wrappers/CHANGELOG.md b/packages/contract-wrappers/CHANGELOG.md index 15e79f21df..d163b68e7d 100644 --- a/packages/contract-wrappers/CHANGELOG.md +++ b/packages/contract-wrappers/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v13.20.8 - _August 10, 2022_ + + * Dependencies updated + ## v13.20.7 - _August 9, 2022_ * Dependencies updated diff --git a/packages/protocol-utils/CHANGELOG.json b/packages/protocol-utils/CHANGELOG.json index eb4e913a03..3c367fbe93 100644 --- a/packages/protocol-utils/CHANGELOG.json +++ b/packages/protocol-utils/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "timestamp": 1660093941, + "version": "11.16.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, { "timestamp": 1660073235, "version": "11.16.2", diff --git a/packages/protocol-utils/CHANGELOG.md b/packages/protocol-utils/CHANGELOG.md index eab5521379..c28b794f4d 100644 --- a/packages/protocol-utils/CHANGELOG.md +++ b/packages/protocol-utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v11.16.3 - _August 10, 2022_ + + * Dependencies updated + ## v11.16.2 - _August 9, 2022_ * Dependencies updated