walletconnect-monorepo
walletconnect-monorepo copied to clipboard
Add AME Chain Mainnet
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.
AME Chain is EVM-compatible and adheres to the standard Ethereum JSON-RPC API. Therefore, no custom specification is required. For reference, consult the Ethereum JSON-RPC API documentation.
GitHub Link: https://ethereum.org/en/developers/docs/apis/json-rpc/
- Write a CASA namespace spec if not already available for this namespace. GitHub Link:
AME Chain operates under the eip155 namespace, which is already defined in the Chain Agnostic Standards Alliance (CASA) namespaces repository. No additional specification is necessary.
-
namespaces: eip:155
-
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, ...)
{ "eip155:180": { "label": "mainnet" } }
- RPC endpoints
{ "eip155:180": [ "https://node1.amechain.io/" ] }
*list of common/canonical RPC endpoints for the chain(s) 6. SLIP-0044 coin type: * slip44 coin type used in the namespace
1179993471 AME chain (AME)
References To ensure timely processing of your request, please provide the following references:
- [x] Source of RPC endpoints (e.g. RPC docs): [link]
- [x] Source of namespace (if non-EIP155) chain information (particularly chainIds): [link]
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
@Cali93 Hi when will this chain request merged ??