From 7539466c4abdbfa621c10866e90c1375b2dfa174 Mon Sep 17 00:00:00 2001 From: Igor Prokopev Date: Thu, 21 Mar 2024 21:12:45 +0700 Subject: [PATCH] Fixed broken links. --- docs/operating/accounts.md | 2 +- docs/tokens/gas_fees.mdx | 10 +++++----- src/components/NeonEcosystemView/proxy.tsx | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/operating/accounts.md b/docs/operating/accounts.md index 0cf31e4d..d30c4d24 100644 --- a/docs/operating/accounts.md +++ b/docs/operating/accounts.md @@ -35,7 +35,7 @@ Operator keys should be spread [evenly between Proxy instances](operator-introdu ## Holder accounts -[Holder accounts](/docs/architecture/solana-accounts/#holder-accounts) are a crucial element of Neon EVM. Neon Proxy creates holder accounts with [rent-exempt balances](https://docs.solana.com/ru/developing/programming-model/accounts#rent) on start. The number of holder accounts created determines the TPS provided to users and can be configured with `PRX_PERM_ACCOUNT_LIMIT`. +[Holder accounts](/docs/architecture/solana-accounts/#holder-accounts) are a crucial element of Neon EVM. Neon Proxy creates holder accounts with [rent-exempt balances](https://solana.com/docs/core/accounts#rent) on start. The number of holder accounts created determines the TPS provided to users and can be configured with `PRX_PERM_ACCOUNT_LIMIT`. You may retrieve a list of Neon Operator key accounts and attached holder accounts (see [**Retrieve your balance**](#query-balance) below). diff --git a/docs/tokens/gas_fees.mdx b/docs/tokens/gas_fees.mdx index 4d59ff15..63975de2 100644 --- a/docs/tokens/gas_fees.mdx +++ b/docs/tokens/gas_fees.mdx @@ -4,7 +4,7 @@ proofedDate: 20231204 iterationBy: na includedInSite: true approvedBy: na -comment: Calc sheet https://docs.google.com/spreadsheets/d/1g2ms3DveyPgrG0Gf6cSwq6xhT0AgrrRus_pa9ICHP4w/edit?usp=sharing +comment: Calc sheet https://docs.google.com/spreadsheets/d/1g2ms3DveyPgrG0Gf6cSwq6xhT0AgrrRus_pa9ICHP4w/edit?usp=sharing --- import Formula from '../single-source-snippets/_price_formula.mdx' @@ -24,7 +24,7 @@ The NEON token is used to pay the “gas fees” required for transaction execut :::info Neon EVM will soon support fee payment in the same token as the transaction token for supported tokens e.g. SOL and USDC. -::: +::: > `Gas Fee` = `Gas amount` \* `Gas price` > @@ -85,11 +85,11 @@ The Gas amount is calculated with N=1 iterations and S=0 storage costs: ### Example 2: create a new account Within [Solana](https://docs.solana.com/storage_rent_economics), the rental cost for storage can be paid via one of two methods: -1. Set it and forget it. +1. Set it and forget it. > With this approach, accounts with two years' worth of rent deposited are exempt from network rent charges. By maintaining this minimum balance, the broader network benefits from reduced liquidity and the account holder can rest assured that their data is retained for continual access and usage. -2. Pay per byte. +2. Pay per byte. > The network can charge rent on a per-epoch basis, in credit for the next epoch. This rent is deducted at a rate specified in genesis, in Lamports per Kilobyte-year. @@ -119,4 +119,4 @@ To simplify the user experience, Neon takes option 1 and charges two years' wort ## What next? -If you want to get your dApp started on Neon EVM, you may be wondering how you pay for the first transactions that are required to buy the NEON required to cover gas costs. This is where our starter pack of [gasless transactions](/docs/developing/gasless) comes in. Furthermore, our "coming soon" feature will allow users to pay fees in [alternative tokens](https://neonevm.org/blog/feature-alternative-gas-fee-token). +If you want to get your dApp started on Neon EVM, you may be wondering how you pay for the first transactions that are required to buy the NEON required to cover gas costs. This is where our starter pack of gasless transactions comes in. Furthermore, our "coming soon" feature will allow users to pay fees in [alternative tokens](https://neonevm.org/blog/feature-alternative-gas-fee-token). diff --git a/src/components/NeonEcosystemView/proxy.tsx b/src/components/NeonEcosystemView/proxy.tsx index 352a8150..0a28544d 100644 --- a/src/components/NeonEcosystemView/proxy.tsx +++ b/src/components/NeonEcosystemView/proxy.tsx @@ -69,7 +69,7 @@ export function Proxy(props: { changeState: Dispatch, theme: 'dark' | 'ligh - + gas fees