Skip to content

Commit

Permalink
fix btc memo formatting (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera authored Jun 5, 2024
1 parent c98996e commit 8ded610
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/developers/evm/bitcoin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ contract), the Bitcoin transaction must conform to this specifications:
6. If the purpose of this Bitcoin transaction is to deposit BTC and also use the
deposited amount to call a smart contract on ZetaChain's EVM, then the
`[DATA]` field must consists of a smart contract address, and a binary
message that will be forwarded to the said smart contract: `[DATA] =
[ZetaChain's EVM contract address (20B)]
- [arbitrary binary message]`
message that will be forwarded to the said smart contract:

```
[DATA] = [ZetaChain's EVM contract address (20B)] - [arbitrary binary message]
```

## Example 1: Deposit BTC into an account on ZetaChain's EVM

Expand Down

0 comments on commit 8ded610

Please sign in to comment.