-
Notifications
You must be signed in to change notification settings - Fork 693
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
Add MCADE to Base #780
Add MCADE to Base #780
Conversation
Adding @cfluke-cb as reviewer |
cc: as reviewers |
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.
Can you verify the contracts on testnets and have the token names match?
error: MCADE on chain sepolia token 0x9975451FB0B41AfE849390a6A20b502F17B35ec7 has incorrect name. Got MCADE
error: MCADE on chain base-sepolia token 0x41E6C9902a27D1995585C1B2DbA06569BBFb90Bc has incorrect name. Got MCADE
error: final token list is invalid
warning: MCADE on chain sepolia token 0x9975451FB0B41AfE849390a6A20b502F17B35ec7 code not verified on Etherscan
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.
Can you verify the contracts on testnets and have the token names match?
error: MCADE on chain sepolia token 0x9975451FB0B41AfE849390a6A20b502F17B35ec7 has incorrect name. Got MCADE
error: MCADE on chain base-sepolia token 0x41E6C9902a27D1995585C1B2DbA06569BBFb90Bc has incorrect name. Got MCADE
error: final token list is invalid
Thanks @cfluke-cb - i've updated the token name to match - please check again when time permits |
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.
ACK
Description
Adding testnet token to bridge from Eth -> Base to fully understand the workflow before doing mainnet. Token was created with from the instructions outlined https://docs.base.org/docs/tokens/list/ (OptimismMintableERC20Factory)