@cityofzion/bs-neo-legacy 1.10.6 → 1.10.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.
|
@@ -196,9 +196,9 @@ class BSNeoLegacy {
|
|
|
196
196
|
const provider = new neon_js_1.api.neoCli.instance(this.network.url);
|
|
197
197
|
const intents = [];
|
|
198
198
|
if (neoLegacyMigrationAmounts.gasBalance)
|
|
199
|
-
intents.push(...neon_js_1.api.makeIntent({ [this.GAS_ASSET.symbol]: Number(neoLegacyMigrationAmounts.gasBalance.amount) }, BSNeoLegacyConstants_1.BSNeoLegacyConstants.
|
|
199
|
+
intents.push(...neon_js_1.api.makeIntent({ [this.GAS_ASSET.symbol]: Number(neoLegacyMigrationAmounts.gasBalance.amount) }, BSNeoLegacyConstants_1.BSNeoLegacyConstants.MIGRATION_COZ_LEGACY_ADDRESS));
|
|
200
200
|
if (neoLegacyMigrationAmounts.neoBalance)
|
|
201
|
-
intents.push(...neon_js_1.api.makeIntent({ [this.NEO_ASSET.symbol]: Number(neoLegacyMigrationAmounts.neoBalance.amount) }, BSNeoLegacyConstants_1.BSNeoLegacyConstants.
|
|
201
|
+
intents.push(...neon_js_1.api.makeIntent({ [this.NEO_ASSET.symbol]: Number(neoLegacyMigrationAmounts.neoBalance.amount) }, BSNeoLegacyConstants_1.BSNeoLegacyConstants.MIGRATION_COZ_LEGACY_ADDRESS));
|
|
202
202
|
const response = yield neon_js_1.api.sendAsset({
|
|
203
203
|
url: this.network.url,
|
|
204
204
|
api: provider,
|