Skip to content

Commit

Permalink
chore(docs): Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Nov 29, 2023
1 parent df8d892 commit ea64cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc-site/docs/client/greenfield.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const client = Client.create(GRPC_URL, GREEN_CHAIN_ID);
// Browser
const client = Client.create(GRPC_URL, String(GREEN_CHAIN_ID), {
zkCryptoUrl:
'https://unpkg.com/@bnb-chain/greenfield-zk-crypto@0.0.2-alpha.4/dist/node/zk-crypto.wasm',
'https://unpkg.com/@bnb-chain/greenfield-zk-crypto@1.0.0/dist/node/zk-crypto.wasm',
});
```

Expand Down
2 changes: 1 addition & 1 deletion doc-site/docs/client/query-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It's actually an encapsulation of the

:::info

In most cases, you probably don't need to use the Query Client` directly.
In most cases, you probably don't need to use the `Query Client` directly.

:::

Expand Down

0 comments on commit ea64cc3

Please sign in to comment.