@pioneer-platform/pioneer-coins 9.2.9 → 9.2.11

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/lib/paths.js CHANGED
@@ -120,7 +120,7 @@ function getPaths(blockchains, isTestnet) {
120
120
  // if(isTestnet) entry.testnet = true
121
121
  // output.push(entry)
122
122
  // }
123
- if (blockchains.indexOf('cosmos:maya-mainnet-v1') >= 0) {
123
+ if (blockchains.indexOf('cosmos:mayachain-mainnet-v1') >= 0) {
124
124
  var entry = {
125
125
  note: " Default COCAO path ",
126
126
  type: "address",
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.11",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {