Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial gatekeeper config cli commands #58

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

Robert-H-Leonard
Copy link
Collaborator

No description provided.

static args = {
networkName: Args.string({name: 'networkName', required: true, description: 'Name of the network'}),
issueFee: Args.integer({name: 'issueFee', required: true, description: 'Fee amount on pass issuance'}),
refreshFee: Args.integer({name: 'expireFee', required: true, description: 'Fee amount to refresh an expired token'}),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy paste bloops?

issueFee: Args.integer({name: 'issueFee', required: true, description: 'Fee amount on pass issuance'}),
refreshFee: Args.integer({name: 'expireFee', required: true, description: 'Fee amount to refresh an expired token'}),
freezeFee: Args.integer({name: 'freezeFee', required: true, description: 'Fee amount to freeze a pass'}),
expireFee: Args.integer({name: 'expireFee', required: true, description: 'Fee amount to expire a token'})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whitespace

@Robert-H-Leonard Robert-H-Leonard changed the title [WIP] initial gatekeeper config cli commands initial gatekeeper config cli commands Jul 8, 2024
@Robert-H-Leonard Robert-H-Leonard merged commit b9ad662 into develop Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants