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

[BLOCK-2584] Add token tax, burn and metadata #255

Merged
merged 3 commits into from
Nov 22, 2024

Conversation

Duncan-Ultra
Copy link
Contributor

No description provided.

@@ -15,6 +15,7 @@ const navbar: DefaultTheme.NavItem[] = [
{ text: 'Smart Contracts', link: '/tutorials/smart-contracts/index' },
{ text: 'Uniq Factories', link: '/tutorials/uniq-factories/index' },
{ text: 'Token Swap', link: '/tutorials/token-swap/index' },
{ text: 'Fungitable Token', link: '/tutorials/token/index' },
Copy link
Contributor

@igor-sikachyna igor-sikachyna Nov 21, 2024

Choose a reason for hiding this comment

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

This will cause each link validation to fail because it will be searching for index file on all 3 environments. We will need to either not have this here or add a support for environment-based navbar (e.g. by setting evn: "experimental")

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed the index back to normal. I think we can consider it as a placeholder.

@Adam-Ultra Adam-Ultra merged commit 23425ae into main Nov 22, 2024
2 checks passed
@Adam-Ultra Adam-Ultra deleted the feature/BLOCK-2584-add-token-tax-burn-metadata branch November 22, 2024 23:54
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