navskit
Version:
Deploy TypeScript logic on Ethereum. Includes core library, CLI tools, and utilities.
10 lines (9 loc) • 508 B
TypeScript
import * as Addresses from './contract-addresses.json';
export { abi as AllocationManagerAbi } from './abi/AllocationManager';
export { abi as TaskDispatchAbi } from './abi/TaskDispatch';
export { abi as DelegationManagerAbi } from './abi/DelegationManager';
export { abi as Multicall3Abi } from './abi/Multicall3';
export { abi as ReexecutionEndpointAbi } from './abi/ReexecutionEndpoint';
export { abi as SafeAbi } from './abi/Safe';
export declare const DEFAULT_OPERATOR_SET_ID = 2;
export { Addresses };