@xchainjs/xchain-mayachain-amm 3.0.9 → 3.0.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/index.esm.js CHANGED
@@ -8937,6 +8937,7 @@ const isSynthAsset = (asset) => asset.type === AssetType.SYNTH;
8937
8937
  new Map([
8938
8938
  ['KUJI.USK', { chain: 'KUJI', symbol: 'USK', ticker: 'USK', type: AssetType.TOKEN }],
8939
8939
  ['MAYA.MAYA', { chain: 'MAYA', symbol: 'MAYA', ticker: 'MAYA', type: AssetType.TOKEN }],
8940
+ ['RUNE', { chain: 'THOR', symbol: 'RUNE', ticker: 'RUNE', type: AssetType.NATIVE }],
8940
8941
  ]);
8941
8942
  /**
8942
8943
  * Returns an `Asset` as a string using following naming convention:
package/lib/index.js CHANGED
@@ -8945,6 +8945,7 @@ const isSynthAsset = (asset) => asset.type === AssetType.SYNTH;
8945
8945
  new Map([
8946
8946
  ['KUJI.USK', { chain: 'KUJI', symbol: 'USK', ticker: 'USK', type: AssetType.TOKEN }],
8947
8947
  ['MAYA.MAYA', { chain: 'MAYA', symbol: 'MAYA', ticker: 'MAYA', type: AssetType.TOKEN }],
8948
+ ['RUNE', { chain: 'THOR', symbol: 'RUNE', ticker: 'RUNE', type: AssetType.NATIVE }],
8948
8949
  ]);
8949
8950
  /**
8950
8951
  * Returns an `Asset` as a string using following naming convention:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-mayachain-amm",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
5
5
  "keywords": [
6
6
  "MAYAChain",
@@ -36,17 +36,17 @@
36
36
  "url": "https://github.com/xchainjs/xchainjs-lib/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@xchainjs/xchain-arbitrum": "1.0.8",
40
- "@xchainjs/xchain-bitcoin": "1.0.4",
41
- "@xchainjs/xchain-client": "1.0.4",
42
- "@xchainjs/xchain-dash": "1.0.4",
43
- "@xchainjs/xchain-ethereum": "1.0.8",
44
- "@xchainjs/xchain-kujira": "1.0.5",
45
- "@xchainjs/xchain-mayachain": "2.0.5",
46
- "@xchainjs/xchain-mayachain-query": "1.0.5",
47
- "@xchainjs/xchain-radix": "1.1.1",
48
- "@xchainjs/xchain-thorchain": "2.0.6",
49
- "@xchainjs/xchain-wallet": "1.0.9",
39
+ "@xchainjs/xchain-arbitrum": "1.0.9",
40
+ "@xchainjs/xchain-bitcoin": "1.1.1",
41
+ "@xchainjs/xchain-client": "1.0.5",
42
+ "@xchainjs/xchain-dash": "1.0.5",
43
+ "@xchainjs/xchain-ethereum": "1.0.9",
44
+ "@xchainjs/xchain-kujira": "1.0.6",
45
+ "@xchainjs/xchain-mayachain": "2.0.6",
46
+ "@xchainjs/xchain-mayachain-query": "1.0.6",
47
+ "@xchainjs/xchain-radix": "1.1.3",
48
+ "@xchainjs/xchain-thorchain": "2.0.7",
49
+ "@xchainjs/xchain-wallet": "1.0.11",
50
50
  "ethers": "5.7.2"
51
51
  },
52
52
  "devDependencies": {