-
Notifications
You must be signed in to change notification settings - Fork 1
Update faucet to Choronos #122
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
Conversation
✅ Deploy Preview for subspacefaucet canceled.
|
jim-counter
left a comment
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.
We need to update the explorer URL. Consider removing references to Gemini.
smart_contract/hardhat.config.ts
Outdated
| urls: { | ||
| apiURL: 'https://blockscout.taurus.autonomys.xyz/api', | ||
| browserURL: 'https://blockscout.taurus.autonomys.xyz/', | ||
| apiURL: 'https://blockscout.chronos.autonomys.xyz/api', |
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.
These should be https://explorer.auto-evm.chronos.autonomys.xyz/
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.
Right, updated 👍
smart_contract/hardhat.config.ts
Outdated
| RPC_URL_TAURUS, | ||
| PRIVATE_KEY_TAURUS, | ||
| TAURUS_SCAN_API_KEY, | ||
| // Gemini |
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.
We can probably ditch all the Gemini references?
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.
Sure, why not.
jim-counter
left a comment
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!
This PR