Skip to content

Commit

Permalink
Update docs/2.build/1.chain-abstraction/meta-transactions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Damián Parrino <bucanero@users.noreply.github.com>
  • Loading branch information
SurgeCode and bucanero authored Jul 22, 2024
1 parent 2d63f5f commit e942c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.build/1.chain-abstraction/meta-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ When running a relayer that handles a large number of transactions, issues will

Fortunately, this is easy to resolve. Adding multiple full access keys to the NEAR account used for relaying (up to 20 keys can make a significant difference) will help. Then, relaying transactions using instances of the Account object created from the various keypairs associated with the account.

To add a key, generate a new keypair and use the original account object to call the addKey method
To add a key, generate a new key pair and use the original account object to call the `addKey` method:

```typescript
const keyPair = nearAPI.KeyPair.fromRandom("ed25519");
Expand Down

0 comments on commit e942c32

Please sign in to comment.