@pioneer-platform/pioneer-coins 9.2.10 → 9.2.12

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.
Files changed (2) hide show
  1. package/lib/paths.js +2 -2
  2. package/package.json +1 -1
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",
@@ -132,7 +132,7 @@ function getPaths(blockchains, isTestnet) {
132
132
  blockchain: 'mayachain',
133
133
  symbol: 'CACAO',
134
134
  symbolSwapKit: 'CACAO',
135
- network: 'cosmos:maya-mainnet-v1',
135
+ network: 'cosmos:mayachain-mainnet-v1',
136
136
  };
137
137
  if (isTestnet) {
138
138
  entry.testnet = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-coins",
3
- "version": "9.2.10",
3
+ "version": "9.2.12",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {