-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat: add Arb Sepolia list #113
Conversation
paths: | ||
- ArbTokenLists/421614_arbed_coinmarketcap.json | ||
version: true | ||
command: yarn arbify --l2NetworkID 421614 --ignorePreviousList 421614_arbed_uniswap_labs_default.json --tokenList https://gateway.ipfs.io/ipns/tokens.uniswap.org --newArbifiedList ./src/ArbTokenLists/421614_arbed_uniswap_labs_default.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--ignorePreviousList
is temporary because we don't have an existing list yet and the arbifying process won't work without this flag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reverted, list was uploaded to s3
then | ||
additionalPath='TestFolder/' | ||
else | ||
additionalPath='/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like it should be an empty string instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can do both, have it as TestFolder
or empty string. And add the slash where we use it, or have it here, right now we have it as part of the variable (see line 168)
@chrstph-dvx LGTM but i can't approve my own PR :D |
closes #106