@chain-registry/assets 1.70.249 → 1.70.251

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.
@@ -3,6 +3,37 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const assets = {
4
4
  chain_name: 'penumbra',
5
5
  assets: [
6
+ {
7
+ description: 'The native token of Namada.',
8
+ denom_units: [{
9
+ denom: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
10
+ exponent: 0,
11
+ aliases: ['unam']
12
+ }, {
13
+ denom: 'nam',
14
+ exponent: 6
15
+ }],
16
+ type_asset: 'sdk.coin',
17
+ base: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
18
+ name: 'Namada',
19
+ display: 'nam',
20
+ symbol: 'NAM',
21
+ address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
22
+ logo_URIs: {
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
24
+ },
25
+ traces: [{
26
+ type: 'ibc',
27
+ counterparty: {
28
+ channel_id: 'channel-4',
29
+ base_denom: 'unam',
30
+ chain_name: 'namada'
31
+ },
32
+ chain: {
33
+ channel_id: 'channel-13'
34
+ }
35
+ }]
36
+ },
6
37
  {
7
38
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
8
39
  denom_units: [{
@@ -244,6 +275,37 @@ const assets = {
244
275
  }
245
276
  }]
246
277
  },
278
+ {
279
+ description: 'The native token of Namada.',
280
+ denom_units: [{
281
+ denom: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
282
+ exponent: 0,
283
+ aliases: ['unam']
284
+ }, {
285
+ denom: 'nam',
286
+ exponent: 6
287
+ }],
288
+ type_asset: 'sdk.coin',
289
+ base: 'ibc/E78E1960B5564E01ADB27EC0A77A016E0B912489D3490D9B46A4676D7486AC54',
290
+ name: 'Namada',
291
+ display: 'nam',
292
+ symbol: 'NAM',
293
+ address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
294
+ logo_URIs: {
295
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
296
+ },
297
+ traces: [{
298
+ type: 'ibc',
299
+ counterparty: {
300
+ channel_id: 'channel-4',
301
+ base_denom: 'unam',
302
+ chain_name: 'namada'
303
+ },
304
+ chain: {
305
+ channel_id: 'channel-13'
306
+ }
307
+ }]
308
+ },
247
309
  {
248
310
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
249
311
  denom_units: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.249",
3
+ "version": "1.70.251",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.156",
33
- "chain-registry": "^1.69.249"
32
+ "@chain-registry/utils": "^1.51.158",
33
+ "chain-registry": "^1.69.251"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.156"
36
+ "@chain-registry/types": "^0.50.158"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "74079aa189278aae733e4e2a69a5e72210e41eda"
46
+ "gitHead": "c817530a27aa964d9c2d3991e958570f645a84ed"
47
47
  }