@xchainjs/xchain-mayachain-amm 3.0.15 → 3.0.16
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.js +5 -1
- package/package.json +12 -12
package/lib/index.js
CHANGED
|
@@ -15,6 +15,10 @@ var xchainRadix = require('@xchainjs/xchain-radix');
|
|
|
15
15
|
var xchainThorchain = require('@xchainjs/xchain-thorchain');
|
|
16
16
|
var xchainWallet = require('@xchainjs/xchain-wallet');
|
|
17
17
|
|
|
18
|
+
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
19
|
+
|
|
20
|
+
var require$$0$4__default = /*#__PURE__*/_interopDefault(require$$0$4);
|
|
21
|
+
|
|
18
22
|
/******************************************************************************
|
|
19
23
|
Copyright (c) Microsoft Corporation.
|
|
20
24
|
|
|
@@ -63430,7 +63434,7 @@ function requireAddress () {
|
|
|
63430
63434
|
hasRequiredAddress = 1;
|
|
63431
63435
|
Object.defineProperty(address, "__esModule", { value: true });
|
|
63432
63436
|
address.Address = void 0;
|
|
63433
|
-
const buffer_1 = require$$0$
|
|
63437
|
+
const buffer_1 = require$$0$4__default.default;
|
|
63434
63438
|
const _ = requireLodash();
|
|
63435
63439
|
const hash_1 = requireHash$1();
|
|
63436
63440
|
const utility_1 = requireUtility();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xchainjs/xchain-mayachain-amm",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.16",
|
|
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.
|
|
40
|
-
"@xchainjs/xchain-bitcoin": "1.1.
|
|
41
|
-
"@xchainjs/xchain-client": "1.0.
|
|
42
|
-
"@xchainjs/xchain-dash": "1.0.
|
|
43
|
-
"@xchainjs/xchain-ethereum": "1.0.
|
|
44
|
-
"@xchainjs/xchain-kujira": "1.0.
|
|
45
|
-
"@xchainjs/xchain-mayachain": "2.0.
|
|
46
|
-
"@xchainjs/xchain-mayachain-query": "1.0.
|
|
47
|
-
"@xchainjs/xchain-radix": "1.1.
|
|
48
|
-
"@xchainjs/xchain-thorchain": "2.0.
|
|
49
|
-
"@xchainjs/xchain-wallet": "1.1.
|
|
39
|
+
"@xchainjs/xchain-arbitrum": "1.0.12",
|
|
40
|
+
"@xchainjs/xchain-bitcoin": "1.1.3",
|
|
41
|
+
"@xchainjs/xchain-client": "1.0.7",
|
|
42
|
+
"@xchainjs/xchain-dash": "1.0.7",
|
|
43
|
+
"@xchainjs/xchain-ethereum": "1.0.11",
|
|
44
|
+
"@xchainjs/xchain-kujira": "1.0.9",
|
|
45
|
+
"@xchainjs/xchain-mayachain": "2.0.9",
|
|
46
|
+
"@xchainjs/xchain-mayachain-query": "1.0.8",
|
|
47
|
+
"@xchainjs/xchain-radix": "1.1.5",
|
|
48
|
+
"@xchainjs/xchain-thorchain": "2.0.10",
|
|
49
|
+
"@xchainjs/xchain-wallet": "1.1.2",
|
|
50
50
|
"ethers": "5.7.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|