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

erc20: Add USDC testnet support. #1724

Closed
JoeGruffins opened this issue Jul 22, 2022 · 2 comments · Fixed by #1733
Closed

erc20: Add USDC testnet support. #1724

JoeGruffins opened this issue Jul 22, 2022 · 2 comments · Fixed by #1733
Assignees
Labels
advanced server server components testing wallet Client wallet backends

Comments

@JoeGruffins
Copy link
Member

USDC appears to have a testnet contract at https://goerli.etherscan.io/address/0x07865c6e87b9f70255377e024ace6630c1eaa37f which is being actively used and a faucet at https://usdcfaucet.com/ (untested) Making it a good candidate for testing.

After #1622 goes in it should be straightforward to add. Adding includes deploying our erc20 swap contract on the goerli testnet with the token address as the USDC testnet address. We can also point the harness testnet tests at that new contract and get them working.

If for some reason a different coin is preferable, please comment. We could even deploy our own token, but I don't think that's necessary unless the faucet turns out to not work very well.

@JoeGruffins
Copy link
Member Author

Will work on adding.

@JoeGruffins
Copy link
Member Author

https://goerli.etherscan.io/address/0x9e493d3766989e701797b9371682b7b94fd8af9c#code

Curiously, deploying with geth didn't need/want as much zero padding for the token address as our harness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced server server components testing wallet Client wallet backends
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants