@pioneer-platform/pioneer 8.2.5 → 8.2.7
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/lib/index.js +3 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -391,7 +391,7 @@ var get_pubkey_balances = function (pubkey) {
|
|
|
391
391
|
description: "Pioneer",
|
|
392
392
|
source: "pioneer",
|
|
393
393
|
blockchainCaip: 'eip155:1/slip44:60',
|
|
394
|
-
assetCaip: 'eip155:1/slip44:60:' + "",
|
|
394
|
+
assetCaip: 'eip155:1/slip44:60:' + "0x25EF864904d67e912B9eC491598A7E5A066B102F",
|
|
395
395
|
pubkey: pubkey.pubkey,
|
|
396
396
|
context: pubkey.context,
|
|
397
397
|
number: allPioneers.owners.indexOf(pubkey.pubkey.toLowerCase()),
|
|
@@ -478,6 +478,7 @@ var get_pubkey_balances = function (pubkey) {
|
|
|
478
478
|
isToken: false,
|
|
479
479
|
lastUpdated: new Date().getTime(),
|
|
480
480
|
balance: balanceNetwork,
|
|
481
|
+
context: pubkey.context,
|
|
481
482
|
source: "pioneer-network-" + pubkey.symbol
|
|
482
483
|
});
|
|
483
484
|
return [3 /*break*/, 33];
|
|
@@ -516,6 +517,7 @@ var get_pubkey_balances = function (pubkey) {
|
|
|
516
517
|
balance.description = assetInfo.description;
|
|
517
518
|
balance.website = assetInfo.website;
|
|
518
519
|
balance.explorer = assetInfo.explorer;
|
|
520
|
+
balance.context = pubkey.context;
|
|
519
521
|
}
|
|
520
522
|
if (balanceIndex !== -1 && pubkeyInfo.balances[balanceIndex].balance !== balance.balance) {
|
|
521
523
|
saveActions.push({
|