Skip to content

Commit

Permalink
Merge pull request #14 from GrassRootsCrypto/fix_trunk
Browse files Browse the repository at this point in the history
Fix trunk
  • Loading branch information
GrassRootsCrypto authored Aug 27, 2024
2 parents 0bdd8f8 + 4228826 commit 3c1e28c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.18.0
version: 1.22.1
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
repo:
trunk_branch: main
plugins:
sources:
- id: trunk
ref: v1.4.5
ref: v1.5.0
uri: https://github.com/trunk-io/plugins
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
runtimes:
Expand Down
2 changes: 1 addition & 1 deletion _pages/Services.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ We can help you with:
At GrassRoots Crypto, we are committed to equipping you with the knowledge and skills necessary to navigate the crypto landscape confidently. Feel free to reach out to us for guidance and support in any of these areas.
Just reach out and ask!

All sessions are by booking only, please contact me via Twitter/Telegram to inquire about bookings. In this modern world, training and consulting can happen in any location - just ask.
All sessions are by booking only, please contact me via Twitter/Telegram to inquire about bookings. In this modern world, training and consulting can happen in any location - just ask.
2 changes: 1 addition & 1 deletion _pages/ThorchainDiagrams.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Key points in the diagram:
1. Transaction goes to ETH’s mempool as normal.
1. Once the funds leave THORChain, it creates an `OutboundTx` which is then observed by THORChain (Bifrost). This ensures that what was sent is what was meant to be sent.

Memos types like `swap` will create an outbound message, others like `add` or `RUNEPool+` do not. See [Transaction Memos](https://dev.thorchain.org/concepts/memos.html) for a full list of memos.
Memos types like `swap` will create an outbound message, others like `add` or `RUNEPool+` do not. See [Transaction Memos](https://dev.thorchain.org/concepts/memos.html) for a full list of memos.

### Swap Example - Msg Flow

Expand Down

0 comments on commit 3c1e28c

Please sign in to comment.