Skip to content

Commit

Permalink
Launchpad with mint stages, allowlist and fees configured
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnChangUK committed May 25, 2024
1 parent f263223 commit 11ee79f
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 1 deletion.
1 change: 0 additions & 1 deletion ez-launch/sources/ez_launch.move
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,6 @@ module ez_launch::ez_launch {
vector::length(&borrow(ez_launch_config_obj).available_tokens) == 0
}

#[view]
public fun authorized_collection(config_owner: &signer, ez_launch_config_obj: Object<EZLaunchConfig>): Object<Collection> acquires EZLaunchConfig {
authorized_borrow(config_owner, ez_launch_config_obj).collection
}
Expand Down
Loading

0 comments on commit 11ee79f

Please sign in to comment.