Skip to content

Add SmellToken to Superchain token list #1137

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

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

samir0x
Copy link

@samir0x samir0x commented May 10, 2025

Adds SmellToken at 0xfE26A8562BF54Cf9Ad9DD1971f0636d9a732fEBB to the Optimism token list for the smellcheckmate project.

“This token supports community engagement on Optimism”

@samir0x samir0x requested review from wbnns and a team as code owners May 10, 2025 00:05
@samir0x
Copy link
Author

samir0x commented May 11, 2025

Hi @ethereum-optimism/devxpod @wbnns, the validate-workflow check is failing with exit code 1, but I lack admin access to view detailed error messages in CircleCI (https://app.circleci.com/pipelines/github/ethereum-optimism/ethereum-optimism.github.io/1670/workflows/eace4635-173b-4b09-b1a9-2938353f87fd/jobs/4748). Could you share the specific error from the err.txt or std.txt logs? I’ve updated data.json and logo.svg, and they appear correct locally. Thanks!

@hamdiallam
Copy link
Contributor

hey @samir0x you can locally run the validation script, pnpm validate --datadir ./data --tokens SMELL. The error i'm seeing for this PR

Error: ENOENT: no such file or directory, open 'data/tokens/data.json'

Not sure why you've created a optimism directory within /data. I recommend looking at some of the other tokens in the data folder and following the same format

@samir0x
Copy link
Author

samir0x commented May 14, 2025

hey @samir0x you can locally run the validation script, pnpm validate --datadir ./data --tokens SMELL. The error i'm seeing for this PR

Error: ENOENT: no such file or directory, open 'data/tokens/data.json'

Not sure why you've created a optimism directory within /data. I recommend looking at some of the other tokens in the data folder and following the same format

hey @samir0x you can locally run the validation script, pnpm validate --datadir ./data --tokens SMELL. The error i'm seeing for this PR

Error: ENOENT: no such file or directory, open 'data/tokens/data.json'

Not sure why you've created a optimism directory within /data. I recommend looking at some of the other tokens in the data folder and following the same format

I've created optimism directory because I am applying the project to OP atlas, I looked and tried all possible ways, am still getting error and still didn't get approve! any suggestions? thank you in advance

@samir0x samir0x closed this May 14, 2025
@samir0x samir0x reopened this May 14, 2025
@samir0x samir0x closed this May 14, 2025
@samir0x samir0x reopened this May 14, 2025
@samir0x samir0x closed this May 14, 2025
@samir0x samir0x reopened this May 14, 2025
@samir0x samir0x closed this May 14, 2025
@samir0x samir0x reopened this May 14, 2025
@samir0x samir0x closed this May 22, 2025
@samir0x samir0x reopened this May 22, 2025
@wbnns wbnns added base PR require review from base team op PR require review from op team labels May 28, 2025
Copy link
Member

@wbnns wbnns left a comment

Choose a reason for hiding this comment

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

Looks on the Base side; we just need to wait for OP's approval for that respective deployment

Copy link
Member

@wbnns wbnns left a comment

Choose a reason for hiding this comment

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

@samir0x Oops, just noticed tests are failing, could you please fix?

@fainashalts
Copy link
Collaborator

Hi @samir0x please rebase against the latest master branch, should fix the CI errors!

Copy link
Author

@samir0x samir0x left a comment

Choose a reason for hiding this comment

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

thank you for the changes

@samir0x
Copy link
Author

samir0x commented May 29, 2025

Hi @samir0x please rebase against the latest master branch, should fix the CI errors!

hello @fainashalts I tried and didn't work, any hints?

@@ -22,7 +22,7 @@ program
'Comma-separated list of token symbols to validate'
)
.action(async (options) => {
const results = await validate(options.datadir, options.tokens.split(','))
const results = await validate(options.datadir, options.tokens ? options.tokens.split(',') : undefined)
Copy link
Collaborator

Choose a reason for hiding this comment

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

why is this change here?

Copy link
Author

Choose a reason for hiding this comment

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

I don't know why! do i need to delete those lines from the code?
appreciate your replies

@fainashalts
Copy link
Collaborator

Hi @samir0x there seem to be some files in this PR that are not part of adding a token. Please review the readme and make sure you're only proposing code for adding your specific token!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base PR require review from base team op PR require review from op team waiting-for-pr-author-response
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants