Skip to content

Commit

Permalink
docs: Update chain doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Apr 11, 2023
1 parent 0d9bfb9 commit 6643f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/chain-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Query chain data by Tendermint RPC client:
};
```
More [Examples](../examples/wallet/src/client/index.ts)
More [Examples](../../examples/wallet/src/client/index.ts)
## Transaction
Expand Down Expand Up @@ -98,7 +98,7 @@ const rawTxInfo = await tTx.getRawTxInfo({
await tTx.broadcastTx(rawTxInfo.bytes);
```
More [Examples](../examples/wallet/src/components/):
More [Examples](../../examples/wallet/src/components/):
* CreateBucket
* DeleteBucket
Expand Down

0 comments on commit 6643f01

Please sign in to comment.