diff --git a/doc-site/docs/client/greenfield.mdx b/doc-site/docs/client/greenfield.mdx index 10b297e8..ca4d8a66 100644 --- a/doc-site/docs/client/greenfield.mdx +++ b/doc-site/docs/client/greenfield.mdx @@ -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', }); ``` diff --git a/doc-site/docs/client/query-client.mdx b/doc-site/docs/client/query-client.mdx index dcb393db..a8b0722b 100644 --- a/doc-site/docs/client/query-client.mdx +++ b/doc-site/docs/client/query-client.mdx @@ -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. :::