diff --git a/README.md b/README.md index bafa55ca..3931bd4a 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ This includes following key features: - Transaction log including extensive filter options - Smart Contract verification -- Ressource management and staking (CPU, NET, RAM) +- Resource management and staking (CPU, NET, RAM) - REX staking / unstaking / savings - Account power up -- Ressource trading (RAM) +- Resource trading (RAM) - Multi-Signature (MSIG) setup and management -- Wallet functionality (non custodial), including transafer -- Permission and key managament (active / onwer) +- Wallet functionality (non custodial), including transfer +- Permission and key management (active / owner) - Chain and Block Provider (BP) statistics - BP Voting and Governance - Premium Name bids diff --git a/src/api/index.ts b/src/api/index.ts index 990bffd0..c73c3055 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -2,7 +2,7 @@ * Add another endpoint resource: * - add a unique file in src/api/ * - for new method, export and import here, add to api export - * - for existing method enpoint, export from service file and update the import statement here + * - for existing method endpoint, export from service file and update the import statement here */ import { getHyperionAccountData, diff --git a/src/components/validators/ValidatorData.vue b/src/components/validators/ValidatorData.vue index 4c1c5c02..3ab51815 100644 --- a/src/components/validators/ValidatorData.vue +++ b/src/components/validators/ValidatorData.vue @@ -94,7 +94,7 @@ export default defineComponent({ } ).rows[0].bpay_rate; // 2 shares per top 21 bp - // 1 share for standby up untill 42 bps + // 1 share for standby up until 42 bps top21pay24h.value = (((payrate.value / 100000) * supply.value) / 365 / sharecount) * 2; } diff --git a/src/config/chains/eos/index.ts b/src/config/chains/eos/index.ts index 2525db9a..c2771bda 100644 --- a/src/config/chains/eos/index.ts +++ b/src/config/chains/eos/index.ts @@ -47,7 +47,7 @@ const THEME = { 'color-footer-background': '#000000', }; -// create vars for map colors (border, backround, countries, popup, text, popup) +// create vars for map colors (border, background, countries, popup, text, popup) export default class EOS extends BaseChain { getName(): string {