@pioneer-platform/pioneer-caip 9.0.13 → 9.0.14

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/data.js +4 -4
  2. package/package.json +1 -1
package/lib/data.js CHANGED
@@ -56,7 +56,7 @@ exports.ChainToCaip = {
56
56
  'BTC': 'bip122:000000000019d6689c085ae165831e93/slip44:0',
57
57
  'BASE': 'eip155:8453/slip44:60',
58
58
  'GAIA': 'cosmos:cosmoshub-4/slip44:118',
59
- 'DASH': 'bip122:dash-hash/slip44:5',
59
+ 'DASH': 'bip122:000007d91d1254d60e2dd1ae58038307/slip44:5',
60
60
  'DGB': 'bip122:digibytes-hash/slip44:20',
61
61
  'DOGE': 'bip122:00000000001a91e3dace36e2be3bf030/slip44:3',
62
62
  'KUJI': 'cosmos:kaiyo-1/slip44:118',
@@ -80,7 +80,7 @@ exports.ChainToNetworkId = {
80
80
  'BTC': 'bip122:000000000019d6689c085ae165831e93',
81
81
  'BASE': 'eip155:8453',
82
82
  'GAIA': 'cosmos:cosmoshub-4',
83
- 'DASH': 'bip122:dash-hash',
83
+ 'DASH': 'bip122:000007d91d1254d60e2dd1ae58038307',
84
84
  'DGB': 'bip122:digibytes-hash',
85
85
  'DOGE': 'bip122:00000000001a91e3dace36e2be3bf030',
86
86
  'KUJI': 'cosmos:kaiyo-1',
@@ -165,7 +165,7 @@ exports.shortListSymbolToCaip = {
165
165
  BCH: 'bip122:000000000000000000651ef99cb9fcbe/slip44:145',
166
166
  LTC: 'bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2',
167
167
  GAIA: 'cosmos:cosmoshub-4/slip44:118',
168
- DASH: 'bip122:dash-hash/slip44:5',
168
+ DASH: 'bip122:000007d91d1254d60e2dd1ae58038307/slip44:5',
169
169
  DGB: 'bip122:digibytes-hash/slip44:20',
170
170
  DOGE: 'bip122:00000000001a91e3dace36e2be3bf030/slip44:3',
171
171
  RUNE: 'cosmos:thorchain-mainnet-v1/slip44:931',
@@ -189,7 +189,7 @@ exports.shortListNameToCaip = {
189
189
  polygon: 'eip155:137/slip44:60',
190
190
  bitcoincash: 'bip122:000000000000000000651ef99cb9fcbe/slip44:145',
191
191
  litecoin: 'bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2',
192
- dash: 'bip122:dash-hash/slip44:5',
192
+ dash: 'bip122:000007d91d1254d60e2dd1ae58038307/slip44:5',
193
193
  digiByte: 'bip122:digibytes-hash/slip44:20',
194
194
  dogecoin: 'bip122:00000000001a91e3dace36e2be3bf030/slip44:3',
195
195
  thorchain: 'cosmos:thorchain-mainnet-v1/slip44:931',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-caip",
3
- "version": "9.0.13",
3
+ "version": "9.0.14",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "_moduleAliases": {