@pioneer-platform/pioneer-coins 9.2.9 → 9.2.10

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
@@ -55,6 +55,8 @@ export declare const COIN_MAP_LONG: {
55
55
  DOGE: string;
56
56
  RUNE: string;
57
57
  THOR: string;
58
+ MAYA: string;
59
+ CACAO: string;
58
60
  ETH: string;
59
61
  AVAX: string;
60
62
  ADA: string;
package/lib/coins.js CHANGED
@@ -233,6 +233,8 @@ exports.COIN_MAP_LONG = {
233
233
  DOGE: "dogecoin",
234
234
  RUNE: "thorchain",
235
235
  THOR: "thorchain",
236
+ MAYA: "mayachain",
237
+ CACAO: "mayachain",
236
238
  ETH: "ethereum",
237
239
  AVAX: "avalanche",
238
240
  ADA: "cardano",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.2.9",
3
+ "version": "9.2.10",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {