diff --git a/src/vms/common/index.ts b/src/vms/common/index.ts index 1242a8fbf..bf3e63098 100644 --- a/src/vms/common/index.ts +++ b/src/vms/common/index.ts @@ -4,3 +4,4 @@ export * from './models'; export { AvaxApi } from './avaxApi'; export { UnsignedTx } from './unsignedTx'; export { Transaction } from './transaction'; +export * from './fees/dimensions';