Skip to content

Conversation

@johnsaigle
Copy link
Contributor

Fantom is deprecated and there are not enough Guardians running Fantom nodes to produce VAAs. As a result, we can remove references to it from the node and documentation. https://wormhole-foundation.github.io/wormhole-dashboard/#/?endpoint=Mainnet

@johnsaigle johnsaigle added documentation Improvements or additions to documentation node quality doesn't fix a known bug, doesn't change behavior, but increase code quality labels Nov 2, 2025
@johnsaigle johnsaigle marked this pull request as ready for review November 5, 2025 14:29
mdulin2
mdulin2 previously approved these changes Nov 20, 2025
return "avalanche"
case ChainIDAlgorand:
return "algorand"
case ChainIDFantom:
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you manually modify these or regenerate them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't remember, but I just checked-out this PR, ran make go-generate from sdk/vaa/, and there was no change.

7 => Chain::Oasis,
8 => Chain::Algorand,
9 => Chain::Aurora,
10 => Chain::Fantom,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just checking whether it makes sense to remove here or keep around considering the other obsolete chains from proto/publicrpc/v1/publicrpc.proto are still here? It might make sense to comment out here too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation node quality doesn't fix a known bug, doesn't change behavior, but increase code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants