WalletConnect / walletconnect-monorepo

WalletConnect Monorepo
Apache License 2.0
1.35k stars 674 forks source link

Add Bitlayer Testnet #4566

Closed 307590317 closed 2 months ago

307590317 commented 4 months 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: https://docs.bitlayer.org/docs/BitlayerNetwork/Json-RPC
  2. Write a CASA namespace spec if not already available for this namespace.
    {
    "name": "Bitlayer Testnet",
    "chain": "Bitlayer",
    "rpc": [
    "https://testnet-rpc.bitlayer.org",
    "wss://testnet-ws.bitlayer.org",
    "https://testnet-rpc.bitlayer-rpc.com",
    "wss://testnet-ws.bitlayer-rpc.com",
    "https://rpc.ankr.com/bitlayer_testnet"
    ],
    "faucets": ["https://www.bitlayer.org/faucet"],
    "nativeCurrency": {
    "name": "BTC",
    "symbol": "BTC",
    "decimals": 18
    },
    "infoURL": "https://docs.bitlayer.org/",
    "shortName": "btrt",
    "chainId": 200810,
    "networkId": 200810,
    "slip44": 1,
    "icon": "bitlayer",
    "explorers": [
    {
      "name": "bitlayer testnet scan",
      "url": "https://testnet.btrscan.com",
      "standard": "EIP3091"
    }
    ]
    }
  3. namespaces: eip155
  4. chains: eip155:200810
  5. RPC endpoints https://testnet-rpc.bitlayer.org https://testnet-rpc.bitlayer-rpc.com https://rpc.ankr.com/bitlayer_testnet wss://testnet-ws.bitlayer-rpc.com wss://testnet-ws.bitlayer.org
  6. SLIP-0044 coin type: 1

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

Additional context faucet:https://www.bitlayer.org/faucet network docs:https://docs.bitlayer.org/docs/Introduction blockExplorer:https://testnet.btrscan.com

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 4 months ago

CR-37 Add Bitlayer Testnet

Cali93 commented 2 months ago

Hey @307590317, Bitlayer testnet and mainnet are available in the chain list of our explorer since June 6. Sorry for the delayed update here.