Skip to content

Commit ef55d35

Browse files
committed
Viat Defaults updated
1 parent e68610f commit ef55d35

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

viat/defaults.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
const version = 1;
22
const coinName = 'VIAT';
3-
const coinAlias = 'V';
3+
const coinNamePlural = 'VIAT';
44
const coinSymbol = '⩝';
55
const coinSmallestUnitName = 'units';
66
const coinLargestUnitName = 'VIAT';
77
const coinTicker = 'VIAT';
88
const coinUnitName = 'VIAT';
99
const coinElementName = 'Vitanium';
10+
const coinElementSymbol = 'Vi';
11+
const vFED = 'Viat Federal Reserve';
1012
// whole:8 decimal:56|69 total:64|77
1113
// Used for -> for micro payments, nano transactions, quantum payments (ultra-fine granularity transactions), High-Frequency Trading Fees, Low-Value Use Cases, Layer-2 or Batching, Counterparty Compatibility, atomic swaps, Viat Federal Reserve Deflationary Mechanism
1214
const coinDecimalPlaces = 69;
@@ -19,7 +21,10 @@ const coinMaxWholeSupplyLength = coinMaxWholeSupplyDisplay.length;
1921
const coinMaxSupplyInt = BigInt(coinMaxSupply);
2022
const coinMaxSupplyParsed = '52,000,000.0'.padEnd(coinDecimalPlaces, '0');
2123
const viatDefaults = {
22-
coinAlias,
24+
coinElementName,
25+
coinElementSymbol,
26+
vFED,
27+
coinNamePlural,
2328
coinDecimalPlaces,
2429
coinDigitCount,
2530
coinMaxSupply,

0 commit comments

Comments
 (0)