@chain-registry/osmosis 1.67.123 → 1.67.124

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.
@@ -238,7 +238,7 @@ const testnet_assets = {
238
238
  traces: [{
239
239
  type: 'ibc',
240
240
  counterparty: {
241
- chain_name: 'junotestnet',
241
+ chain_name: 'junotestnet6',
242
242
  base_denom: 'ujunox',
243
243
  channel_id: 'channel-889'
244
244
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/osmosis",
3
- "version": "1.67.123",
3
+ "version": "1.67.124",
4
4
  "description": "Chain Registry info for Osmosis",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.123"
32
+ "@chain-registry/types": "^0.50.124"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -38,5 +38,5 @@
38
38
  "interchain",
39
39
  "osmosis"
40
40
  ],
41
- "gitHead": "880944913231434a1db884821fd962a729906a1d"
41
+ "gitHead": "11d3474104f6acf390c77e618d9f1ff35537deb4"
42
42
  }
package/testnet_assets.js CHANGED
@@ -240,7 +240,7 @@ const testnet_assets = {
240
240
  traces: [{
241
241
  type: 'ibc',
242
242
  counterparty: {
243
- chain_name: 'junotestnet',
243
+ chain_name: 'junotestnet6',
244
244
  base_denom: 'ujunox',
245
245
  channel_id: 'channel-889'
246
246
  },