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

Display more fungible token details #14

Merged
merged 5 commits into from
Feb 28, 2024
Merged

Conversation

Lbqds
Copy link
Member

@Lbqds Lbqds commented Feb 28, 2024

No description provided.

@Lbqds Lbqds requested a review from polarker February 28, 2024 01:24
Copy link
Member

@polarker polarker left a comment

Choose a reason for hiding this comment

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

LGTM. Just naming issues.

}))
}

async function isTokenAllowAdditionalIssuance(
Copy link
Member

Choose a reason for hiding this comment

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

isAdditionalTokenIssuanceAllowed

@@ -82,6 +113,8 @@ function TokenInfo() {
) : (
'undefined'
),
Upgradable: `${tokenInfo?.upgradable}`,
'Allow Additional Issuance': `${tokenInfo?.allowAdditionalIssuance}`
Copy link
Member

Choose a reason for hiding this comment

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

Additional Issuance Allowed

@@ -82,6 +113,8 @@ function TokenInfo() {
) : (
'undefined'
),
Upgradable: `${tokenInfo?.upgradable}`,
Copy link
Member

Choose a reason for hiding this comment

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

Token Contract Upgradable

@polarker polarker merged commit fc52e6a into main Feb 28, 2024
1 check passed
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.

2 participants