Fix reentrancy tests
This commit is contained in:
@@ -11,6 +11,7 @@ export const constants = {
|
||||
ExchangeFunctionName.TransferOwnership,
|
||||
ExchangeFunctionName.SetProtocolFeeMultiplier,
|
||||
ExchangeFunctionName.SetProtocolFeeCollectorAddress,
|
||||
ExchangeFunctionName.DetachProtocolFeeCollector,
|
||||
],
|
||||
SINGLE_FILL_FN_NAMES: [ExchangeFunctionName.FillOrder, ExchangeFunctionName.FillOrKillOrder],
|
||||
BATCH_FILL_FN_NAMES: [
|
||||
|
||||
@@ -34,4 +34,5 @@ export enum ExchangeFunctionName {
|
||||
TransferOwnership = 'transferOwnership',
|
||||
SetProtocolFeeMultiplier = 'setProtocolFeeMultiplier',
|
||||
SetProtocolFeeCollectorAddress = 'setProtocolFeeCollectorAddress',
|
||||
DetachProtocolFeeCollector = 'detachProtocolFeeCollector',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user