Skip to content

Commit

Permalink
fix: export ContractConfig and Address
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Oct 30, 2024
1 parent 3413d0c commit 739511c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type { ContractReceipt, ContractTransaction } from 'ethers';
export type { TransactionResponse } from '@ethersproject/abstract-provider';
export type { Abi } from 'abitype';
export type { Abi, Address } from 'abitype';

export {
type AnnotationData,
Expand Down Expand Up @@ -41,6 +41,6 @@ export {
} from '@colony/tokens';

export * from './ColonyNetwork/index.js';
export type { ContractOptions } from './ContractConfig.js';
export { type ContractOptions, ContractConfig } from './ContractConfig.js';
export * from './TxCreator/index.js';
export type { ParsedLogTransactionReceipt } from './types.js';

0 comments on commit 739511c

Please sign in to comment.