Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "developer.bitcoin.com",
"description": "Bitcoin.com developer resources and documentation",
"version": "3.2.0",
"version": "3.2.1",
"author": "Peter <[email protected]> and Gabriel Cardona <[email protected]>",
"dependencies": {
"badger-components-react": "^0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions src/data/docs/slp/tokentype1.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Create a new SLP Token of Type 1
- `bchChangeReceiverAddress` : `String.` legacy, cash or slp address format
- `decimals`: `Number`. Number of decimal points for your token
- `name` : `String`. Name of token
- `ticker` : `String`. Token ticker
- `symbol` : `String`. Token symbol
- `documentUri` : `String`. URI of token document
- `documentHash` : `String`. Hash of token document
- `initialTokenQty` : `Number`. Initial token quantity
Expand All @@ -43,7 +43,7 @@ tokenId `String`. The tokenId of your newly created token. This tokenId is the t
'19Fk11eyDcou66eTQ1ovTXJj7BsJTgsfo1',
decimals: 2,
name: 'Test SLP SDK Token 3',
ticker: 'TEST3',
symbol: 'TEST3',
documentUri: '[email protected]',
documentHash: null,
initialTokenQty: 1234,
Expand Down