Skip to content

Commit

Permalink
chore(wallet): add non-critical todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Sep 24, 2021
1 parent 3fd77aa commit c33edc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallet/test/util.ts
@@ -1,5 +1,6 @@
import { SelectionConstraints } from '@cardano-sdk/cip2';

// Todo: Hoist to util-dev package
export const NO_CONSTRAINTS: SelectionConstraints = {
computeMinimumCoinQuantity: () => 1_000_000n,
computeMinimumCost: async () => 170_000n,
Expand Down

0 comments on commit c33edc6

Please sign in to comment.