-
Notifications
You must be signed in to change notification settings - Fork 72
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
Deploy on Sepolia #1463
Deploy on Sepolia #1463
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.
👍 LGTM.
Looked at the verified contracts on Sepolia etherscan and it LGTM. I plan to test the RRP request when implementing #1280 as the ultimate test...
Btw. do we need this document? https://api3dao.atlassian.net/wiki/spaces/AIRNODE/pages/154697729/Airnode+protocol+deployment+process (There was a task for this some time ago, but I am not sure we need it).
@Siegrift Let me review that document before merging this. Btw, did you read the second part of the PR post? |
Which second part do you mean? |
|
Yeah, there is #1464 |
Thanks, will check it out |
Fix TS errors in generate-references script
I couldn't deploy deterministically because hardhat-deploy doesn't seem to support Sepolia yet (unlike xdeployer). I may redeploy once that becomes available (but maybe not?). I verified the contracts on Etherscan.
Btw, TS complains about the types in this bit. What do?