WalletConnect / walletconnect-monorepo

WalletConnect Monorepo
Apache License 2.0
1.29k stars 645 forks source link

Adding Support for Asset Chain Testnet #5267

Closed theiceeman closed 2 weeks ago

theiceeman commented 1 month 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:

  2. Write a CASA namespace spec if not already available for this namespace. Ethereum

  3. namespaces: eip:155

  4. chains: Asset Chain Testnet is eip155:42421

  5. RPC endpoints https://enugu-rpc.assetchain.org

  6. SLIP-0044 coin type: * slip44 coin type used in the namespace

Coin type: 1179993451 Path component : 0xc655456b

References To ensure timely processing of your request, please provide the following references:

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:

It is still up to wallets and dapps to provide concrete support for your chain once it is listed as part of the Explorer.

linear[bot] commented 1 month ago

CR-502 Adding Support for Asset Chain Testnet

KodeSage commented 4 weeks ago

@bpierre

theiceeman commented 4 weeks ago

Hello @Cali93, Pls review our pr so projects on Asset Chain can easily integrate with wallet-connect.

theiceeman commented 3 weeks ago

Hello @Cali93 Im checking in, regarding Asset Chain's integration with wallet-connect. Is there any detail we are missing? Thanks.

Cali93 commented 3 weeks ago

Hey @theiceeman, we will get this done by the end of the week. Is your chain using ether as the native token ?

KodeSage commented 3 weeks ago

Hey @theiceeman, we will get this done by the end of the week. Is your chain using ether as the native token ?

Hi @Cali93 , it uses a native token, $RWA.

Cali93 commented 3 weeks ago

In that case you need to make a PR against https://github.com/satoshilabs/slips/blob/master/slip-0044.md

theiceeman commented 3 weeks ago

Hello @Cali93

In that case you need to make a PR against https://github.com/satoshilabs/slips/blob/master/slip-0044.md

Okay, I've created a pr here: https://github.com/satoshilabs/slips/pull/1779

Although i dont think it should be a blocker to our pr on wallet-connect, since Asset Chain is an evm chain, and the address format is same with other evm-chains like Ethereum, Binance Smart Chain and the likes.

What do you think pls?

theiceeman commented 3 weeks ago

Hi @Cali93 Our PR has been merged, and we've been assigned a coin type. We can proceed here.