Skip to content

Commit f23ece8

Browse files
committed
Adding a link in Navbar/sidebar
1 parent 2caa9db commit f23ece8

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

main/.vitepress/config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ export default defineConfig({
147147
}
148148
]
149149
},
150+
{
151+
text: 'How Orchestration Works',
152+
link: '/guides/orchestration/how-orch-works',
153+
},
150154
]
151155
},
152156
{

main/guides/orchestration/how-orch-works.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ control of it to the controller chain.
103103
Interchain Queries (ICQ) is another powerful feature that enables a contract on
104104
one blockchain to query the state of an account another blockchain in a
105105
trustless manner. For example, a DeFi application on Agoric could use ICQ to
106-
fetch balance of an account from other chains like Osmosis or Cosmos Hub
106+
fetch the balance of an account from other chains like Osmosis or Cosmos Hub
107107
without the need for autorization, enabling more sophisticated cross-chain
108-
trading strategies and risk management. ICQ enhances the interoperability of
108+
trading interactions. ICQ enhances the interoperability of
109109
blockchain networks by facilitating secure and efficient data sharing between
110110
chains, opening up new possibilities for cross-chain applications and services.
111-
Below is an example of an ICQ invokation to get balance of a remote account on
111+
Below is an example of an ICQ invocation to get balance of a remote account on
112112
`osmosis`:
113113

114114
```js

0 commit comments

Comments
 (0)