@d9-network/spec 0.0.15 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -7589,11 +7589,11 @@ function createAccountFromPrivateKey(options) {
7589
7589
  /**
7590
7590
  * Balance formatting utilities for D9 blockchain
7591
7591
  */
7592
- const D9_DECIMALS = 12;
7593
- const D9_SYMBOL = "D9";
7594
- const D9_SS58_PREFIX = 9;
7595
- const USDT_DECIMALS = 2;
7596
- const USDT_SYMBOL = "USDT";
7592
+ const D9_DECIMALS = _d9_network_ink.D9_DECIMALS;
7593
+ const D9_SYMBOL = _d9_network_ink.D9_SYMBOL;
7594
+ const D9_SS58_PREFIX = _d9_network_ink.D9_SS58_PREFIX;
7595
+ const USDT_DECIMALS = _d9_network_ink.USDT_DECIMALS;
7596
+ const USDT_SYMBOL = _d9_network_ink.USDT_SYMBOL;
7597
7597
  /**
7598
7598
  * Pre-configured D9 token
7599
7599
  */