-
Notifications
You must be signed in to change notification settings - Fork 589
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
rif token on rsk mainnet #305
Conversation
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.
Thanks! But to merge it the address must be in ERC-55 (filename and address field)
via CI: The address is not valid with ERC-55 checksum 0x2aCc95758f8b5F583470bA265Eb685a8f45fC9D5 expected: 0x2AcC95758f8b5F583470ba265EB685a8F45fC9D5
seems related: komputing/KEthereum#80 |
@ligi because of the PR: komputing/KEthereum#85 was merged, I wanted to know how we can forward with this PR. Do I have to add the chainId? Thanks! |
we have the chainId here: https://github.com/ethereum-lists/tokens/blob/master/src/main/kotlin/org/ethereum/lists/tokens/Main.kt#L13 no need to put it in the json. |
Thanks for your response and I understand that you don't like the EIP1191.
|
as far as I see it is already there
yes |
sure - can you rebase to master? |
Sure, I'll try to do it. If I can't do it because I didn't make this PR, I'll make another PR and ask to close this. |
c430d2a
to
bbcbd78
Compare
Done! :) |
merged ;-) |
Thanks so much for your help in this process! |
Implements EIP-1191 for checksum, extending EIP-55