Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peara committed Jun 4, 2024
1 parent bea2221 commit f88da04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrate/exchange/accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function convertEthAddressToBech32Address(
'aura1cxa3axrm9qz22ctk0yppuh90x38afqc7enzckj'
```

**Important notes:** An account created by a EVM wallet (such as Metamask, Rabby, etc.) is **cannot** be used to sign Cosmos transactions. The same goes for Cosmos wallets, which **cannot** sign EVM transactions. Therefore, an ERC20 token should only be sent to an account created by an EVM wallet, and vice versa.
**Important notes:** An account created by a EVM wallet (such as Metamask, Rabby, etc.) **cannot** be used to sign Cosmos transactions. The same goes for Cosmos wallets, which **cannot** sign EVM transactions. Therefore, an ERC20 token should only be sent to an account created by an EVM wallet, and vice versa.

### Account transaction history
Account history can be accessed with the LCD. To do so, you must specify the event condition you wish to query. It's based on Tendermint
Expand Down

0 comments on commit f88da04

Please sign in to comment.