@axelar-network/axelarjs-sdk 0.4.6 → 0.4.7

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.
@@ -7,13 +7,13 @@ var luna_terra = {
7
7
  fully_supported: true,
8
8
  decimals: 6,
9
9
  chain_aliases: {
10
- axelar: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.001 },
11
- avalanche: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.1 },
12
- ethereum: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 20 },
13
- fantom: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.1 },
14
- moonbeam: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.1 },
15
- polygon: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.1 },
16
- terra: { assetSymbol: "LUNA", assetName: "LUNA", minDepositAmt: 0.001 },
10
+ axelar: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.005 },
11
+ avalanche: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.5 },
12
+ ethereum: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 25 },
13
+ fantom: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.5 },
14
+ moonbeam: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.5 },
15
+ polygon: { assetSymbol: "LUNA", assetName: "LUNA (Axelar-wrapped)", minDepositAmt: 0.5 },
16
+ terra: { assetSymbol: "LUNA", assetName: "LUNA", minDepositAmt: 0.005 },
17
17
  }
18
18
  };
19
19
  var ust_terra = {
@@ -22,13 +22,13 @@ var ust_terra = {
22
22
  fully_supported: true,
23
23
  decimals: 6,
24
24
  chain_aliases: {
25
- axelar: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 0.1 },
26
- avalanche: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 10 },
25
+ axelar: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 0.5 },
26
+ avalanche: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 15 },
27
27
  ethereum: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 1000 },
28
- fantom: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 10 },
29
- moonbeam: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 10 },
30
- polygon: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 10 },
31
- terra: { assetSymbol: "UST", assetName: "UST", minDepositAmt: 0.1 },
28
+ fantom: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 15 },
29
+ moonbeam: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 15 },
30
+ polygon: { assetSymbol: "UST", assetName: "UST (Axelar-wrapped)", minDepositAmt: 15 },
31
+ terra: { assetSymbol: "UST", assetName: "UST", minDepositAmt: 0.5 },
32
32
  }
33
33
  };
34
34
  var axl_axelar = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axelar-network/axelarjs-sdk",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "The JavaScript SDK for Axelar Network",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",