Skip to content

Commit b02ad80

Browse files
committed
v0.14.1
1 parent e313f76 commit b02ad80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
| v0.13.0 | 2023. 05. 16 | add Tezos & Vechain & Near & Havah transaction function |
2424
| v0.13.1 | 2023. 05. 17 | Fixed fee display issue |
2525
| v0.14.0 | 2023. 05. 25 | add Polkadot & Comsmos & Coreum & Near Token |
26+
| v0.14.1 | 2023. 05. 25 | Fix Polkadot decimals |
2627

2728
## 1. INTRODUCTION
2829

@@ -1727,7 +1728,7 @@ For broadcast the sign transaction, you must reconstruct transaction include `Tx
17271728
coinType: DcentWebConnector.coinType.POLKADOT,
17281729
sigHash: sigHash,
17291730
path: `m/44'/354'/0'/0/0`,
1730-
decimals, // 12
1731+
decimals, // 10
17311732
fee,
17321733
symbol: 'DOT',
17331734
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dcent-web-connector",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "D'CENT Web SDK Connector",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)