-
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 XAI token list #121
Conversation
paths: | ||
- ArbTokenLists/660279_arbed_uniswap_labs.json | ||
version: true | ||
command: yarn arbify --l2NetworkID 660279 --ignore-previous-list --tokenList https://gateway.ipfs.io/ipns/tokens.uniswap.org --newArbifiedList ./src/ArbTokenLists/660279_arbed_uniswap_labs.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.
--ignore-previous-list
will be replaced with --prevArbifiedList
in a subsequent PR, once the list is uploaded
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.
nitroGenesisL1Block: 0, | ||
depositTimeout: 1800000, | ||
}; | ||
addCustomChain({ customChain: xai }); |
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.
Just a note that this will change back to addCustomNetwork
in the next stable release of the SDK
No description provided.