From 9031642bbf193455040506ecc13303ba1512c777 Mon Sep 17 00:00:00 2001 From: Gabriel Cardona Date: Thu, 7 Feb 2019 08:50:35 +0900 Subject: [PATCH] Update ticker to symbol. --- package.json | 2 +- src/data/docs/slp/tokentype1.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1b64c7fa..831d7446 100644 --- a/package.json +++ b/package.json @@ -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 and Gabriel Cardona ", "dependencies": { "badger-components-react": "^0.1.3", diff --git a/src/data/docs/slp/tokentype1.md b/src/data/docs/slp/tokentype1.md index 9928f8ff..1d0421f7 100644 --- a/src/data/docs/slp/tokentype1.md +++ b/src/data/docs/slp/tokentype1.md @@ -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 @@ -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: 'badger@bitcoin.com', documentHash: null, initialTokenQty: 1234,