Improving readability of staking
This commit is contained in:
@@ -16,6 +16,7 @@ import * as LibBytes from '../generated-artifacts/LibBytes.json';
|
||||
import * as LibBytesRichErrors from '../generated-artifacts/LibBytesRichErrors.json';
|
||||
import * as LibEIP1271 from '../generated-artifacts/LibEIP1271.json';
|
||||
import * as LibEIP712 from '../generated-artifacts/LibEIP712.json';
|
||||
import * as LibFractions from '../generated-artifacts/LibFractions.json';
|
||||
import * as LibOwnableRichErrors from '../generated-artifacts/LibOwnableRichErrors.json';
|
||||
import * as LibReentrancyGuardRichErrors from '../generated-artifacts/LibReentrancyGuardRichErrors.json';
|
||||
import * as LibRichErrors from '../generated-artifacts/LibRichErrors.json';
|
||||
@@ -47,6 +48,7 @@ export const artifacts = {
|
||||
LibBytesRichErrors: LibBytesRichErrors as ContractArtifact,
|
||||
LibEIP1271: LibEIP1271 as ContractArtifact,
|
||||
LibEIP712: LibEIP712 as ContractArtifact,
|
||||
LibFractions: LibFractions as ContractArtifact,
|
||||
LibOwnableRichErrors: LibOwnableRichErrors as ContractArtifact,
|
||||
LibReentrancyGuardRichErrors: LibReentrancyGuardRichErrors as ContractArtifact,
|
||||
LibRichErrors: LibRichErrors as ContractArtifact,
|
||||
|
@@ -14,6 +14,7 @@ export * from '../generated-wrappers/lib_bytes';
|
||||
export * from '../generated-wrappers/lib_bytes_rich_errors';
|
||||
export * from '../generated-wrappers/lib_e_i_p1271';
|
||||
export * from '../generated-wrappers/lib_e_i_p712';
|
||||
export * from '../generated-wrappers/lib_fractions';
|
||||
export * from '../generated-wrappers/lib_ownable_rich_errors';
|
||||
export * from '../generated-wrappers/lib_reentrancy_guard_rich_errors';
|
||||
export * from '../generated-wrappers/lib_rich_errors';
|
||||
|
Reference in New Issue
Block a user