@@ -50,39 +50,29 @@ npm install --save algosdk
5050 value = " mainnet"
5151>
5252
53- ``` typescript
54- const chainConfig = {
55- chainNamespace: " other" ,
56- chainId: " Algorand" , //
57- rpcTarget: " https://api.algoexplorer.io" ,
58- // Avoid using public rpcTarget in production.
59- // Use services like PureStake, AlgoExplorer API, etc.
60- displayName: " Algorand Mainnet" ,
61- blockExplorerUrl: " https://algoexplorer.io" ,
62- ticker: " ALGO" ,
63- tickerName: " Algorand" ,
64- };
65- ```
53+ - Chain Namespace: other
54+ - Chain ID: Algorand
55+ - Public RPC URL: https://api.algoexplorer.io (Avoid using public rpcTarget in production, use
56+ services like PureStake, AlgoExplorer API, etc.)
57+ - Display Name: Algorand Mainnet
58+ - Block Explorer Link: https://algoexplorer.io
59+ - Ticker: ALGO
60+ - Ticker Name: Algorand
6661
6762</TabItem >
6863
6964<TabItem
7065 value = " testnet"
7166>
7267
73- ``` typescript
74- const chainConfig = {
75- chainNamespace: " other" ,
76- chainId: " 0x3E9" , //
77- rpcTarget: " https://api.algoexplorer.io" ,
78- // Avoid using public rpcTarget in production.
79- // Use services like PureStake, AlgoExplorer API, etc.
80- displayName: " Algorand Testnet" ,
81- blockExplorerUrl: " https://testnet.algoexplorer.io" ,
82- ticker: " tALGO" ,
83- tickerName: " Algorand" ,
84- };
85- ```
68+ - Chain Namespace: other
69+ - Chain ID: 0x3E9
70+ - Public RPC URL: https://api.algoexplorer.io (Avoid using public rpcTarget in production, use
71+ services like PureStake, AlgoExplorer API, etc.)
72+ - Display Name: Algorand Testnet
73+ - Block Explorer Link: https://testnet.algoexplorer.io
74+ - Ticker: tALGO
75+ - Ticker Name: Algorand
8676
8777</TabItem >
8878</Tabs >
0 commit comments