Skip to content

Commit

Permalink
chore: minor copy
Browse files Browse the repository at this point in the history
  • Loading branch information
bangjelkoski committed Oct 25, 2024
1 parent ec17ff3 commit 07e1aff
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions packages/wallet-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

_A convenient way to use different types of wallets on Injective._

**DEPRECATED: PLEASE USE `@injectivelabs/wallet-strategy`**

---

## 📚 Installation
Expand Down
11 changes: 5 additions & 6 deletions packages/wallets/wallet-core/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# 🌟 Injective Protocol - MetaMask Wallet Strategy
# 🌟 Injective Protocol - Wallet Core

<!-- TODO -->

[![downloads](https://img.shields.io/npm/dm/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![npm-version](https://img.shields.io/npm/v/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![downloads](https://img.shields.io/npm/dm/@injectivelabs/wallet-core.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-core)
[![npm-version](https://img.shields.io/npm/v/@injectivelabs/wallet-core.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-core)
[![license](https://img.shields.io/npm/l/express.svg)]()

_Package to use MetaMask Wallets on Injective via the wallet strategy._
_Package to use Wallets on Injective via the wallet strategy._

---

## 📚 Installation

```bash
yarn add @injectivelabs/wallet-cire
yarn add @injectivelabs/wallet-core
```

---
Expand All @@ -39,7 +39,6 @@ const broadcasterArgs: MsgBroadcasterOptions = {} /** define the broadcaster arg
export const msgBroadcaster = new MsgBroadcaster({...broadcasterArgs, walletStrategy})
```


Read more and find example usages on our [WalletStrategy Docs](https://docs.ts.injective.network/wallet/wallet-wallet-strategy)

---
Expand Down
4 changes: 2 additions & 2 deletions packages/wallets/wallet-cosmostation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🌟 Injective Protocol - Magic Wallet Strategy
# 🌟 Injective Protocol - Wallet Cosmostation

<!-- TODO -->

Expand All @@ -13,7 +13,7 @@ _Package to use Magic Wallets on Injective via the wallet strategy._
## 📚 Installation

```bash
yarn add @injectivelabs/wallet-magic
yarn add @injectivelabs/wallet-cosmostation
```

---
Expand Down
4 changes: 2 additions & 2 deletions packages/wallets/wallet-evm/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 🌟 Injective Protocol - MetaMask Wallet Strategy
# 🌟 Injective Protocol - Wallet EVM Strategy

<!-- TODO -->

[![downloads](https://img.shields.io/npm/dm/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![npm-version](https://img.shields.io/npm/v/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![license](https://img.shields.io/npm/l/express.svg)]()

_Package to use MetaMask Wallets on Injective via the wallet strategy._
_Package to use Wallets EVM on Injective via the wallet strategy._

---

Expand Down
4 changes: 2 additions & 2 deletions packages/wallets/wallet-private-key/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 🌟 Injective Protocol - MetaMask Wallet Strategy
# 🌟 Injective Protocol - Private Wallet Strategy

<!-- TODO -->

[![downloads](https://img.shields.io/npm/dm/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![npm-version](https://img.shields.io/npm/v/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![license](https://img.shields.io/npm/l/express.svg)]()

_Package to use MetaMask Wallets on Injective via the wallet strategy._
_Package to use Private Wallet on Injective via the wallet strategy._

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export class WalletStrategy extends BaseWalletStrategy {
strategies,
})
}

/**
* Case 1: Private Key is set dynamically
* If we have a dynamically set private key,
Expand Down
6 changes: 3 additions & 3 deletions packages/wallets/wallet-trezor/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# 🌟 Injective Protocol - Ledger Wallet Strategy
# 🌟 Injective Protocol - Trezor Wallet Strategy

<!-- TODO -->

[![downloads](https://img.shields.io/npm/dm/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![npm-version](https://img.shields.io/npm/v/@injectivelabs/wallet-ts.svg)](https://www.npmjs.com/package/@injectivelabs/wallet-ts)
[![license](https://img.shields.io/npm/l/express.svg)]()

_Package to use Ledger Wallets on Injective via the wallet strategy._
_Package to use Trezor Wallets on Injective via the wallet strategy._

---

## 📚 Installation

```bash
yarn add @injectivelabs/wallet-ledger
yarn add @injectivelabs/wallet-trezor
```

---
Expand Down

0 comments on commit 07e1aff

Please sign in to comment.