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 subnet deploy mysubnet' command.
Now, open the Core browser extension and navigate to the screen to add a new network.
Check the output of the 'avalanche subnet deploy mysubnet' command for the RPC URL of your network. Make sure it ends with /rpc.
Make sure you have published the port 9650
in your Codespace.
Copy the Codespace rpc
URL and paste it into the Core wallet.
Type the name of your Subnet, for example, mysubnet
.
If you have been following this tutorial, that should be 99999
.
Any symbol name for your native token, such as TOK
.
Any name for your native token, such as MyToken
.