We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb5b3f8 + 1cbbffe commit 3b0604bCopy full SHA for 3b0604b
1 file changed
packages/evolution/src/sdk/provider/internal/Blockfrost.ts
@@ -24,7 +24,7 @@ export const BlockfrostProtocolParameters = Schema.Struct({
24
min_fee_b: Schema.Number,
25
pool_deposit: Schema.String,
26
key_deposit: Schema.String,
27
- min_utxo: Schema.String,
+ min_utxo: Schema.optional(Schema.String),
28
max_tx_size: Schema.Number,
29
max_val_size: Schema.optional(Schema.String),
30
utxo_cost_per_word: Schema.optional(Schema.String),
0 commit comments