@pioneer-platform/pioneer-coins 8.1.49 → 8.1.50

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/coins.d.ts CHANGED
@@ -24,6 +24,8 @@ export declare const COIN_MAP: {
24
24
  digibyte: string;
25
25
  dogecoin: string;
26
26
  ethereum: string;
27
+ avalanche: string;
28
+ poly: string;
27
29
  cardano: string;
28
30
  binance: string;
29
31
  thorchain: string;
package/lib/coins.js CHANGED
@@ -180,6 +180,8 @@ exports.COIN_MAP = {
180
180
  digibyte: "DGB",
181
181
  dogecoin: "DOGE",
182
182
  ethereum: "ETH",
183
+ avalanche: "AVAX",
184
+ poly: "MATIC",
183
185
  cardano: "ADA",
184
186
  binance: "BNB",
185
187
  thorchain: "RUNE",
@@ -198,6 +200,7 @@ exports.COIN_MAP_LONG = {
198
200
  DOGE: "dogecoin",
199
201
  RUNE: "thorchain",
200
202
  ETH: "ethereum",
203
+ AVAX: "avalanche",
201
204
  ADA: "cardano",
202
205
  BNB: "binance",
203
206
  EOS: "eos",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "8.1.49",
3
+ "version": "8.1.50",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {