Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit cb4a3fa

Browse files
authored
Merge pull request #163 from Bitcoin-com/updateName
Update ticker to symbol.
2 parents 323524e + 9031642 commit cb4a3fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "developer.bitcoin.com",
33
"description": "Bitcoin.com developer resources and documentation",
4-
"version": "3.2.0",
4+
"version": "3.2.1",
55
"author": "Peter <peter@bitcoin.com> and Gabriel Cardona <gabriel@bitcoin.com>",
66
"dependencies": {
77
"badger-components-react": "^0.1.3",

src/data/docs/slp/tokentype1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Create a new SLP Token of Type 1
2121
- `bchChangeReceiverAddress` : `String.` legacy, cash or slp address format
2222
- `decimals`: `Number`. Number of decimal points for your token
2323
- `name` : `String`. Name of token
24-
- `ticker` : `String`. Token ticker
24+
- `symbol` : `String`. Token symbol
2525
- `documentUri` : `String`. URI of token document
2626
- `documentHash` : `String`. Hash of token document
2727
- `initialTokenQty` : `Number`. Initial token quantity
@@ -43,7 +43,7 @@ tokenId `String`. The tokenId of your newly created token. This tokenId is the t
4343
'19Fk11eyDcou66eTQ1ovTXJj7BsJTgsfo1',
4444
decimals: 2,
4545
name: 'Test SLP SDK Token 3',
46-
ticker: 'TEST3',
46+
symbol: 'TEST3',
4747
documentUri: 'badger@bitcoin.com',
4848
documentHash: null,
4949
initialTokenQty: 1234,

0 commit comments

Comments
 (0)