-
Notifications
You must be signed in to change notification settings - Fork 2
Fix token supply inconsistency: update to 750,000 tokens across all files #47
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
Draft
Copilot
wants to merge
5
commits into
main
Choose a base branch
from
copilot/fix-39
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned Files
|
Co-authored-by: sonnyquinn24 <[email protected]>
…iles Co-authored-by: sonnyquinn24 <[email protected]>
Copilot
AI
changed the title
[WIP] The totalSupply is set to 500 million tokens, but the test file expects 100 million tokens. This inconsistency will cause deployment verification to fail when compared against the test expectations.
Fix token supply inconsistency: update to 750,000 tokens across all files
Sep 17, 2025
Copilot finished work on behalf of
sonnyquinn24
September 17, 2025 20:51
sonnyquinn24
approved these changes
Sep 17, 2025
sonnyquinn24
approved these changes
Sep 17, 2025
sonnyquinn24
approved these changes
Sep 17, 2025
sonnyquinn24
approved these changes
Sep 17, 2025
sonnyquinn24
approved these changes
Sep 17, 2025
sonnyquinn24
approved these changes
Sep 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR resolves a critical inconsistency in token supply values that would cause deployment verification failures.
Problem
The deployment scripts and test files had different
totalSupplyvalues:scripts/deploy.jsandscripts/deploy-DE.js: 500,000 tokenstest/SEQICO.test.js: 1,000,000 tokensThis inconsistency would cause deployment verification to fail when the actual deployed contract supply doesn't match test expectations.
Solution
Updated all files to use 750,000 tokens as requested by @sonnyquinn24:
Changes Made
All files now consistently reference the same token supply value, ensuring deployment verification will pass and the contract behaves as expected in both deployment and testing scenarios.
Fixes #39.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.