@0x:contracts-exchange Added the MixinStakingManager contract
This commit is contained in:
@@ -9,6 +9,9 @@ export const constants = {
|
||||
ExchangeFunctionName.RegisterAssetProxy,
|
||||
ExchangeFunctionName.SimulateDispatchTransferFromCalls,
|
||||
ExchangeFunctionName.TransferOwnership,
|
||||
ExchangeFunctionName.UpdateProtocolFeeMultiplier,
|
||||
ExchangeFunctionName.UpdateStakingAddress,
|
||||
ExchangeFunctionName.UpdateWethAddress,
|
||||
],
|
||||
SINGLE_FILL_FN_NAMES: [
|
||||
ExchangeFunctionName.FillOrder,
|
||||
|
||||
@@ -32,4 +32,7 @@ export enum ExchangeFunctionName {
|
||||
SetSignatureValidatorApproval = 'setSignatureValidatorApproval',
|
||||
SimulateDispatchTransferFromCalls = 'simulateDispatchTransferFromCalls',
|
||||
TransferOwnership = 'transferOwnership',
|
||||
UpdateProtocolFeeMultiplier = 'updateProtocolFeeMultiplier',
|
||||
UpdateStakingAddress = 'updateStakingAddress',
|
||||
UpdateWethAddress = 'updateWethAddress',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user