ggez-banking-sdk 0.0.81 → 0.0.83

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.
@@ -4,5 +4,5 @@ interface gasPriceStep {
4
4
  average: number;
5
5
  high: number;
6
6
  }
7
- export declare const chainInfo: (rpc_url: string, rest_url: string, chain_id: string, chain_name: string, uggzGasPriceStep: gasPriceStep, mggzGasPriceStep: gasPriceStep, ggzGasPriceStep: gasPriceStep, uggez1GasPriceStep: gasPriceStep, mggez1GasPriceStep: gasPriceStep, ggez1GasPriceStep: gasPriceStep) => ChainInfo;
7
+ export declare const chainInfo: (rpc_url: string, rest_url: string, chain_id: string, chain_name: string, uggzGasPriceStep: gasPriceStep, uggez1GasPriceStep: gasPriceStep) => ChainInfo;
8
8
  export {};
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.chainInfo = void 0;
4
4
  // The Cosmos Hub Testnet chain parameters
5
- const chainInfo = (rpc_url, rest_url, chain_id, chain_name, uggzGasPriceStep, mggzGasPriceStep, ggzGasPriceStep, uggez1GasPriceStep, mggez1GasPriceStep, ggez1GasPriceStep) => ({
5
+ const chainInfo = (rpc_url, rest_url, chain_id, chain_name, uggzGasPriceStep, uggez1GasPriceStep) => ({
6
6
  chainId: chain_id,
7
7
  chainName: chain_name,
8
8
  rpc: rpc_url,
@@ -19,94 +19,42 @@ const chainInfo = (rpc_url, rest_url, chain_id, chain_name, uggzGasPriceStep, mg
19
19
  bech32PrefixConsPub: "ggez" + "valconspub",
20
20
  },
21
21
  currencies: [
22
- {
23
- coinDenom: "UGGZ",
24
- coinMinimalDenom: "uggz",
25
- coinDecimals: 0,
26
- coinGeckoId: "STX",
27
- },
28
- {
29
- coinDenom: "MGGZ",
30
- coinMinimalDenom: "mggz",
31
- coinDecimals: 3,
32
- coinGeckoId: "STX",
33
- },
34
22
  {
35
23
  coinDenom: "GGZ",
36
- coinMinimalDenom: "ggz",
24
+ coinMinimalDenom: "uggz",
37
25
  coinDecimals: 6,
38
- coinGeckoId: "STX",
39
- },
40
- {
41
- coinDenom: "UGGEZ1",
42
- coinMinimalDenom: "uggez1",
43
- coinDecimals: 0,
44
- coinGeckoId: "XDC",
45
- },
46
- {
47
- coinDenom: "MGGEZ1",
48
- coinMinimalDenom: "mggez1",
49
- coinDecimals: 3,
50
- coinGeckoId: "XDC",
26
+ coinImageUrl: "https://ggez.one/images/assets/GGZ.png",
51
27
  },
52
28
  {
53
29
  coinDenom: "GGEZ1",
54
- coinMinimalDenom: "ggez1",
30
+ coinMinimalDenom: "uggez1",
55
31
  coinDecimals: 6,
56
- coinGeckoId: "XDC",
32
+ coinImageUrl: "https://ggez.one/images/assets/GGEZ1.png",
57
33
  },
58
34
  ],
59
35
  feeCurrencies: [
60
- {
61
- coinDenom: "UGGZ",
62
- coinMinimalDenom: "uggz",
63
- coinDecimals: 0,
64
- coinGeckoId: "STX",
65
- gasPriceStep: uggzGasPriceStep,
66
- },
67
- {
68
- coinDenom: "MGGZ",
69
- coinMinimalDenom: "mggz",
70
- coinDecimals: 3,
71
- coinGeckoId: "STX",
72
- gasPriceStep: mggzGasPriceStep,
73
- },
74
36
  {
75
37
  coinDenom: "GGZ",
76
- coinMinimalDenom: "ggz",
38
+ coinMinimalDenom: "uggz",
77
39
  coinDecimals: 6,
78
- coinGeckoId: "STX",
79
- gasPriceStep: ggzGasPriceStep,
80
- },
81
- {
82
- coinDenom: "UGGEZ1",
83
- coinMinimalDenom: "uggez1",
84
- coinDecimals: 0,
85
- coinGeckoId: "XDC",
86
- gasPriceStep: uggez1GasPriceStep,
87
- },
88
- {
89
- coinDenom: "MGGEZ1",
90
- coinMinimalDenom: "mggez1",
91
- coinDecimals: 3,
92
- coinGeckoId: "XDC",
93
- gasPriceStep: mggez1GasPriceStep,
40
+ gasPriceStep: uggzGasPriceStep,
41
+ coinImageUrl: "https://ggez.one/images/assets/GGZ.png",
94
42
  },
95
43
  {
96
44
  coinDenom: "GGEZ1",
97
- coinMinimalDenom: "ggez1",
45
+ coinMinimalDenom: "uggez1",
98
46
  coinDecimals: 6,
99
- coinGeckoId: "XDC",
100
- gasPriceStep: ggez1GasPriceStep,
47
+ gasPriceStep: uggez1GasPriceStep,
48
+ coinImageUrl: "https://ggez.one/images/assets/GGEZ1.png",
101
49
  },
102
50
  ],
103
51
  stakeCurrency: {
104
- coinDenom: "UGGEZ1",
52
+ coinDenom: "GGEZ1",
105
53
  coinMinimalDenom: "uggez1",
106
- coinDecimals: 0,
107
- coinGeckoId: "XDC",
54
+ coinDecimals: 6,
55
+ coinImageUrl: "https://ggez.one/images/assets/GGEZ1.png",
108
56
  },
109
57
  features: ["stargate"],
110
- chainSymbolImageUrl: "https://res.cloudinary.com/dvgnuchjw/image/upload/v1708605304/ggez_logo_gbyz6w.jpg",
58
+ chainSymbolImageUrl: "https://ggez.one/images/favicon.png",
111
59
  });
112
60
  exports.chainInfo = chainInfo;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.0.81",
3
+ "version": "0.0.83",
4
4
  "description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",