Wowify monero_config.js

master
Matt Smith 4 years ago
parent 13ee9247e7
commit 879fc92f17
Signed by: asymptotically
GPG Key ID: D0EAC8943FB1B2C1

@ -32,22 +32,22 @@ const JSBigInt = require("../cryptonote_utils/biginteger").BigInteger;
// //
module.exports = { module.exports = {
// Number of atomic units in one unit of currency. e.g. 12 => 10^12 = 1000000000000 // Number of atomic units in one unit of currency. e.g. 12 => 10^12 = 1000000000000
coinUnitPlaces: 12, coinUnitPlaces: 11,
// Minimum number of confirmations for a transaction to show as confirmed // Minimum number of confirmations for a transaction to show as confirmed
txMinConfirms: 10, txMinConfirms: 10,
// Currency symbol // Currency symbol
coinSymbol: "XMR", coinSymbol: "WOW",
// OpenAlias prefix // OpenAlias prefix
openAliasPrefix: "xmr", openAliasPrefix: "wownero",
// Currency name // Currency name
coinName: "Monero", coinName: "Wownero",
// Payment URI Prefix // Payment URI Prefix
coinUriPrefix: "monero:", coinUriPrefix: "wownero:",
// Dust threshold in atomic units // Dust threshold in atomic units
// 2*10^9 used for choosing outputs/change - we decompose all the way down if the receiver wants now regardless of threshold // 2*10^9 used for choosing outputs/change - we decompose all the way down if the receiver wants now regardless of threshold
@ -57,5 +57,5 @@ module.exports = {
maxBlockNumber: 500000000, maxBlockNumber: 500000000,
// Average block time in seconds, used for unlock time estimation // Average block time in seconds, used for unlock time estimation
avgBlockTime: 60, avgBlockTime: 300,
}; };

Loading…
Cancel
Save