walletconnect-monorepo
walletconnect-monorepo copied to clipboard
Tezos
Adding a new chain to the Explorer To get a new chain added to the Explorer, you will need to submit the following:
- JSON-RPC spec for Wallets (only if one doesn't already exist). For more information, please review the Ethereum JSON-RPC API docs. GitHub Link: exists at https://docs.walletconnect.com/advanced/multichain/rpc-reference/tezos-rpc
- Write a CASA namespace spec if not already available for this namespace. GitHub Link: exists at https://github.com/ChainAgnostic/namespaces/tree/main/tezos
- namespaces: *known chain namespaces (e.g. eip:155 for Ethereum/EVM-based chains, solana, ...) mainnet, ghostnet
- chains: *known chains, where the primary key is a compound key composed of namespace + reference (e.g. ETH mainnet is eip155:1). Please provide labels for each chain (e.g. mainnet, testnet, devnet, ...) tezos:mainnet tezos:ghostnet
- RPC endpoints *list of common/canonical RPC endpoints for the chain(s)
Mainnet: https://rpc.tzbeta.net/ Ghostnet: https://rpc.ghostnet.teztnets.com/
- SLIP-0044 coin type: * slip44 coin type used in the namespace 1729
References To ensure timely processing of your request, please provide the following references:
- [ ] Source of RPC endpoints (e.g. RPC docs):
Shell RPCs The node provides some RPCs which are independent of the protocol. Their OpenAPI specification can be found at: docs/api/rpc-openapi.json (version 20.2) docs/api/rpc-openapi-dev.json (version master)
Paris RPCs The OpenAPI specifications for RPCs which are specific to the ParisC (PtParisC) protocol can be found at: docs/api/paris-openapi.json (version 20.2)
The OpenAPI specifications for RPCs which are related to the mempool and specific to the Paris protocol can be found at: docs/api/paris-mempool-openapi.json (version 20.2)
Alpha RPCs The OpenAPI specifications for RPCs which are specific to the Alpha protocol can be found at: docs/api/alpha-openapi.json (version master) The OpenAPI specifications for RPCs which are related to the mempool and specific to the Alpha protocol can be found at: docs/api/alpha-mempool-openapi.json (version master)
- [ ] Source of namespace (if non-EIP155) chain information (particularly chainIds): https://namespaces.chainagnostic.org/tezos/caip2
Additional context Add any other context here.
Please note:
Registering a chain with the Explorer does not impact or improve the ability for wallets and dapps to support your chain. It is simply a way for users to discover wallets and dapps that support your chain by:
- Browsing the Chains List
- Filtering results programmatically via the Explorer API
It is still up to wallets and dapps to provide concrete support for your chain once it is listed as part of the Explorer.
- [x] I have read and understood the above clarification