diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 1039d0a..637ed86 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -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: diff --git a/_pages/Services.md b/_pages/Services.md index 271b018..c750f91 100644 --- a/_pages/Services.md +++ b/_pages/Services.md @@ -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. \ No newline at end of file +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. diff --git a/_pages/ThorchainDiagrams.md b/_pages/ThorchainDiagrams.md index 0015e7b..fdcd597 100644 --- a/_pages/ThorchainDiagrams.md +++ b/_pages/ThorchainDiagrams.md @@ -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