@chain-registry/osmosis 1.62.66 → 1.62.68

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.
package/asset_list.js CHANGED
@@ -22529,6 +22529,10 @@ const asset_list = {
22529
22529
  primary_color_hex: '#050505'
22530
22530
  }
22531
22531
  }],
22532
+ socials: {
22533
+ website: 'https://www.nride.com',
22534
+ twitter: 'https://twitter.com/nRide12'
22535
+ },
22532
22536
  traces: [{
22533
22537
  type: 'ibc-cw20',
22534
22538
  counterparty: {
@@ -25424,6 +25428,10 @@ const asset_list = {
25424
25428
  primary_color_hex: '#050505'
25425
25429
  }
25426
25430
  }],
25431
+ socials: {
25432
+ website: 'https://www.nride.com',
25433
+ twitter: 'https://twitter.com/nRide12'
25434
+ },
25427
25435
  traces: [{
25428
25436
  type: 'ibc-cw20',
25429
25437
  counterparty: {
package/esm/asset_list.js CHANGED
@@ -22527,6 +22527,10 @@ const asset_list = {
22527
22527
  primary_color_hex: '#050505'
22528
22528
  }
22529
22529
  }],
22530
+ socials: {
22531
+ website: 'https://www.nride.com',
22532
+ twitter: 'https://twitter.com/nRide12'
22533
+ },
22530
22534
  traces: [{
22531
22535
  type: 'ibc-cw20',
22532
22536
  counterparty: {
@@ -25422,6 +25426,10 @@ const asset_list = {
25422
25426
  primary_color_hex: '#050505'
25423
25427
  }
25424
25428
  }],
25429
+ socials: {
25430
+ website: 'https://www.nride.com',
25431
+ twitter: 'https://twitter.com/nRide12'
25432
+ },
25425
25433
  traces: [{
25426
25434
  type: 'ibc-cw20',
25427
25435
  counterparty: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.62.66",
3
+ "version": "1.62.68",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -30,7 +30,7 @@
30
30
  "test:watch": "jest --watch"
31
31
  },
32
32
  "dependencies": {
33
- "@chain-registry/types": "^0.45.66"
33
+ "@chain-registry/types": "^0.45.68"
34
34
  },
35
35
  "keywords": [
36
36
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "osmosis"
41
41
  ],
42
- "gitHead": "ea482d1c2653bfbaf75c2a55ca17579c306caecf"
42
+ "gitHead": "f5fed8253c0b7c00e6b34b9fe40eca53d329aa9c"
43
43
  }