diff --git a/pages/dev-tutorials/tokenfactory-tutorial.mdx b/pages/dev-tutorials/tokenfactory-tutorial.mdx index f0505a0..f97bdcf 100644 --- a/pages/dev-tutorials/tokenfactory-tutorial.mdx +++ b/pages/dev-tutorials/tokenfactory-tutorial.mdx @@ -41,10 +41,10 @@ Replace `your_account_name` with the actual name of your account. Once set, you When executing commands in this tutorial, you'll encounter several arguments. Here's a brief overview of what each means: -- `--chain-id=arctic-1`: This specifies the network where the command will be executed. In this case, `arctic-1` is the identifier for the Sei devnet. -- `--node= https://rpc.arctic-1.seinetwork.io/ `: This points to the RPC URL of the node you are interacting with. -- `--broadcast-mode=block`: This determines how your transaction is broadcasted to the network. The `block` mode means the transaction will wait to be included in a block before returning a response. This is a safer option as it confirms your transaction is processed. -- `--fees=20000usei`: This is used to specify the transaction fee. +- `--chain-id arctic-1`: This specifies the network where the command will be executed. In this case, `arctic-1` is the identifier for the Sei devnet. +- `--node https://rpc.arctic-1.seinetwork.io/ `: This points to the RPC URL of the node you are interacting with. +- `--broadcast-mode block`: This determines how your transaction is broadcasted to the network. The `block` mode means the transaction will wait to be included in a block before returning a response. This is a safer option as it confirms your transaction is processed. +- `--fees 20000usei`: This is used to specify the transaction fee. Understanding these arguments will help you execute the commands more confidently and customize them as needed for different scenarios. diff --git a/pages/seid/tx/dex/place-orders.md b/pages/seid/tx/dex/place-orders.md deleted file mode 100644 index 7ff5fdd..0000000 --- a/pages/seid/tx/dex/place-orders.md +++ /dev/null @@ -1,41 +0,0 @@ -### `seid tx dex place-orders` -```ansi -Place orders on an orderbook specified by contract-address. Orders are represented as strings with the order details separated by "?". Cancellation details format is OrderDirection?Quantity?Price?PriceAsset?QuoteAsset?OrderType?OrderData?AdditionalParams. - More info here: https://medium.com/@supernoav551/dex-module-tutorial-sei-network-267a0a32954 - -Usage: - seid tx dex place-orders [contract address] [orders...] --amount [coins,optional] [flags] - -Flags: - -a, --account-number uint The account number of the signing account (offline mode only) - --amount string Coins to send to the contract along with command - -b, --broadcast-mode string Transaction broadcasting mode (sync|async|block) (default "sync") - --dry-run ignore the --gas flag and perform a simulation of a transaction, but don't broadcast it (when enabled, the local Keybase is not accessible) - --fee-account string Fee account pays fees for the transaction instead of deducting from the signer - --fees string Fees to pay along with transaction; eg: 10uatom - --from string Name or address of private key with which to sign - --gas string gas limit to set per-transaction; set to "auto" to calculate sufficient gas automatically (default 200000) - --gas-adjustment float adjustment factor to be multiplied against the estimate returned by the tx simulation; if the gas limit is set manually this flag is ignored (default 1) - --gas-prices string Gas prices in decimal format to determine the transaction fee (e.g. 0.1uatom) - --generate-only Build an unsigned transaction and write it to STDOUT (when enabled, the local Keybase only accessed when providing a key name) - -h, --help help for place-orders - --keyring-backend string Select keyring's backend (os|file|kwallet|pass|test|memory) (default "os") - --keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used - --ledger Use a connected Ledger device - --node string : to tendermint rpc interface for this chain (default "tcp://localhost:26657") - --note string Note to add a description to the transaction (previously --memo) - --offline Offline mode (does not allow any online functionality - -o, --output string Output format (text|json) (default "json") - -s, --sequence uint The sequence number of the signing account (offline mode only) - --sign-mode string Choose sign mode (direct|amino-json), this is an advanced feature - --timeout-height uint Set a block timeout height to prevent the tx from being committed past a certain height - -y, --yes Skip tx broadcasting prompt confirmation - -Global Flags: - --chain-id string The network chain ID - --home string directory for config and data (default "~/.sei") - --log_format string The logging format (json|plain) - --log_level string The logging level (trace|debug|info|warn|error|fatal|panic) - --trace print out full stack trace on errors - -``` \ No newline at end of file diff --git a/pages/user-ecosystem-apps.mdx b/pages/user-ecosystem-apps.mdx deleted file mode 100644 index 67eb123..0000000 --- a/pages/user-ecosystem-apps.mdx +++ /dev/null @@ -1,19 +0,0 @@ -import { Callout } from 'nextra/components'; -import { EcosystemApps } from '../components'; -import { Code } from '@mantine/core'; -import { CHAIN_IDS } from '@sei-js/registry'; - -# Ecosystem Apps - - - Projects listed here are developed by the Sei community. Inclusion on this site does not constitute endorsement. For questions related to each, please contact the - project directly. - - -## Contribute to Ecosystem Apps - -We welcome all contributions to our ecosystem. Please read the [guide](https://github.com/Phenzic/sei-docs/blob/main/eco-apps.mdx) for details on how to get listed. - -## Apps on {{CHAIN_IDS.mainnet}} - -