@chain-registry/assets 1.70.59 → 1.70.61

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.
@@ -1150,50 +1150,6 @@ const assets = {
1150
1150
  }
1151
1151
  }]
1152
1152
  },
1153
- {
1154
- description: 'The native token of Nois',
1155
- denom_units: [{
1156
- denom: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
1157
- exponent: 0,
1158
- aliases: ['unois']
1159
- }, {
1160
- denom: 'nois',
1161
- exponent: 6
1162
- }],
1163
- base: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
1164
- name: 'Nois',
1165
- display: 'nois',
1166
- symbol: 'NOIS',
1167
- logo_URIs: {
1168
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1169
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
1170
- },
1171
- keywords: [
1172
- 'nois',
1173
- 'randomness',
1174
- 'drand',
1175
- 'wasm'
1176
- ],
1177
- images: [{
1178
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
1179
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
1180
- theme: {
1181
- primary_color_hex: '#0c0c14'
1182
- }
1183
- }],
1184
- type_asset: 'sdk.coin',
1185
- traces: [{
1186
- type: 'ibc',
1187
- counterparty: {
1188
- channel_id: 'channel-0',
1189
- base_denom: 'unois',
1190
- chain_name: 'nois'
1191
- },
1192
- chain: {
1193
- channel_id: 'channel-137'
1194
- }
1195
- }]
1196
- },
1197
1153
  {
1198
1154
  description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
1199
1155
  denom_units: [{
@@ -2599,50 +2555,6 @@ const assets = {
2599
2555
  }
2600
2556
  }]
2601
2557
  },
2602
- {
2603
- description: 'The native token of Nois',
2604
- denom_units: [{
2605
- denom: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
2606
- exponent: 0,
2607
- aliases: ['unois']
2608
- }, {
2609
- denom: 'nois',
2610
- exponent: 6
2611
- }],
2612
- base: 'ibc/0F181D9F5BB18A8496153C1666E934169515592C135E8E9FCCC355889858EAF9',
2613
- name: 'Nois',
2614
- display: 'nois',
2615
- symbol: 'NOIS',
2616
- logo_URIs: {
2617
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2618
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
2619
- },
2620
- keywords: [
2621
- 'nois',
2622
- 'randomness',
2623
- 'drand',
2624
- 'wasm'
2625
- ],
2626
- images: [{
2627
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
2628
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
2629
- theme: {
2630
- primary_color_hex: '#0c0c14'
2631
- }
2632
- }],
2633
- type_asset: 'sdk.coin',
2634
- traces: [{
2635
- type: 'ibc',
2636
- counterparty: {
2637
- channel_id: 'channel-0',
2638
- base_denom: 'unois',
2639
- chain_name: 'nois'
2640
- },
2641
- chain: {
2642
- channel_id: 'channel-137'
2643
- }
2644
- }]
2645
- },
2646
2558
  {
2647
2559
  description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
2648
2560
  denom_units: [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.59",
3
+ "version": "1.70.61",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.33",
33
- "chain-registry": "^1.69.59"
32
+ "@chain-registry/utils": "^1.51.35",
33
+ "chain-registry": "^1.69.61"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.33"
36
+ "@chain-registry/types": "^0.50.35"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "5af6c19f24b808f718b3145a1d3b012146a3dfd3"
46
+ "gitHead": "204f755a2b60754c4d5b744b159c86c00cc9ed3e"
47
47
  }