File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,10 @@ export default defineConfig({
147
147
}
148
148
]
149
149
} ,
150
+ {
151
+ text : 'How Orchestration Works' ,
152
+ link : '/guides/orchestration/how-orch-works' ,
153
+ } ,
150
154
]
151
155
} ,
152
156
{
Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ control of it to the controller chain.
103
103
Interchain Queries (ICQ) is another powerful feature that enables a contract on
104
104
one blockchain to query the state of an account another blockchain in a
105
105
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
107
107
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
109
109
blockchain networks by facilitating secure and efficient data sharing between
110
110
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
112
112
` osmosis ` :
113
113
114
114
``` js
You can’t perform that action at this time.
0 commit comments