@0x:abi-gen-wrappers
Added exports
This commit is contained in:
parent
b4e00baa07
commit
c7945a542e
@ -101,6 +101,37 @@ export {
|
||||
} from './generated-wrappers/multi_asset_proxy';
|
||||
export { OrderValidatorContract } from './generated-wrappers/order_validator';
|
||||
export { StaticCallProxyContract } from './generated-wrappers/static_call_proxy';
|
||||
export {
|
||||
StakingAuthorizedAddressAddedEventArgs,
|
||||
StakingAuthorizedAddressRemovedEventArgs,
|
||||
StakingContract,
|
||||
StakingEpochEndedEventArgs,
|
||||
StakingEpochFinalizedEventArgs,
|
||||
StakingEventArgs,
|
||||
StakingEvents,
|
||||
StakingExchangeAddedEventArgs,
|
||||
StakingExchangeRemovedEventArgs,
|
||||
StakingMakerStakingPoolSetEventArgs,
|
||||
StakingMoveStakeEventArgs,
|
||||
StakingOperatorShareDecreasedEventArgs,
|
||||
StakingOwnershipTransferredEventArgs,
|
||||
StakingParamsSetEventArgs,
|
||||
StakingRewardsPaidEventArgs,
|
||||
StakingStakeEventArgs,
|
||||
StakingStakingPoolCreatedEventArgs,
|
||||
StakingStakingPoolEarnedRewardsInEpochEventArgs,
|
||||
StakingUnstakeEventArgs,
|
||||
} from './generated-wrappers/staking';
|
||||
export {
|
||||
StakingProxyAuthorizedAddressAddedEventArgs,
|
||||
StakingProxyAuthorizedAddressRemovedEventArgs,
|
||||
StakingProxyContract,
|
||||
StakingProxyEventArgs,
|
||||
StakingProxyEvents,
|
||||
StakingProxyOwnershipTransferredEventArgs,
|
||||
StakingProxyStakingContractAttachedToProxyEventArgs,
|
||||
StakingProxyStakingContractDetachedFromProxyEventArgs,
|
||||
} from './generated-wrappers/staking_proxy';
|
||||
export {
|
||||
WETH9EventArgs,
|
||||
WETH9Events,
|
||||
|
Loading…
x
Reference in New Issue
Block a user