Skip to content

Commit

Permalink
Properly export AllowedCoinType type
Browse files Browse the repository at this point in the history
  • Loading branch information
rileystephens28 committed Nov 14, 2024
1 parent 523cdeb commit 7d65201
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export { N, WeiPerEther, MaxUint256, MinInt256, MaxInt256 } from './numbers.js';
export { quaisymbol, MessagePrefix } from './strings.js';
export { toShard, Shard, ShardData } from './shards.js';
export { Ledger, toZone, Zone, ZoneData } from './zones.js';
export { AllowedCoinType } from './coins.js';
export type { AllowedCoinType } from './coins.js';
3 changes: 3 additions & 0 deletions src/quais.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ export type {
// ADDRESS
export type { Addressable, AddressLike } from './address/index.js';

// CONSTANTS
export type { AllowedCoinType } from './constants/index.js';

// CONTRACT
export type {
ConstantContractMethod,
Expand Down

0 comments on commit 7d65201

Please sign in to comment.