Skip to content
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

[Wallet Mining] Changing DEPOSIT_ADDRESS to the correct checksummed address? #33

Closed
nzmpi opened this issue Feb 20, 2023 · 0 comments
Closed

Comments

@nzmpi
Copy link

nzmpi commented Feb 20, 2023

Maybe it will be better to change DEPOSIT_ADDRESS

const DEPOSIT_ADDRESS = '0x9b6fb606a9f5789444c17768c6dfcf2f83563801';

to the correct checksummed address: const DEPOSIT_ADDRESS = '0x9B6fb606A9f5789444c17768c6dFCF2f83563801';?
Otherwise if (proxyAddress === DEPOSIT_ADDRESS) {...} doesn't work, because Solidity returns proxyAddress as a checksummed address.

@nzmpi nzmpi closed this as completed Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant