walletconnect-monorepo
walletconnect-monorepo copied to clipboard
Add Soneium (testnet Minato) chain
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] ethereum-rpc
-
Write a CASA namespace spec if not already available for this namespace. ethereum
-
namespaces: eip:155
-
chains: Minato [testnet] eip155:1946
-
RPC endpoints Minato [testnet]: https://rpc.minato.soneium.org
-
SLIP-0044 coin type: 60
References
- [ ] Source of RPC endpoints (e.g. RPC docs): [https://docs.soneium.org/docs/builders/tools/node-providers]
- [ ] Source of chainid: [https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-1946.json]
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
The new chain works correctly