-
Notifications
You must be signed in to change notification settings - Fork 802
Description
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
https://docs.walletconnect.network/wallet-sdk/chain-support/ton -
Write a CASA namespace spec if not already available for this namespace.
https://github.com/ChainAgnostic/namespaces/tree/main/tvm -
namespaces:
- ton
- tvm
- chains: *known chains, where the primary key is a compound key composed of namespace + reference (e.g. ETH mainnet is eip155:1).
- ton:-239 (mainnet)
- ton:-3 (testnet)
- RPC endpoints
https://toncenter.com/api/v2/jsonRPC - SLIP-0044 coin type:
* slip44 coin type used in the namespace
607 0x8000025f TON TON
References
To ensure timely processing of your request, please provide the following references:
- Source of RPC endpoints (e.g. RPC docs): https://docs.walletconnect.network/wallet-sdk/chain-support/ton
- Source of namespace (if non-EIP155) chain information (particularly chainIds): https://docs.walletconnect.network/wallet-sdk/chain-support/ton
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.
- I have read and understood the above clarification