Skip to content

Conversation

@nidhi-singh02
Copy link
Contributor

@nidhi-singh02 nidhi-singh02 commented Oct 24, 2025

Description

  1. Added price feed address for new testnet (screenshot below)
  2. The entropy on etherlink test has been hidden from

Type of Change

  • New Page
  • Page update/improvement
  • Fix typo/grammar
  • Restructure/reorganize content
  • Update links/references
  • Other (please describe):

Areas Affected

Checklist

  • I ran pre-commit run --all-files to check for linting errors
  • I have reviewed my changes for clarity and accuracy
  • All links are valid and working
  • Images (if any) are properly formatted and include alt text
  • Code examples (if any) are complete and functional
  • Content follows the established style guide
  • Changes are properly formatted in Markdown
  • Preview renders correctly in development environment

Related Issues

Closes #

Additional Notes

Contributor Information

  • Name:
  • Email:

Screenshots

image

@vercel
Copy link

vercel bot commented Oct 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Oct 24, 2025 8:34am
documentation Building Building Preview Oct 24, 2025 8:34am

| Dela Deperp Mithreum Testnet | <CopyAddress address="0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc" url="https://mithreum-sepolia.deperp.com/address/0xe9d69CdD6Fe41e7B621B4A688C5D1a68cB5c8ADc" /> |
| EOS testnet | <CopyAddress address="0x0708325268dF9F66270F1401206434524814508b" url="https://explorer.testnet.evm.eosnetwork.com/address/0x0708325268dF9F66270F1401206434524814508b" /> |
| Etherlink testnet | <CopyAddress address="0x2880aB155794e7179c9eE2e38200202908C17B43" url="https://testnet.explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43" /> |
| Etherlink Ghostnet testnet | <CopyAddress address="0x2880aB155794e7179c9eE2e38200202908C17B43" url="https://testnet.explorer.etherlink.com/address/0x2880aB155794e7179c9eE2e38200202908C17B43" /> |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the testnet name to identify.


const sortedDeployments = Object.entries(deployments).sort();
const sortedDeployments = Object.entries(deployments)
.filter(([name]) => name !== "etherlink-testnet")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm worried we forget about it in the future and later come and see this and be like oh why did we do this? :D i think it's just ok to remove it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK this data is coming from Fortuna API. Wondering how it can be removed ? If there's a way, let's get this removed instead of this workaround.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nidhi-singh02 explained to me that this comes from fortuna api. let's keep it then.

@nidhi-singh02 nidhi-singh02 merged commit 0ea5651 into main Oct 24, 2025
4 of 5 checks passed
@nidhi-singh02 nidhi-singh02 deleted the add-etherlink branch October 24, 2025 09:14
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

Successfully merging this pull request may close these issues.

3 participants