WalletConnect / walletconnect-monorepo

WalletConnect Monorepo
Apache License 2.0
1.46k stars 714 forks source link

new chain request - Kadena #1905

Closed tim-eucalyptus closed 10 months ago

tim-eucalyptus commented 1 year ago

Adding a new chain to the Explorer To get a new chain added to the Explorer, you will need to submit the following:

  1. 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: TBD
  2. Write a CASA namespace spec if not already available for this namespace. GitHub Link: TBD
  3. namespaces: kadena *known chain namespaces (e.g. eip:155 for Ethereum/EVM-based chains, solana, ...)
  4. chains: mainnet01, testnet04, development *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, ...)
  5. RPC endpoints: https://kadena2.app.runonflux.io/chainweb/0.0/mainnet01/chain/1/pact/api/v1/send *list of common/canonical RPC endpoints for the chain(s)
  6. SLIP-0044 coin type: 626 * slip44 coin type used in the namespace

Additional context https://github.com/kadena-io/KIPs/blob/jam/wallet-connect/kip-0017.md

bkrem commented 1 year ago

Hi @tim-eucalyptus,

Submission looks good in general but there doesn't seem to be a namespace spec in CASA yet.

This is a requirement for us to continue with any chains in the Kadena ecosystem.

bkrem commented 10 months ago

Closing as stale since there seems to be no CASA spec PR merged or in flight.

Feel free to comment here if the namespaces spec is merged in CASA and we can reopen here 👍