Skip to content

Commit 11c8134

Browse files
authored
Merge pull request #54 from dotbitHQ/fix/update-email
2 parents d690a6b + a7c6a46 commit 11c8134

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/bit-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ const result = await account.checkSubAccounts(subAccounts)
280280
## mintSubAccounts(params)
281281
To mint multiple sub-accounts for a BitAccount instance.
282282
> Note: This is a write API, which means you need to set up a signer before calling it. See example below for how to set up a signer.
283-
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email melissa@did.id with a brief description of your project.
283+
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email melissa@d.id with a brief description of your project.
284284
### Parameters
285285
- params: `SubAccountParams[]`
286286
- account: `string`,
@@ -336,7 +336,7 @@ console.log(result);
336336
## mintSubAccount(params)
337337
To mint a sub-account for a BitAccount instance.
338338
> Note: This is a write API, which means you need to set up a signer before calling it. See example below for how to set up a signer.
339-
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email melissa@did.id with a brief description of your project.
339+
> Note: Currently, SubDID is fully available in testnet, and need whitelist on mainnet. If you would like to distribute SubDIDs on mainnet, please email melissa@d.id with a brief description of your project.
340340
### Parameters
341341
- params: `SubAccountParams`
342342
- account: `string`,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dotbit",
3-
"version": "0.4.20",
3+
"version": "0.4.21",
44
"description": "A complete .bit SDK and utilities in TypeScript",
55
"author": "Jeff Jing <https://github.com/zgayjjf>",
66
"license": "MIT",

0 commit comments

Comments
 (0)