Remove wethAssetProxy and zrxVault from storage layout assertions

This commit is contained in:
Amir Bandeali
2019-09-24 13:41:31 -07:00
parent b8b21cefe3
commit 85e56706bf

View File

@@ -107,14 +107,6 @@ contract Staking is
/// MixinStorage
assertSlotAndOffset(
wethAssetProxy_slot,
wethAssetProxy_offset,
slot,
offset
)
slot := add(slot, 0x1)
assertSlotAndOffset(
stakingContract_slot,
stakingContract_offset,
@@ -267,14 +259,6 @@ contract Staking is
)
slot := add(slot, 0x1)
assertSlotAndOffset(
zrxVault_slot,
zrxVault_offset,
slot,
offset
)
slot := add(slot, 0x1)
assertSlotAndOffset(
epochDurationInSeconds_slot,
epochDurationInSeconds_offset,