@injectivelabs/sdk-ts 1.0.384 → 1.0.385

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.
@@ -168,7 +168,7 @@ class IndexerRestExplorerTransformer {
168
168
  name,
169
169
  symbol,
170
170
  logo: marketing_info ? marketing_info.logo || '' : '',
171
- cw20address: balance.contract_address,
171
+ cw20Address: balance.contract_address,
172
172
  coinGeckoId: name,
173
173
  denom: '',
174
174
  tokenType: token_metadata_1.TokenType.Cw20,
@@ -78,8 +78,8 @@ class Denom {
78
78
  logo: '',
79
79
  symbol: '',
80
80
  decimals: 18,
81
- erc20address: '',
82
- cw20address: '',
81
+ erc20Address: '',
82
+ cw20Address: '',
83
83
  coinGeckoId: '',
84
84
  };
85
85
  }
@@ -42,8 +42,8 @@ const tokenMetaToToken = (tokenMeta, denom) => {
42
42
  symbol: tokenMeta.symbol,
43
43
  name: tokenMeta.name,
44
44
  decimals: tokenMeta.decimals,
45
- erc20address: tokenMeta.erc20address,
46
- cw20address: tokenMeta.cw20address,
45
+ erc20Address: tokenMeta.erc20Address,
46
+ cw20Address: tokenMeta.cw20Address,
47
47
  tokenType: (0, exports.getTokenTypeFromDenom)(denom),
48
48
  coinGeckoId: tokenMeta.coinGeckoId,
49
49
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/sdk-ts",
3
3
  "description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
4
- "version": "1.0.384",
4
+ "version": "1.0.385",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
7
7
  "name": "Bojan Angjelkoski",
@@ -45,7 +45,7 @@
45
45
  "@injectivelabs/indexer-api": "1.9.1",
46
46
  "@injectivelabs/networks": "^1.0.81",
47
47
  "@injectivelabs/ninja-api": "^1.0.11",
48
- "@injectivelabs/token-metadata": "^1.0.120",
48
+ "@injectivelabs/token-metadata": "^1.0.121",
49
49
  "@injectivelabs/ts-types": "^1.0.28",
50
50
  "@injectivelabs/utils": "^1.0.69",
51
51
  "@metamask/eth-sig-util": "^4.0.0",
@@ -68,7 +68,7 @@
68
68
  "shx": "^0.3.2",
69
69
  "snakecase-keys": "^5.4.1"
70
70
  },
71
- "gitHead": "e08f06e517cbb78fa2b82939bca58ff6b53511d5",
71
+ "gitHead": "5234927be128308b45806e397799ffb02567a435",
72
72
  "typedoc": {
73
73
  "entryPoint": "./src/index.ts",
74
74
  "readmeFile": "./README.md",