@cityofzion/bs-neo-legacy 1.11.0 → 1.11.1

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.
@@ -164,9 +164,9 @@ class DoraBDSNeoLegacy {
164
164
  eventType: 'token',
165
165
  amount: (0, blockchain_service_1.formatNumber)(amount, (_f = token === null || token === void 0 ? void 0 : token.decimals) !== null && _f !== void 0 ? _f : event.tokenDecimals),
166
166
  methodName: event.methodName,
167
- from: from || 'Burn',
167
+ from: from || 'Mint',
168
168
  fromUrl,
169
- to: to || 'Mint',
169
+ to: to || 'Burn',
170
170
  toUrl,
171
171
  hash,
172
172
  hashUrl,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/bs-neo-legacy",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Coz",
@@ -14,8 +14,8 @@
14
14
  "@ledgerhq/hw-transport": "~6.30.5",
15
15
  "axios": "1.8.2",
16
16
  "date-fns": "~4.1.0",
17
- "@cityofzion/blockchain-service": "1.17.1",
18
- "@cityofzion/bs-asteroid-sdk": "0.9.1"
17
+ "@cityofzion/bs-asteroid-sdk": "0.9.1",
18
+ "@cityofzion/blockchain-service": "1.17.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/jest": "29.5.3",