diff --git a/src/core/index.ts b/src/core/index.ts index b8f25378..d8490ee8 100644 --- a/src/core/index.ts +++ b/src/core/index.ts @@ -1,3 +1,4 @@ +export { Contract } from './Contract.js' export { Contract, type ContractClient } from './Contract.js' export { DynamicContract } from './DynamicContract.js' export { TransactionHelper } from './TransactionHelper.js'