You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/dev-advanced-concepts/querying-historical-state.mdx
-4
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,3 @@ Querying by block height with seid
33
33
## **Using Indexers for Historical Data**
34
34
35
35
While archive nodes provide the raw historical data, indexers are essential for efficiently querying and analyzing this data. Indexers organize and optimize the data, making it easier to access and analyze.
36
-
37
-
## **Indexer Providers**:
38
-
39
-
There are several indexer providers that you can use to query historical data on the Sei blockchain. Refer to the [Indexer Providers](https://www.notion.so/Advanced-concepts-cfcc51a81ede49d186bb9aa36fc73d83?pvs=21) section for more information on available services.
To enable seamless use of this NFT contract in CosmWasm environments, you can create a pointer contract. This process results in an CW721 token that can be imported and used in Sei wallets and applications.
Copy file name to clipboardExpand all lines: pages/dev-tutorials/tokenfactory-tutorial.mdx
+2-4
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ Create a token metadata `json` file. The file below is an example metadata file
66
66
{
67
67
"name": "sei",
68
68
"description": "The native token of Sei.",
69
+
"symbol": "SEI",
69
70
"denom_units": [
70
71
{
71
72
"denom": "usei",
@@ -148,15 +149,12 @@ Only the token admin has permission to mint and burn tokens. If necessary, you c
148
149
To enable seamless use of this token in EVM environments, we can create a pointer contract. This process results in an ERC20 token that can be imported and used in EVM wallets and applications.
Copy file name to clipboardExpand all lines: pages/dev-validators/register.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
Before you register a validator, ensure that you have completed the following steps:
6
6
7
7
1.**Install the `seid` CLI**: Follow the [installation guide](../dev-node/intro.mdx) to set up the `seid` command-line interface.
8
-
2.**Set Up a Full Node**: Ensure your full node is fully synced with the network. Refer to the [full node setup guide](../dev-node/node-operators.mdx).
8
+
2.**Set Up a Full Node**: Ensure your full node is fully synced with the network. Refer to the [full node setup guide](../dev-node/intro.mdx).
0 commit comments