feat: Replace Ghostnet with Shadownet for Tezos and Etherlink testnets#944
Open
feat: Replace Ghostnet with Shadownet for Tezos and Etherlink testnets#944
Conversation
- Replace Tezos Ghostnet with Shadownet (RPC: rpc.shadownet.teztnets.com) - Replace Etherlink Testnet with Etherlink Shadownet (chain ID: 127823) - Update TzKT explorer links to shadownet.tzkt.io - Update Etherlink explorer to shadownet.explorer.etherlink.com - Update Firebase collection names for Shadownet - Add custom chain definition for Etherlink Shadownet in wagmi config - Update Beacon wallet config with custom network for Shadownet - Fix useEthersProvider to handle undefined publicClient gracefully - Update all tests and E2E specs Note: Hasura indexer needs to be reconfigured to point to Shadownet. See MIGRATION-GHOSTNET-TO-SHADOWNET.md for full migration checklist.
✅ Deploy Preview for tezos-homebase ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Upgrade @airgap/beacon-sdk and @airgap/beacon-types from 4.2.2 to 4.7.0 - Use NetworkType.SHADOWNET instead of NetworkType.CUSTOM - Remove WalletConnect version pinning that conflicted with newer Beacon SDK - Simplify wallet creation since Shadownet is now a first-class network type This fixes Kukai wallet connection issues on Shadownet.
- TxStatus.tsx: Update explorer URL to shadownet.explorer.etherlink.com - stats/index.ts: Update Etherlink explorer API URL pattern - web3provider.tsx: Use etherlinkShadownet instead of etherlinkTestnet
…Shadownet The wallet was connecting to mainnet instead of shadownet because requestPermissions() was called without a network parameter. This fix explicitly passes the network config (including rpcUrl for shadownet) to requestPermissions(), ensuring the wallet connects to the correct network.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Migrates both Tezos and Etherlink testnets from Ghostnet to Shadownet:
rpc.shadownet.teztnets.com)Reference: https://teztnets.com/shadownet-about
Changes
ghostnettoshadownetandetherlink_testnettoetherlink_shadownetshadownet.tzkt.ioshadownet.explorer.etherlink.comuseEthersProviderto handle undefined publicClient gracefullyAdditional Work Required
Before merging, the following infrastructure changes are needed:
See
MIGRATION-GHOSTNET-TO-SHADOWNET.mdfor the full migration checklist.Breaking Changes
Test Plan