Add Blockchain to Wallet
Add the newly created Avalanche L1 to Core.
In order to add your blockchain to the wallet, you need to have the following information:
- Network RPC URL
- Network Name
- Chain ID
- Network Token Symbol
- Network Token Name
You can find this information in the output of the avalanche blockchain deploy myblockchain command or by issuing the command avalanche blockchain describe myblockchain:
+-------------------------------------------------------------------------------------------------------+
|                                           WALLET CONNECTION                                           |
+-----------------+-------------------------------------------------------------------------------------+
| Network RPC URL | https://humble-tribble-q7qvgwr6j44265v6-9650.app.github.dev/ext/bc/myblockchain/rpc |
|                 | Please make sure to set visibility of port 9650 to public                           |
+-----------------+-------------------------------------------------------------------------------------+
| Network Name    | myblockchain                                                                        |
+-----------------+-------------------------------------------------------------------------------------+
| Chain ID        | 9999                                                                                |
+-----------------+-------------------------------------------------------------------------------------+
| Token Symbol    | TOK                                                                                 |
+-----------------+-------------------------------------------------------------------------------------+
| Token Name      | TOK Token                                                                           |
+-----------------+-------------------------------------------------------------------------------------+Open Add Network Screen
Now, open the Core browser extension and navigate to the screen to add a new network.


Now enter the values from the table of our deployed blockchain.
Make sure you have published the port
9650in your Codespace.
Is this guide helpful?