Skip to content

Commit

Permalink
Added WavesPool.NET as a verified asset
Browse files Browse the repository at this point in the history
  • Loading branch information
xenohunter committed May 26, 2017
1 parent 59c4749 commit 0054c4c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
13 changes: 12 additions & 1 deletion distr/wavesplatform-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,15 @@ var Currency = (function () {
verified: true
});

var WPN = new Currency({
id: 'BkFyeRdrLquxds5FenxyonyfTwMVJJ6o6L7VTaPr5fs3',
displayName: 'WavesPool.NET',
shortName: 'WPN',
symbol: 'WPN',
precision: 8,
verified: true
});

function invalidateCache() {
currencyCache = {};

Expand All @@ -927,6 +936,7 @@ var Currency = (function () {
currencyCache[UPC.id] = UPC;
currencyCache[KLN.id] = KLN;
currencyCache[TKS.id] = TKS;
currencyCache[WPN.id] = WPN;
}

invalidateCache();
Expand Down Expand Up @@ -958,7 +968,8 @@ var Currency = (function () {
BAt: BAt,
UPC: UPC,
KLN: KLN,
TKS: TKS
TKS: TKS,
WPN: WPN
};
})();

Expand Down
Loading

0 comments on commit 0054c4c

Please sign in to comment.