Skip to content

Commit

Permalink
added missing uri_scheme field to MinterParams in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gabriele committed Dec 5, 2023
1 parent fb94f61 commit 8b0e3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/src/helpers/helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ pub fn instantiate_factory(
},
mint_fee_bps: 1000, // 10%
max_trading_offset_secs: (60 * 60) * 24,
uri_scheme: None,

Check warning on line 53 in e2e/src/helpers/helper.rs

View check run for this annotation

Codecov / codecov/patch

e2e/src/helpers/helper.rs#L53

Added line #L53 was not covered by tests
extension: ParamsExtension {
max_token_limit: MAX_TOKENS,
max_per_address_limit: 50,
Expand Down
1 change: 1 addition & 0 deletions e2e/src/helpers/open_edition_minter_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ pub fn instantiate_factory(
},
mint_fee_bps: 1000, // 10%
max_trading_offset_secs: (60 * 60) * 24,
uri_scheme: None,

Check warning on line 57 in e2e/src/helpers/open_edition_minter_helpers.rs

View check run for this annotation

Codecov / codecov/patch

e2e/src/helpers/open_edition_minter_helpers.rs#L57

Added line #L57 was not covered by tests
extension: ParamsExtension {
max_per_address_limit: 50,
airdrop_mint_fee_bps: 0,
Expand Down

0 comments on commit 8b0e3b4

Please sign in to comment.