chain-registry 2.0.83 → 2.0.84

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.
@@ -243,6 +243,27 @@ const info = {
243
243
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
244
244
  }],
245
245
  typeAsset: 'sdk.coin'
246
+ },
247
+ {
248
+ description: 'Drop dTIA token',
249
+ denomUnits: [{
250
+ denom: 'factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA',
251
+ exponent: 0
252
+ }, {
253
+ denom: 'dTIA',
254
+ exponent: 6
255
+ }],
256
+ base: 'factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA',
257
+ name: 'Drop dTIA testnet',
258
+ display: 'dTIA',
259
+ symbol: 'dTIA',
260
+ logoURIs: {
261
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
262
+ },
263
+ images: [{
264
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
265
+ }],
266
+ typeAsset: 'sdk.coin'
246
267
  }
247
268
  ]
248
269
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.83",
3
+ "version": "2.0.84",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.83"
32
+ "@chain-registry/types": "^2.0.84"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "45ec6fa782255f265b164f475b7ff75176b58c18"
42
+ "gitHead": "ff41c88e123fc7de3f38474fbe1d6f8a2a1f9d0d"
43
43
  }
@@ -245,6 +245,27 @@ const info = {
245
245
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
246
246
  }],
247
247
  typeAsset: 'sdk.coin'
248
+ },
249
+ {
250
+ description: 'Drop dTIA token',
251
+ denomUnits: [{
252
+ denom: 'factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA',
253
+ exponent: 0
254
+ }, {
255
+ denom: 'dTIA',
256
+ exponent: 6
257
+ }],
258
+ base: 'factory/neutron1qex378awvwhsxealmrtuunn70f242u49dagqus6ug423paxyevyqvw9s3t/uTIA',
259
+ name: 'Drop dTIA testnet',
260
+ display: 'dTIA',
261
+ symbol: 'dTIA',
262
+ logoURIs: {
263
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
264
+ },
265
+ images: [{
266
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dTIA.svg'
267
+ }],
268
+ typeAsset: 'sdk.coin'
248
269
  }
249
270
  ]
250
271
  };