@@ -54,10 +54,11 @@ import * as TestLibFixedMath from '../generated-artifacts/TestLibFixedMath.json'
54
54
import * as TestLibProxy from '../generated-artifacts/TestLibProxy.json' ;
55
55
import * as TestLibProxyReceiver from '../generated-artifacts/TestLibProxyReceiver.json' ;
56
56
import * as TestLibSafeDowncast from '../generated-artifacts/TestLibSafeDowncast.json' ;
57
+ import * as TestMixinParams from '../generated-artifacts/TestMixinParams.json' ;
57
58
import * as TestMixinVaultCore from '../generated-artifacts/TestMixinVaultCore.json' ;
58
59
import * as TestProtocolFees from '../generated-artifacts/TestProtocolFees.json' ;
59
- import * as TestProtocolFeesERC20Proxy from '../generated-artifacts/TestProtocolFeesERC20Proxy.json' ;
60
60
import * as TestStaking from '../generated-artifacts/TestStaking.json' ;
61
+ import * as TestStakingNoWETH from '../generated-artifacts/TestStakingNoWETH.json' ;
61
62
import * as TestStakingProxy from '../generated-artifacts/TestStakingProxy.json' ;
62
63
import * as TestStorageLayout from '../generated-artifacts/TestStorageLayout.json' ;
63
64
import * as ZrxVault from '../generated-artifacts/ZrxVault.json' ;
@@ -112,10 +113,11 @@ export const artifacts = {
112
113
TestLibProxy : TestLibProxy as ContractArtifact ,
113
114
TestLibProxyReceiver : TestLibProxyReceiver as ContractArtifact ,
114
115
TestLibSafeDowncast : TestLibSafeDowncast as ContractArtifact ,
116
+ TestMixinParams : TestMixinParams as ContractArtifact ,
115
117
TestMixinVaultCore : TestMixinVaultCore as ContractArtifact ,
116
118
TestProtocolFees : TestProtocolFees as ContractArtifact ,
117
- TestProtocolFeesERC20Proxy : TestProtocolFeesERC20Proxy as ContractArtifact ,
118
119
TestStaking : TestStaking as ContractArtifact ,
120
+ TestStakingNoWETH : TestStakingNoWETH as ContractArtifact ,
119
121
TestStakingProxy : TestStakingProxy as ContractArtifact ,
120
122
TestStorageLayout : TestStorageLayout as ContractArtifact ,
121
123
} ;
0 commit comments